My tips for using LLM agents to create software

37 efitz 5 8/23/2025, 12:59:02 AM efitz-thoughts.blogspot.com ↗

Comments (5)

manmal · 9m ago
One weird trick is to tell the LLM to ask you questions about anything that’s unclear at this point. I tell it eg to ask up to 10 questions. Often I do multiple rounds of these Q&A and I‘m always surprised at the quality of the questions (w/ Opus). Getting better results that way, just because it reduces the degrees of freedom in which the agent can go off in a totally wrong direction.
CuriouslyC · 1h ago
If I paid for my API usage directly instead of the plan it'd be like a second mortgage.
xwowsersx · 2h ago
This lines up with my own experience of learning how to succeed with LLMs. What really makes them work isn't so different from what leads to success in any setting: being careful up front, measuring twice and cutting once.
efitz · 5h ago
I spent much of the last several months using LLM agents to create software. I've written two blog posts about my experience; this is the second post that includes all the things I've learned along the way to get better results, or at least waste less money.
afeezaziz · 2h ago
you should write more about your experience using LLM. Is this solely using LLM?