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

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

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
The Emotional Cost of AI-Assisted Coding
northfield27 · 2026-05-13 · via Hacker News - Newest: "AI"

This post doesn’t have a blog or article; it is a blog itself (kind of). I’m just sharing how coding agents feel.

A little about me: I started CS in 2020. I liked being able to instruct and interact with the world through code. I especially liked how code runs on hardware, and how software plus hardware can make machines learn patterns.

Coding in the pre-LLM era felt like real engineering. I don’t have the words for it, but things felt grounded, discrete math, fundamentals, networking protocols, it felt like hard engineering. A simple web server on a Sunday morning felt like an intellectual endeavour. After reading docs, architecture patterns, and obscure engineer blogs, you actually learned something that stayed with you, plus a small proud GitHub project (think Sophomore CS grad perspective). Life was simpler.

Fast forward 6 years. People are obsessed with AI. Obsessed with results, not process or learning. Not a day goes by without “cracked builders”, “token maxing”, “AI first”. Non-technical people ship features, then break core infra.

I feel coding agents (and AI tools that remove difficulty from tasks where difficulty was the learning) are, for many, less about value and more about dopamine hits, quick stimulation, and attention reward loops. Like short-form content, engagement over substance.

I’m not an AI doomer, but I think we need to better train people to use it properly.

AI has shifted reward from learning fundamentals to just optimizing output, does it work or not?

The issue is most people use AI to skip learning instead of augmenting it. Even first-time learners jump straight to results because others are doing the same, and not skipping feels like falling behind.

AI hasn’t just automated hard work, it has made it easy to avoid learning anything even once, and still ship outputs.

Ideal use: > You don’t know something -> use AI to plan, gather material, and understand deeply.

Reality: > Ask AI to do it -> if it works, move on -> if not, “try again”.

I saw this myself in a take-home project: > read spec > made simple architecture > used AI to improve design > refined doc > built one feature at a time > reviewed and tested before committing

Then it got harder, deadline pressure, token limits, rate limits: > started dumping full feature requests > committing without review or testing > bundling multiple changes in prompts

Eventually: > “fix it” > “metrics wrong” > “UI broken” > “use cache instead of DB”

Why? > lost context > re-reading code too slow > side effects piled up > token limits > cognitive and technical debt

*I wasn’t emotionally invested in code; I only cared: does it work or not?*

It became a spiral, each unreviewed change adding more debt. Still, I pushed through to meet the deadline with limited resources.

---

I think there are two types of engineers.

One type wants their code to work in real systems, solve real problems, and build serious engineering. They care about ownership, tests, structure, correctness, SLAs. If you don’t relate, you may not have felt that “I built this from scratch” ownership.

The other type is reward driven. They just want output. They don’t care much about learning or problem depth. They use AI as leverage to move faster in other directions, money, power, etc.

Some people are both. I think they’ll adapt best to the AI shift and likely move faster in their careers.