this post was submitted on 11 Apr 2026
153 points (89.6% liked)
Programming
26473 readers
492 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The reason you kept going around in circles and reintroducing bugs you already got rid of is because LLMs don’t remember things. Every time you tell it something it tells it the entire conversation again so it has all the parts. Eventually it runs out of room and starts cutting off the beginning of the convo and now the llm can’t ‘remember’ what it was you were even talking about.
Kind of, but it really depends on the workflow. Simple 3d math does not extend to a codebase that is impacted by context window
For that you can ask to update a documentation/status file on every update. You can manually add the goal and/or tasks for the future.
With that, I improved my success a lot even when starting new sessions (add in the instructions file to use this file for reference, so you don't have to remind every time)