Hacker News new | ask | show | jobs
by bluefirebrand 20 days ago
> It’s ok to talk to the agent in code. Or create examples for it to follow

If you're doing this, then why not just write the effing code?

2 comments

"Hey Claude, can you please make a full matrix of tests according to the following pattern and parameters? Thanks." That's 15-20 minutes of work that can run in the background while I do something else.
Exactly this. Spending a few hours crafting and debugging a test you trust save hours of pointless agent time.
What I mean by "talk to the agent in code" really is to code. Establish patterns. Then have the agent use those patterns as reference for other areas of the project.