-2
Ask Lemmy: What do you currently use for AI coding?
(lemmy.world)
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
Follow the wormhole through a path of communities !webdev@programming.dev
Claude Code, mostly, but I'm with Scipitie that the tool matters less than the process around it. What's helped most is writing the project's rules and conventions into files the agent reads each session, then putting the non-negotiable ones behind a linter or a test so it can't quietly skip them. Treated that way it behaves a lot like the junior who's read all the books and understood half of them. Left to its own judgement it drifts, which is the part the guardrails are there to catch.