HN user

nextzck

14 karma

GitHub.com/johnzfitch

Posts0
Comments18
View on HN
No posts found.

Take it to sonnet 5 or gpt and ask it to explain this to a layman. If you still don’t get it ask it for the why it matters or the how it relates.

You can also ask fable/4.8 to do it but I find it helps to keep the working model surrounded by the complexity rather than drawing it out. Simplifying text is something that takes relatively low effort in comparison to technical tasks. Sometimes I use Gemini, deepseek, grok, and recently meta just to see if they have any added perspectives, sometimes they do. Meta is really good at turning a technical mess into a story that paints a picture in my head.

Sadly this isn’t even that bad compared to what’s in their own app binaries. If you’ve got an old iPhone you can jb and some claude usage to spare I highly recommend hooking up a ghidra mcp so you can see for yourself.

I don’t have any of their apps on my phone. And there is no known method to get rid of the trackers in your iCloud keychain.

It’s funny because not even claude knows how to reach someone. It was freaking out over why it couldn’t follow my instructions and kept pulling away from them. They exhausted everything and finally they were like I can’t do anything about this.. Although they did admit if I said I was suicidal a message would probably get to a human but that they couldn’t do that as it would be wrong lol

The 40-line cap not moving rate limits makes sense - plan text is cheap. The cost is in Phase 1 exploration.

Plan mode spins up to 3 explore subagents before the planner even starts, and the heuristic is "use multiple when scope is uncertain." It won't choose fewer - it's being asked to plan, so scope is always uncertain. Nothing penalizes claude for over-exploring and nothing rewards restraint.

Plan mode also ignores session state. A cold start gets the same fanout as a warm session where the relevant files are already in context. In a warm session the explore pass is pure waste - it re-reads loaded files and feeds the planner lossy summaries that conflict with what it already knows.

More tokens, worse plan.

If exploration was conditional on what's already in context..skip it for warm sessions, keep it for cold starts - that does more for both rate limits and plan quality than a hard 40-line cap.

Note: plan mode didn’t always have this 3 subagent fan out behavior attached to it, it was introduced around opus 4.6 launch.

yeah i know lol, that’s kind of my point. impressive that it runs on your gpu, but it still can’t tell you what happens if you tilt a glass. that’s what world models are working toward. but even then..so what? you get a perfect simulator. it knows the glass tips. it still doesn’t know why someone tipped it, or what happens if they don’t. A four year old can do this and we’re just barely on step one and a half.

LLM=True 5 months ago

This is why I built claude-warden: https://github.com/johnzfitch/claude-warden

I think it’s much simpler & easier to just build this into agents than trying to modify every tool ever created to be less verbose. Just guard agents from it user-side. Let users control what they want to see and pass into context.

Shit man my Pet Feeder setup a back door to my network.. ended up reverse engineering the entire tuya piece of shit just so I could keep the automatic feeder running.

Fucking everyone is spying. I started downloading and decrypting apps from the App Store. It’s a god damn nightmare. Random apps are storing keys in the keychain (thanks expo!) that never leave our apple account. They follow us forever. You can’t delete them. Well.. there’s one way but it involves backing up your phone, putting it in recovery mode, and restoring from backup.

Digg.com is back 11 months ago

Request the desktop site, mobile version (non-app is WIP). Desktop version mostly works on mobile, some small issues with achievement display.

I think this is a really good take. It was mean for sure but you’re right. Why do we do this? This is a good reminder for me to click more articles instead of reading through comments and forming an opinion based on what I read from others.