Hacker News new | ask | show | jobs
by weird-eye-issue 339 days ago
> And it influenced how I use LLMs for work, for the better

How so?

1 comments

I let the LLM come up with all the boiler plate classes, functions, modules, etc that it wants. I let it name things. I let it design the API. But what I don't let it do, is design the flow of operations. I come up with a flow chart as a flow of operations, and explain that to the LLM. Almost any if statement is a result of something I specifically mentioned.