Ask HN: How do you stop playing 20 questions with your AI coding tools
2•IxInfra•1h ago
every session is a constant repeat of re-explaining the same architecture, service boundaries, etc. wondering how others are dealing with this?
Comments
PaulHoule•1h ago
Write up that stuff on a file and tell the agent to look at it. Say “take a look at file A as an example of how we do this sort of thing.” Good comments in the code help that explain how it works and what that patterns are are helpful, but you don’t need to go line by line duplicating the code.
PaulHoule•1h ago