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

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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
An AI Agent Progresses Towards Idiocy, Not Expertise
mikenew · 2026-05-15 · via Hacker News - Newest: "AI"

If you hand a new project to a human, they will start out pretty useless. Over time, they will develop experience, understanding, and intuitions. Their ability to reason about it, answer deep questions, and do meaningful work will continue to develop to the point where they become an expert (assuming they’re motivated).

An AI agent is the opposite. It’s like the Benjamin Button version of the novice → expert timeline. When the project is small, it presents like the expert. It can quickly analyze, answer questions, and do real work. As the project grows, the fundamental limits of it’s context window start to show through. It increasingly engages in hackery; punching holes through abstractions, duplicating code, deviating from guidelines, and making changes without understanding the implications.

Your trust in a human working on this project would grow over time. Your trust in the agent recedes.

A mistake I keep seeing (and making) is positioning the AI above the human. It’s a pretty good advisor but a terrible lead. Any time I start to feel the pull towards “sure agent; whatever you think sounds good” I know it’s time to power it off. Good judgement requires understanding, and it’s dangerous to let that understanding slip. Amazon’s requirement that seniors review all code changes made with AI assistance is evidence of how the work must be coupled with an expert who can hold the big picture in their head.

Interestingly, the AI seems to pave both paths. It’s easier to offload your thinking to the machine and easier to pursue a deeper understanding. Being able to quickly gather and synthesize information and drill into any part of a concept that feels fuzzy is truly incredible. At the same time, you’re a keystroke away from “getting the thing done” in a way that will probably work fine, for now.

I think we’re still in the formative period. It’s really only been about 6 months since “agentic coding” has been acknowledged to be useful by anyone other than the people selling it. I’m trying to make sure my mental model shapes up correctly, and to the degree possible, that my habits and decisions are healthy and human-centric. I think emphasizing the assistance in AI assisted coding is vital.