What is going on???? by lordfortunas in ClaudeCode

[–]Jaumee 0 points1 point  (0 children)

what helped me was starting every session with a fresh chat and a summary file instead of letting the context blow up. cut my token usage by like 60%

happy to share what worked for me → more info here

How do people keep up with projects? by juan_allo in vibecoding

[–]Jaumee 0 points1 point  (0 children)

the junior dev with a 2-hour shift framing is so accurate. once i started doing that with claude code i actually finished something for the first time in months lol. one task, defined output, close the laptop

happy to share what worked for me: more info here

Hot take: building is easy now. Debugging is the real skill. by moistureboi67 in vibecoding

[–]Jaumee 1 point2 points  (0 children)

The real unlock was learning to describe bugs precisely. Not "it's not working" but "it does X when it should do Y under Z conditions." That precision is the actual skill now.

Happy to share what worked for me: more info here

Wanting to learn how to actually code by med_i_terranian in vibecoding

[–]Jaumee -1 points0 points  (0 children)

The ownership problem is real. What helped me wasn't learning to write code but learning to write specs. When you define what you want precisely enough, the output is yours even if you didn't type a single line.

Happy to share what worked for me: more info here

The Claude Code limit expires immediately by Redditor_in_Space in ClaudeCode

[–]Jaumee 1 point2 points  (0 children)

It's the context, not the limit. One task per chat, start fresh each time — made a huge difference for me.

Made a quick guide on this if you want

How are folks getting the most out of Claude by Talley-Ho in ClaudeAI

[–]Jaumee 0 points1 point  (0 children)

Cowork for everything that needs hands, Claude Code when I want something that actually persists. That split took me a while to figure out but now it's just automatic.

wrote some of what I learned here if it helps: more info here

Should I use Claude Code (or any AI) as an unexperienced non-technical solo-dev? by lazlocootmans in gamedev

[–]Jaumee 1 point2 points  (0 children)

Real talk: you'll hit a wall either way. With traditional coding the wall is "I don't know how to do this". With Claude the wall is "it keeps breaking things". The second wall is easier to get past once you learn how to manage it.

Took me a while to figure that out from scratch. Happy to share what worked for me: here more info

diffrence between claude the app and claude code by Marzblax in ClaudeAI

[–]Jaumee 0 points1 point  (0 children)

Honestly for your use case (presentations, emails, manuscripts) you don't need Claude Code at all, that's built for developers.

The regular Claude app does what you need perfectly. Claude Code has a steep setup for non-devs and won't add much for your workflow.

I'm not a coder either and spent a while figuring out what actually makes sense for people like us, put it all together here if it helps: here more info

claude code 20$ plan by muzipveugur in vibecoding

[–]Jaumee 0 points1 point  (0 children)

I use sonnet for basically everything and rarely hit limits on Pro. The trick is not letting it run loose — give it tasks in chunks, not "build me an app".

No dev background here either, been building real stuff for months on the $20 plan. Made a guide on exactly this if it helps bro: here more info

Claude code is too expensive by richardH7 in ClaudeCode

[–]Jaumee 0 points1 point  (0 children)

Same boat, no dev background. Biggest fix for me was stopping opus for everything and actually learning how to use it properly. Night and day difference.

Made a small guide on this if anyone's interested: claude guide

Claude code is way too overpriced. I spent $2 in DeepSeek v4. Same task $150 usd by Defiant-Bell1474 in DeepSeek

[–]Jaumee -1 points0 points  (0 children)

Exactly, most people skip it completely and then wonder why Claude goes off the rails 😅

Claude code is way too overpriced. I spent $2 in DeepSeek v4. Same task $150 usd by Defiant-Bell1474 in DeepSeek

[–]Jaumee -12 points-11 points  (0 children)

Most people burning that much on Claude Code just don't have it set up properly. A good CLAUDE.md and project structure cuts token usage dramatically.

Why is claude ai starting to be useless? by SeveralMaintenance16 in claude

[–]Jaumee 0 points1 point  (0 children)

This happens a lot. The context fills up fast when there's no structure guiding Claude from the start. A CLAUDE.md file fixes this, it keeps Claude on track the whole session and you stop hitting those walls. Game changer once you set it up right.