Ask HN: What is the AI setup for an experienced dev starting on a new project?
5•postexitus•1h ago
I have been working as a software developer for more than 20 years now. Been around the block a few times. Thanks to generous allowances in my current place, I've dipped my toes into LLM world and am quite impressed with it. However, we are on a legacy code base, LLM impact is limited in a sense. If I was to start a new project (let's say a web app with backend) - what is the state of the art for the setup? From Issue tracking, CI, automated deployments, agents, documentation etc - is there some blueprint I can just deploy and know that I am standing on the shoulders of giants?
Comments
joshuaayson•1h ago
Use agent mode in vscode with sonnet or Claude code terminals and do an architectural decision record doc for each setup areas and all technical decisions. Ask more of your agent about your processes. Use context to your advantage and think not just of the product but also the docs as being the foundational context for the work.
edwmurph•42m ago
One thing that's worked well for me is scattering agents.md files throughout the repo and loading the relevant ones based on what the agent is touching. It keeps architecture notes and local conventions close to the code, which works better than one giant project document.
joshuaayson•1h ago