logoalt Hacker News

rafaelmntoday at 9:41 AM0 repliesview on HN

> Asking an AI for something can be faster if I can state my requirements informally; but if I need to specify many things precisely to an AI... why not just write the code in F#?

One reason I realized recently - when you work it through with an LLM you get full process history linearly serialized, the back and forth, thinking traces, web lookups.

When I need to get back into the task it's much easier to get back in to "the flow".

I think it'll be common practice to start commiting agent logs with the code pretty soon.