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

推荐订阅源

The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
WordPress大学
WordPress大学
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
P
Proofpoint News Feed
D
DataBreaches.Net

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 AI Code Agent Hype: Real Progress vs. Expectations | ...
Jawuil Pineda · 2026-06-23 · via Hacker News - Newest: "AI"

How about we talk a bit about the general state of AI? Has it really advanced as much as everyone says?

Honestly, I feel it has, but not nearly as much as the hype makes it seem. At least when it comes to coding, the reality is quite different.

Last year, I started heavily using AI-assisted coding tools. I began the way most people probably did: asking ChatGPT, Claude, or DeepSeek for code (by the way, I was using DeepSeek way before it went viral in 2025), and then copying, pasting, and fixing a lot of errors.

Later, I started testing more integrated tools. I used Copilot (which I remember being pretty bad back then), moved on to Cursor, and also tried Windsurf, back when the free tiers were much more generous than they are now. I also discovered Augment Code, a VS Code extension that, for me, was the absolute best in 2025. Honestly, it was far better than Cursor and Copilot because the way it parsed the context of the entire local codebase and provided ultra-precise inline edits was next level. Unfortunately, they dropped their free plan, and since I couldn't afford subscriptions at the time, I worked with them as far as the free tier allowed and then did the rest by hand.

I feel like for most of that year, progress was mostly stagnant. For me, the real breakthrough came around October and November 2025. Around that time, you could feel that these agents were working significantly better. Cursor and Windsurf matured, and suddenly tools like OpenCode, Gemini CLI, and Antigravity dropped. It was incredible stuff—they provided rich context and went from just autocompleting lines to tackling complex tasks across multiple files. I couldn’t test Claude Code because it wasn't available in my country, but what I already had access to was amazing.

Late 2025 was when I truly felt the generational leap in coding agents. However, as of today (mid-2026), I honestly don't feel they've pushed much further beyond that point. Sure, there are speed improvements and newer model initializations, but we haven't seen the same disruptive impact we felt late last year. We'll have to wait and see.

Over the last few months, I’ve been trying to understand a bit more about how these agents actually work under the hood, since I'm building my own for a few experiments. Honestly, they are quite complex systems, and the more you study them, the more you realize it's not some "weird magic"—it's pure engineering. In fact, the deeper you look into it, the more you realize how difficult it actually is for it to replace you. Still, the progress is awesome. Let's see where this takes us.