←back to thread

469 points ghuntley | 4 comments | | HN request time: 0.617s | source
1. prodimmune ◴[] No.45002107[source]
For me, the post is missing an explanation of the reason why I would want to build my own coding agent instead of just using one of the publicly available ones.
replies(2): >>45002424 #>>45002527 #
2. dotancohen ◴[] No.45002424[source]
You wouldn't.

This project and this post are for the curious and for the learners.

3. ghuntley ◴[] No.45002527[source]
Knowing how to build your own agent and what that loop is going to be the new whiteboard coding question in a couple of years. Absolute. It's going to be the same as "Reverse this string", "I've got a linked list, can you reverse it?", or "Here's my graph, can you traverse it?"
replies(1): >>45002836 #
4. prodimmune ◴[] No.45002836[source]
I see, thanks. I was wondering earlier if there would be any practical advantage in creating a custom agent, but couldn't think of any. I guess I simply misunderstood the purpose of your post.