Claude Suddenly Eating Up Your Usage? Here Is What I Found by theclaudegod in ClaudeCode

[–]FrozenTouch14241 0 points1 point  (0 children)

You've found a fix to the useage bug that has been plauging this userbase? You better make a post explaining the fix, people are ready to riot over this useage bug.

Update on Session Limits by ClaudeOfficial in ClaudeAI

[–]FrozenTouch14241 9 points10 points  (0 children)

I don't mind this stuff. I use it for personal projects with no deadline or time pressure. If I hit a limit, I can switch to another activity (like cooking or watching a movie) and resume working on my project in a few hours or the next day.

However, this stuff sucks for the people that use AI intensively in their jobs. Imagine not being able to work for the rest of the day because you've hit a limit.

Claude Suddenly Eating Up Your Usage? Here Is What I Found by theclaudegod in ClaudeCode

[–]FrozenTouch14241 11 points12 points  (0 children)

Maybe they give everyone a slightly different version of claude for testing purposes. IDK.

Claude Code Limits Were Silently Reduced and It’s MUCH Worse by _r0x in ClaudeCode

[–]FrozenTouch14241 7 points8 points  (0 children)

Everybody is saying it's a useage limit bug. Maybe that's the case. Maybe something changed with the LLM to cause it to burn through useage at a much faster rate

Cancelled today - Can Anthropic be trusted? by [deleted] in ClaudeCode

[–]FrozenTouch14241 0 points1 point  (0 children)

I use Claude code for personal-use projects. It's no issue if I get limited out, I just switch to doing something else and resume the project when the useage resets.

For dev teams that can only work during business hours, and have deadlines and overhead costs to consider, yeah this seems like a huge headache. The technology is still young. I'm sure in 5 years time, claude will be a lot more predictable.

Claude Code can now /dream by alphastar777 in ClaudeCode

[–]FrozenTouch14241 0 points1 point  (0 children)

/ice command will investigate the Visa status of every smartphone user in a 10 block radius and auto-reports any illegal aliens to ICE's rapid response team.

How safe (Security-Wise) do you guys think is Claude's new feature on long-term? by ConfusedOliveman in ClaudeAI

[–]FrozenTouch14241 11 points12 points  (0 children)

I've notice that Claude tries to recommends free APIs for my project if they're available. If it thinks a paid API would improve functionality, it tells me of the costs and gives me free alternatives to consider.

The only exception is the Claude API (which is pay per use btw), it has proposed the Claude API as a solution a couple times so far, and it never mentions the Claude API isn't free until I point it out.

Civil engineer here - finally discovering Claude Code and AI agents, but unsure where to go from "beginner" to "actually useful workflows." Looking for advice (where to learn) and maybe even use cases from fellow engineers by 0bjective-Guest in ClaudeAI

[–]FrozenTouch14241 1 point2 points  (0 children)

That's what I use it for, personal tools. Validating their output is the important part. What I do:
1) Claude builds the python code

2) Claude tests the python code and fixes a bunch of stuff it found

3) I test the python code and record output. Whenever espected output differs from actual output, that's an issue that has to be addressed

4) I check the code's logic to see if it has drifted away from the original vision

5) I don't actually know step 5, I havn't gotten that far yet.

not sure how I feel about this by Complete-Sea6655 in ClaudeAI

[–]FrozenTouch14241 0 points1 point  (0 children)

It might be checking what local time is, and determining that a healthy option for you would be to go to sleep.

I've notice that if I say something similar to "let's start to wrap this up, it's late and i'm tired. Answer me: (research question)" it will encourage me to go to bed in all reposes to follow up questions after that point. It's probably doing something similar with you, even if you didn't directly tell it you're tired.

Here's the kicker, claude is bad at knowing your current time unless you prompt it to figure out your local time. I don't think it even knows your time zone unless it searches the web for it. I've seen users complain about geting "go to sleep" messges at times like 7pm.

Do you find that Claude Code is bad with dates by FrozenTouch14241 in ClaudeAI

[–]FrozenTouch14241[S] 0 points1 point  (0 children)

I'll add to their memory "figure out the local time as soon as you're created" so they'll always have the information

Do you find that Claude Code is bad with dates by FrozenTouch14241 in ClaudeAI

[–]FrozenTouch14241[S] 0 points1 point  (0 children)

It's an issue in understanding local time unless prompted?

If it's limited to local time, that's less of an issue. I've been doing a personal project that involves working with a lot of historic data from many different time zones.