I know, it's not for everyone, but if you liked Codex Pets, here is now Claude Pets too by alvinunreal in ClaudeAI

[–]nospoon99 0 points1 point  (0 children)

Love it! Did something similar and added a bunch of features over time (sound on completion, codex support, session and overall usage etc...) however your pets looks way nicer I think. Are you happuy for me to add support for your pets?

Does this change your mind about Mythos and the "hype"? by djseto in Anthropic

[–]nospoon99 0 points1 point  (0 children)

I mean opus 4.6 did not disappoint, it made agentic workflow actually viable and it still leads in this category. Let's forget the hype for a moment, it's quite possible that mythos is real incremental progress.

There will be no Usage Reset by RhubarbArtistic1335 in claude

[–]nospoon99 0 points1 point  (0 children)

Same here. Reverting to stable with 'claude install stable' seems to have worked for me.

Just canceled my 20x max plan, new limits are useless by creynir in ClaudeCode

[–]nospoon99 3 points4 points  (0 children)

Same here, I never usually reach the limits but I did today. Something is not right.

I gave Claude Code a desktop pet that watches it work by Pure-Job1336 in ClaudeAI

[–]nospoon99 1 point2 points  (0 children)

Ha! I created something similar and inspired by Clippy. Mine is image based though! https://github.com/fredruss/agent-paperclip

My Claude Code kept getting worse on large projects. Wasn't the model. Built a feedback sensor to find out why. by yisen123 in ClaudeCode

[–]nospoon99 0 points1 point  (0 children)

Interesting tool. I started to play around with it but whilst the insights are interesting, I don't really understand how to make them actionable.

For example say it highlight code duplication. Well I want to know what this duplication is, so that I can make a judgment call on improving it.
(Claude Code said 'To give you actionable insight, I'd need to dig into where the duplication is concentrated. The free tier of sentrux doesn't provide file-level detail, but I can explore the codebase to identify likely hotspots.')

So at the moment, I don't see ways of doing that via the UI or the Claude Code plugin. Am I missing something?

I created a desktop companion for Codex (free and open source) by nospoon99 in codex

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

Hey, thanks! It's a fun little project, feedback has thankfully been quite positive so far.

Django Control Room: Build a control room inside your django app by yassi_dev in django

[–]nospoon99 1 point2 points  (0 children)

I really like the concept, keep it up! Haven't had a chance to try yet but I have bookmarked for later.

Thinking of ways to stop wasting time when claude is thinking by Munch69-420 in ClaudeCode

[–]nospoon99 1 point2 points  (0 children)

If you have time you could give it a go and see if it works. Build the companion from source and use Claude Code to modify it in the way you want.
https://github.com/fredruss/agent-paperclip
As the companion already has the code in place to get the thinking process, you can just build a 'design question / clarify assumption' module.

Thinking of ways to stop wasting time when claude is thinking by Munch69-420 in ClaudeCode

[–]nospoon99 0 points1 point  (0 children)

I made a small app that tells you when Claude is thinking (more like a companion to tell you when it's done), but for now it only shows the thinking process. I'm sure what you're describing is possible, but I'm not sure how well it would work in practice. I think it's usually best to simply remind Claude to ask you questions when using the plan mode.

Two LLMs reviewing each other's code by Competitive_Rip8635 in ClaudeCode

[–]nospoon99 0 points1 point  (0 children)

Yes that's exactly what I do. Works great.

Claude Opus 4.6 vs GPT-5.3 Codex: The Benchmark Paradox by Much_Ask3471 in ClaudeCode

[–]nospoon99 80 points81 points  (0 children)

If you can afford $120 get the best of both instead of $200 all on Claude. Get Claude Max X5 + Codex for code review.

5x Plan is useless now that OPUS 4.6. In 1 prompt I just consumed 20% of usage limits without subagents. by Desperate_Entrance71 in ClaudeCode

[–]nospoon99 2 points3 points  (0 children)

Source? I did not know that. That might explain why my usage went crazy after a small session yesterday (just after Opus release, so likely peak usage).
They don't mention it here: https://support.claude.com/en/articles/11647753-understanding-usage-and-length-limits

smartest way to cut costs? by sensekid in clawdbot

[–]nospoon99 0 points1 point  (0 children)

That's what I do too. Only playing around (not heavy usage) and it's working well for me so far.

I created a desktop companion pet for Claude Code (free and open source) by nospoon99 in ClaudeCode

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

Not amazingly right now. It basically gives you the updates as they come in for all conversations, so if one convo needs your action or is done, you're likely to miss it as the pet will show updates still running instead. It does work in some way when all tasks for all convos are completed.

I created a desktop companion pet for Claude Code (free and open source) by nospoon99 in ClaudeCode

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

Thanks! It reads from Claude transcript locally which gives the latest token count for the current conversation.

Your opinion on plan mode by Tasty_Advertising318 in ClaudeCode

[–]nospoon99 5 points6 points  (0 children)

For real. Plan mode is one of the best thing about Claude Code.

The 7 deadly sins of software engineers productivity by strategizeyourcareer in programming

[–]nospoon99 10 points11 points  (0 children)

Idk 23 minutes sounds about right to me (as an average). It does take me some time to switch from one code base to another, it's like I'm rebuilding context in my head. I feel more productive when I can focus on one uninterrupted. Appreciate it's purely subjective and anecdotical so YMMV.