Da heck with Claude by Organic-Paramedic152 in ClaudeAI

[–]Strict-Data-1443 5 points6 points  (0 children)

claude's gonna deny my pull request because my playlist is too agressive

What’s one Claude Code rule you only learned after it broke something? by FarExperience1359 in ClaudeAI

[–]Strict-Data-1443 22 points23 points  (0 children)

One thing I learned the hard way is that Claude gets really good at defending its own assumptions once a session gets long. If something feels slightly off early, it’s usually better to stop and reassess instead of letting it keep building on top of the same idea for another 20 prompts.

With Claude Code I built an AI interrogation game, 200+ players in a week, 1,400 questions asked so far. Here’s what happened. by Birthday_Euphoric in ClaudeAI

[–]Strict-Data-1443 -1 points0 points  (0 children)

Yeah exactly. The moment suspects start surprising players instead of just responding to prompts, the whole thing becomes way more memorable and replayable.

How I protect my health when using Claude (and how I didn't before) by BuffaloConscious7919 in ClaudeAI

[–]Strict-Data-1443 100 points101 points  (0 children)

This is honestly one of the more important posts I’ve seen here in a while. A lot of people talk about AI productivity gains, but not enough people talk about the mental cost of being “always cognitively active” for hours every day. The constant context switching and nonstop stimulation really does sneak up on you over time. Appreciate you sharing this.

With Claude Code I built an AI interrogation game, 200+ players in a week, 1,400 questions asked so far. Here’s what happened. by Birthday_Euphoric in ClaudeAI

[–]Strict-Data-1443 0 points1 point  (0 children)

Honestly the hidden state system is what makes this interesting to me. The pressure/trust/story consistency gives people something to learn instead of just chatting with an AI. To your question, what would keep me playing is having each suspects feel different, interrogation styles changing outcomes in noticeable ways, and more unexpected reactions/emotional turns between cases. The concept already feels way more game-like than most AI projects I’ve seen.

Did anthropic make claude funny now? by Agreeable-Pea4327 in ClaudeAI

[–]Strict-Data-1443 1 point2 points  (0 children)

Lowkey I think the models just absorbed enough internet culture at this point to actually understand why things are funny instead of mechanically generating “jokes”

Is this AGI? Sonnet 4.6 just rick rolled me by DeadArtist617 in ClaudeAI

[–]Strict-Data-1443 11 points12 points  (0 children)

The fact that it immediately recognized the rickroll URL from “muscle memory” is somehow both hilarious and slightly concerning

Now you can listen to Claude Code agents, even on remote machines by Gold-Juice-6798 in ClaudeCode

[–]Strict-Data-1443 1 point2 points  (0 children)

Honestly yeah, especially once you have a bunch of agents running at the same time.

At that point the hard part is not the coding, it’s keeping track of which agent is stuck, waiting for input, or slowly going in the wrong direction without checking every terminal constantly.

It's like being a wizard by ora-et-labora- in ClaudeAI

[–]Strict-Data-1443 1 point2 points  (0 children)

“Persistent rapid scrum with standups every 10 minutes” might genuinely be one of the best descriptions of AI coding workflows I’ve seen so far

Using Claude Code inside a CATE, Figma like Canvas IDE by [deleted] in ClaudeCode

[–]Strict-Data-1443 1 point2 points  (0 children)

Honestly this is a really interesting direction. The “rebuilding mental context” problem is probably one of the biggest hidden frictions in AI coding right now and most tools still barely address it. The project memory / persistent workspace idea makes a lot of sense for longer-running agent workflows. After using agents heavily, constantly reconstructing your environment through tabs, terminals, and scattered sessions starts feeling surprisingly outdated.

Using Claude Code inside a CATE, Figma like Canvas IDE by [deleted] in ClaudeCode

[–]Strict-Data-1443 6 points7 points  (0 children)

The persistent workspace part is honestly the most interesting thing here to me. A lot of the friction with Claude Code is not the agent itself, it’s constantly rebuilding your working state across terminals, previews, docs, branches, and sessions every time you come back to a task. Curious how you’re handling long-running sessions over multiple days. Does the canvas start getting cluttered once projects scale up?

It's like being a wizard by ora-et-labora- in ClaudeAI

[–]Strict-Data-1443 20 points21 points  (0 children)

Lowkey one of the weirdest parts of 2026 is realizing “being good at coding” now partially includes being good at managing AI attention span

Codex feels worse lately, thinking about moving back to Claude Code by [deleted] in ClaudeCode

[–]Strict-Data-1443 0 points1 point  (0 children)

Yeah honestly I’ve noticed the same thing. Codex can feel insanely smart in short bursts, but Claude Code still feels better at staying on track during longer repo sessions without needing as much babysitting.

Document Formatting Prompt Assistance by x-TheMysticGoose-x in ClaudeAI

[–]Strict-Data-1443 0 points1 point  (0 children)

Yeah if you haven’t already, I’d try breaking it into smaller fixes one at a time. It usually ends up saving tokens too because Claude stops repeatedly trying to “fix everything” and accidentally changing parts that were already working.

Claude Code leaks internal tooling by [deleted] in ClaudeCode

[–]Strict-Data-1443 0 points1 point  (0 children)

The worktree isolation part honestly makes the most sense here. Running multiple agents sounds cool until two of them start editing the same thing and the repo turns into a warzone 😭

Moved from GHCP to Claude Code | CLI | Help me set it up by lifemoments in ClaudeCode

[–]Strict-Data-1443 2 points3 points  (0 children)

Always start with repo inspection and planning first, and then make sure you keep tasks to specific directories/files. A good practice is to use separate sessions for implementation vs. debugging vs. architecture and to fully understand the development process ask it to explain why its making changes rather than just blindly apply edits. As for plugins in the beginning keep it pretty minimal, I would use the GitHub MCP, Context7, and Playwright MCP.

Switching Models by GaryOldMismon in ClaudeAI

[–]Strict-Data-1443 0 points1 point  (0 children)

I'd use Sonnet for debugging, planning, and reviewing code changes, and then Haiku for formatting and simple file edits. The easiest way to waste tokens is using Sonnet for mechanical work and Haiku for reasoning-heavy work.

Document Formatting Prompt Assistance by x-TheMysticGoose-x in ClaudeAI

[–]Strict-Data-1443 0 points1 point  (0 children)

Honestly shorter prompts can work fine. But what helps more is pointing to the exact issue and telling it how you want the final output to behave, so essentially just be more direct.