What to say to developers that don’t trust AI to write code
I had three separate conversations this week with developers, or leaders of developers, who said the same thing,
“I’d never trust AI to write my code”
followed up with,
“Its writing bad code”
“AI code will take years to unpick”
“I can go faster without the AI”
I understand their concern - they are worried about the loss of control and the lack of explainability in code they didn’t write themselves.
Now, I’m not an experienced developer with years of manually written projects behind me, so you’ll have to take what I’m going to say with that in mind,
but here’s how I would coach these hesitant, even resistant, developers.
You are still responsible for the code you push
As a developer you work on a local branch and as you make progress you make commits, and push your work to the remote branch.
Whether you used an AI editor like Cursor, Windsurf or Cline, or you keyed in every character individually, you are responsible for the code that you commit and push.
The AI editors, using Claude Sonnet, or ChatGPT are an aid, to help you to go faster - but they do not absolve you of your responsibility as the owner of your code.
In the same way the spell-checker in Google Docs is there to help you identify and correct spelling errors, it is your responsibility as the writer to make sure the work you submit is spelt correctly.
If you feel you can get the code written faster and to your taste by writing manually, then do that. If you feel that AI can help with suggestions or even writing large sections of code from scratch then follow that path.
But whatever your approach, follow the same best practices of reviewing every code change, of commenting through your code, of writing and executing test cases, and of writing clear documentation for peer review in your pull requests.
If bad AI code ends up in your production application, that is on the humans, not the AI.
Provide context boundaries to the AI
Within a tool like Cursor you have the ability to add Cursor Rules. These files sit at the route of your project and guide the AI in how you want it to work.
You can create individual Cursor Rules files for your front end, back end, database, payments, authentication, and for each of these describe the frameworks, the notation, the architecture, the integrations and explain clearly how you want the AI to respect your ideas as a professional developer.
In addition, create a /docs folder in your project, and into this add detailed documents that describe the broader context of your project.
This should include your:
Product Requirements Document (PRD)
Tech Stack
UI screens
Project architecture
User Stories
Your approach to writing code (naming conventions, patterns)
Your approach to security and testing
Start introducing MCP servers to your project. Anthropic’s Model Context Protocol gives your LLM access to systems and data outside of your code - such as direct access to your database, authentication, billing or Github issues.
Anything that provides context to the AI to help it follow your approach.
Having added your Cursor Rules, MCPs and /docs you can then @mention them in your requests,
“Follow the front-end guidelines in @front-end-rules”
Be aware of which languages AI is not so great at
LLMs have been trained on publicly available data - and for coding, much of that has come from public repositories like Github.
AI is excellent at languages like Python and JavaScript because there is tonnes of it to train on.
Get into niche or historical languages like COBOL and its going to struggle.
If your organisation is heavily embedded in Rust or other niche languages, its not to say that AI is not going to work - but you’ll want to spend more time on your Cursor Rules and /docs to provide additional context.
Start with the parts of the job you find more challenging
When we think about AI coding, we immediately gravitate to the act of writing the code (which is the bit developers enjoy most).
But AI is fantastic at helping with other areas of the job they might not be so keen on!
Understanding someone else’s code: AI makes it simple to clone an existing project and simply ask,
“Help me understand what is going on in this project. Create a new docs file that explains the key user flows, the architecture, and where we have the best opportunities to optimise.”
Because the AI has access to the context of the full project, or a discrete area of a larger project, it is fantastic and simplifying a complex set of files.
Commenting and writing documentation is such an important part of future proofing your code and ensuring that it can quickly pass through peer review and testing. AI is excellent and translating the code that has been written into natural language that can be read by product managers, peers and users as they test the new functionality.
If you have highly repeatable exercises like Git workflows or testing, AI is excellent at picking this up from you and freeing up more time to work on the bits of the job you enjoy.
Considering multiple options
Writing code is about solving problems - bringing a product manager or designer’s vision to life through code.
As humans it can be challenging to develop and hold multiple approaches in our heads at once - we tend to gravitate to our first idea and stick with it.
AI is amazing at allowing us to look at multiple options,
“We are starting to develop the authentication functionality detailed in the @product-requirements-document. I’d like you to suggest three different approaches for delivering this, and then I’d like you to recommend your preferred approach with reasoning.”
Having worked with AI to pick the right approach, if you want to manually write that code then go for it - the AI has been your partner in deciding the right approach.
Having written your code, then ask,
“I’ve completed this section of work, can you review and suggest three ways that I could optimise what I have written? DO NOT MAKE ANY CHANGES without my approval”
AI coding is the future
The final point I would make, is that once a seasoned developer figures out how to safely integrate AI into their workflow, they do not go back.
They are able to work at a much faster pace, focused on the parts of the job they enjoy most.
I would encourage every developer to download Cursor or Windsurf, and spend a few weekends working in them on a side project that carries no risk to work-related code.
Get familiar with Cursor Rules, MCPs, adding your docs.
Understand which languages AI is more comfortable with and which it is not.
And introduce AI into the parts of your workflow that carry the least risk.
I’d love to hear what you think and whether you have a different perspective on the future of coding?
Get Started
Whenever you are ready there are three ways I can be helpful:
Model 101 Playlist: 20 minute guides to using ChatGPT, Claude, NotebookLM for work
AI Inspiration Briefing: Show your people the path forward in this 60 minute live session
Kowalah: Buying platform to help you pick the right AI tools for your business