logoalt Hacker News

SilverSlashtoday at 9:05 AM3 repliesview on HN

> Difference is, humans learn from their mistakes.

Great! So next time the human will prompt the agent to watch out for and avoid this bug.


Replies

ponectortoday at 9:22 AM

You are a senior developer. Please do no mistakes!

sdesoltoday at 1:20 PM

> Great! So next time the human will prompt the agent to watch out for and avoid this bug.

I actually created a system for something like this. The basic idea is, once you have identified what the issue was and fixed it, you can create lessons that lives inside the repository. Lessons are designed to be mapped to one or more files so if the LLM changes the files again, they can see what the issue was.

The main challenge is being able to summarize and create proper tags so the AI after any code change can easily find the lesson.

fg137today at 6:31 PM

Given the amount of training data out there, LLMs should have been perfect by now.