惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
L
LangChain Blog
C
Check Point Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
美团技术团队
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog
G
Google Developers Blog
The Cloudflare Blog
P
Proofpoint News Feed

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Overcoming AI anxiety
__LINE__ · 2026-05-11 · via Hacker News - Newest: "AI"

Thoughts

Writing code pays my bills. It also happens to be a hobby that I was fortunate enough to turn into a career. The satisfaction of solving a problem, the concept of building something from nothing, the small wins that add up over time, the sense of accomplishment. That's what I enjoy.

For the longest time that felt like a stable foundation. If you could write good code and build solid software, there would always be a place for you somewhere.

Enter AI.

At first it was tab completions. Little suggestions inside of my editor that gave me a little productivity boost, not too different from a language server providing me with smart and sensible completions for variables and types. Easy to accept with a Tab, easy to ignore with an Esc. It felt incremental.

Then it stopped feeling incremental. Those small suggestions turned into entire functions, entire classes. You soon realise you're not writing every line of code and you're no longer engaging with your code in the same way. You move from construction to curation, spending more time reading, steering and second-guessing.

That's where my unease started. Unease is probably a poor choice of word because the tooling is reliable, often remarkably capable, and almost as good as you (sometimes better to be honest).

My own "anxiety" around AI wasn’t really fear of the technology itself. It was the realisation that something fundamental about the way I work was shifting. I wasn't building things up piece-by-piece in the same way anymore. I was merely an evaluation engine and guidance counsellor for a "clanker".

Once you sit with that for a while, you start to ask the hard questions.

"If this thing can write most of the code, what value do I add?"

"If I'm not the one writing the code for every solution, will I lose touch?"

And perhaps more quitely, "If this keeps improving at the same rate, where does that leave me in X years?".

I didn't really have answers for those questions immediately and that's where the "anxiety" really lingers.

It was only once I had truly integrated these tools into my day-to-day work that I started to see the obvious boundaries and form real answers.

AI generates code, but it doesn't truly understand the intent. It doesn’t always have the context to take a real problem in your system and map it to an outcome. You're the one who bridges that gap. It follows patterns and guidelines that you provide, but it doesn’t own the consequences of those choices. It can suggest a solution, but only to the problem you’ve framed.

That distinction is what matters. The responsibility of software design and software engineering hasn't moved. You're still the one deciding what to build, why it matters, and whether the solution is actually correct. Not just syntactically, but architecturally and contextually.

The AI accelerates your execution, it doesn't replace your brain and your judgment. Once that clicks, those questions start to feel a little less open-ended and existential.

To leave you with a more poetic outro:

Your value as a software engineer isn't in writing every single line of code, it's knowing which lines should exist at all.