<- Back
Comments (70)
- DennisL123There’s something missing in the discussion. Building software is about achieving outcomes, not about generating output, ie tokens. Yet, the ai business case is selling output, obviously. Not sure how to reconcile the two. Ideas?
- iooiI don't get why Anthropic keeps saying how cool it is that they were able to rewrite bun in rust, I feel like if the model is really that good you wouldn't need a rewrite, you'd be able to create the runtime from scratch.
- firasdI feel like the Big Insight with Claude Code was 'give the AI access to tools, in fact to your actual laptop'. And of course 1.5 years later 'a harness to enable an agent to use my computer' has turned into the flagship product we expect from frontier labsHowever. I don't think all the other 'Ideas' these harness-building guys have are all that universally applicable. Heck they are naysaying their own gearhead stack of skills.md and claude.md lately including in this video. But also I'm suspicious of this whole thing of spawning agents. For example "find every function in this codebase" is probably better done deterministically using a script that extracts function names rather than by spawning 20 agents to 'read' chunks of the code in token space. But it certainly racks up the token usage which is good for the person selling you inference...And there is a lot missing in the actual harnesses frankly that isn't about more parallel agent ninjutsu. Like why isn't there a 'move this function from this file to this file' tool (copy/paste char range) and we have to see Claude/Codex/etc flail around rewriting huge chunks of code in token space
- knighthackerThe most interesting part is Boris' recommendation to delete your Claude.md every 6 months to see what the model is capable of. The link in the post sends you directly to that moment.
- albert_eSo maybe SKILL.md and CLAUDE.md should have model version pinned?Somewhat like AWS CloudFormation templates start with something like TemplateVersion: 2017-10-01But maybe that's old school thinking still.
- ventanaThe TL;DR of the fragment at around 6:57 in the video, for those who don't want to watch, is that Boris recommends to delete all the customizations, CLAUDE.md, skills, and other stuff you had for older models, and try using the new models without all that, because the new models can surprise you.
- nojs> From what I'm hearing, you for every model release, you basically delete all of the codebase, delete all of the prompt and start from scratch every time. That in the old world would have been not something Startup would have done for the product. It's like press delete every six months for everything.> That's right. So to be fair, we don't delete the entire codebase.
- Taka108This gives you more raw behind-the-scenes. I think the video from Startup School is too polished. https://www.youtube.com/watch?v=PQU9o_5rHC4
- mfallonI've spent the last year building an app with Claude Code without knowing how to code. I'm still surprised at how much it gets wrong, even on the newest models. What makes it work for me is describing exactly what I want and then actually checking everything it gives back.
- jke_kang2 weeks rebuilding in Swift is absolutely crazy. Wonder if they're using production Opus 5 for this or their internal Mythos (if they even use it internally)
- linxy97still a long way to go!
- lostmsuNever create it in the first place
- jake_and_fatman30:08 "This means engineers can talk to users... stuff that's actually fun". Wow, he totally gets us. /s31:09 He flubs the questioning. His first says "Raise your hand if 100% of your code uses agents." Then he says, "What about more than 50%". You can see the same audience members who raised the first time shrug and also raise the second time. He then says "Slightly less hands," which just means he sees what he wants to see. Don't believe this man.