Earlier quoted context omitted.
It's the attention mechanism at work, along with a fair bit of Internet one-up-manship. The LLM has ingested all of the text on the Internet, as well as Github code repositories, pull requests, StackOverflow posts, code reviews, mailing lists, etc. In a number of those content sources, there will be people saying "Actually, if you go into the details of..." or "If you look at the intricacies of the problem" or "If yo…
>> Same reason that "Pretend you are an MIT professor" or "You are a leading Python expert" or similar works in prompts. This pretend-you-are-a-[persona] is cargo cult prompting at this point. The persona framing is just decoration. A brief purpose statement describing what the skill [skill.md] does is more honest and just as effective.
How I use Claude Code: Separation of planning and execution
601–610 of 630 posts
Re: How I use Claude Code: Separation of planning and execution
#602Re: How I use Claude Code: Separation of planning and execution
#603The other piece that helped was a multi-model council system — before committing to a major architectural decision, the toolkit queries GPT-4, Claude, and Gemini simultaneously through Perplexity, then synthesizes with Opus. Having three models surface their assumptions (as the top comment here describes) catches more blind spots than any single model.
194 pytest tests, MIT licensed: https://github.com/intellegix/intellegix-code-agent-toolkit
Re: How I use Claude Code: Separation of planning and execution
#604Earlier quoted context omitted.
But we can predict the outcomes, though. That's what we're saying, and it's true. Maybe not 100% of the time, but maybe it helps a significant amount of the time and that's what matters. Is it engineering? Maybe not. But neither is knowing how to talk to junior developers so they're productive and don't feel bad. The engineering is at other levels.
> But we can predict the outcomes [...] Maybe not 100% of the time So 60% of the time, it works every time. ... This fucking industry.
This is nothing new, at all. Do you have a strategy that makes other engineers do what you want exactly 100% of the time?
Re: How I use Claude Code: Separation of planning and execution
#605Re: How I use Claude Code: Separation of planning and execution
#606Earlier quoted context omitted.
My mental model for them is plinko boards. Your prompt changes the spacing between the nails to increase the probability in certain directions as your chip falls down.
i literally suggested this metaphor earlier yesterday to someone trying to get agents to do stuff they wanted, that they had to set up their guardrails in a way that you can let the agents do what they're good at, and you'll get better results because you're not sitting there looking at them. i think probably once you start seeing that the behavior falls right out of the geometry, you just start looking at stuff like…
I was half asleep when I wrote it the first time and knew it wasn’t what I wanted to say but couldn’t remember what analogy I was looking for.
Re: How I use Claude Code: Separation of planning and execution
#607Earlier quoted context omitted.
I'll bite, because it does seem like something that should be quick in a well-architected codebase. What was the situation? Was there something in this codebase that was especially suited to AI-development? Large amounts of duplication perhaps?
It's not particularly interesting. I wanted to add audit logging for all endpoints we call, all places we call the DB, etc. across areas I haven't touched before. It would have taken me a while to track down all of the touchpoints. Granted, I am not 100% certain that Claude didn't miss anything. I feel fairly confident that it is correct given that I had it research upfront, had multiple agents review, and it made th…
Re: How I use Claude Code: Separation of planning and execution
#608Earlier quoted context omitted.
I mean, all I can really say is... if writing some logging takes you one or two days, are you sure you _really_ know how to code?
We're not as good at coding as you , naturally.