# AI Coding and the Changing Role of Software Engineers

DevFeed: [AI Coding and the Changing Role of Software Engineers](<https://devfeed.tech/articles/ai-coding-40967.md>)

Original publisher: [Read original article](<https://blog.joway.io/posts/after_ai_coding_singularity/>)

Author: Joway

Published: 2026-02-26T00:00:00Z

Content type: opinion

Language: zh

Sources: [Random Thoughts](<https://devfeed.tech/sources/random-thoughts.md>)

Topics: [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [coding](<https://devfeed.tech/tags/coding.md>), [thought](<https://devfeed.tech/tags/thought.md>)

## AI overview

The author reflects on moving from manually writing code to relying heavily on AI Coding, arguing that AI can now generate large amounts of code with limited human review. The article presents the view that software engineers will increasingly manage AI agents, solve problems they cannot handle, and help organizations adapt their workflows to agent-based work.

## Source excerpt

说来惭愧，我已经好几个月没有完全手写代码了，甚至像是把某个变量改一个名字这种活我都宁愿输入更多字符告诉 AI 来做而不是自己直接改了，因为我知道，哪怕是变量重命名这种简单的活，AI 也能做的比我仔细，它会检查所有用到这个变量的代码、相关的注释以及单元测试，然后一并都修改了，而我自己其实历史上就犯过不少忘记修改关联地方的错误。