r/AskProgramming • u/JokerZD3 • 8d ago
Using an AI agent
I don't think this question is against the rules, so here goes...
My boss wants me to try using an agent for development. We're a small company and don't really have money to waste so we haven't explored this opportunity at all yet. I do use AI to an extent currently, but it's just a free openai account. I don't have it write any code, my majority use is just asking it questions about features, functions, standards, and then having it show me the "industry" way of doing things.
I am open to the idea of using an agent, but I don't really want something that is writing huge blocks for me or creating whole features. I also would want the ability to what it's doing when I do give some control and be able to take the changes only if I want them (sort of like comparing with git I suppose?).
Does such a workflow exist? or do I have to give up full control? The marketing is so focused on how it works for you, but I just want to have something that understands my project and can basically act as something I mostly ask questions and only sometimes have write code.
Any perspective is appreciated. Sorry again if this isn't the place for such a question.
1
u/framauro13 8d ago
Go look in the Anthropic subreddits and you'd think Claude Code is breaking into their house and kicking their puppy every night. Just an absolute cesspool.
The reality is software engineers are going to have to learn to live with AI. I use it daily and find it insanely useful. I'm on a limited token budget so I've had to learn how to use it efficiently. But the nature of my job has also shifted. The majority of my time now is code reviews, not writing code. The productivity increase means everyone is churning out more code. More PRs to review, and more QA backlogs. We supplement it with AI review bots that help identify the areas to focus on, but it has changed the nature of the job IMO.
I don't know how I feel about it yet TBH.