←back to thread

37 points JeffMcCune | 5 comments | | HN request time: 0.207s | source

The HN community may find the context of the prompts, organized by each turn in each session, the most useful. See the website/docs/prompts.md and session-X.md files. I also started exploring some workflows for the LLM to execute, organized in the website/docs/tasks/ folder. I found it pretty handy to have the LLM document our work as we went and simply embedded the static site into the executable, along with all the music and logic.

The whole project took me about a day for the backend. The C++ controller itself took only a few turns.

I enjoyed focusing on my son's experience and letting the agent handle the C++, Javascript, and Go code.

I'm still getting started with coding agents, so please do share any tips or tricks to help me with similar projects. I'm most interested in how to work effectively with the agent, like what you see in dev-loop.sh

1. Disposal8433 ◴[] No.44542139[source]
The C++ code is bad. Do you have any experience with that language? Why did you decide to use it as is?
replies(2): >>44542327 #>>44542659 #
2. micromacrofoot ◴[] No.44542327[source]
if it works, it works
replies(1): >>44542358 #
3. Disposal8433 ◴[] No.44542358[source]
I know. But it's not a good advertisement for all those AI agents.
replies(1): >>44542728 #
4. JeffMcCune ◴[] No.44542659[source]
I don’t. It works, reliably enough that my son hasn’t had any issues using it for a week. What’s bad about it?
5. Minor49er ◴[] No.44542728{3}[source]
Seems like a great advertisement if OP got something working with relatively little time and effort. What's specifically bad about the code?