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

推荐订阅源

雷峰网
雷峰网
爱范儿
爱范儿
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 叶小钗
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
博客园 - 司徒正美
博客园 - 【当耐特】
IT之家
IT之家

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
AI’s Silent Leap: From Code to Cognition
Ameya Lambat · 2026-06-17 · via Hacker News - Newest: "AI"

I used to code in bursts. Push hard. Hit friction. Open ten tabs. Lose the thread. Reset.

This was pre-AI, around 2022 to 2023.

After a few hours, my brain felt like it was overheating. Not because the problems were hard, but because everything around the problems was.

Then I started using AI every single day.

The change wasn’t loud. It never felt like 10x productivity. It felt quieter, deeper, and far more important:

I could finally think longer without burning out.

The Real Bottleneck Was Never Coding

A typical day used to look like this:

  • Start a feature
  • Hit an unclear error
  • Jump between docs, Slack, Stack Overflow
  • Patch something together
  • Forget why you did it
  • Repeat

The fatigue wasn’t from building. It was from context thrashing.

Every interruption carried a hidden cost: reloading mental state, reconstructing intent, rebuilding momentum. Over time that cost compounds. You don’t notice it mid-session. You feel it at 6 p.m. when your mind is soup.

What Actually Changed

AI didn’t make me faster first. It made me lighter.

I stopped leaking energy on things that don’t deserve it:

  • Rewriting the same boilerplate for the hundredth time
  • Decoding cryptic errors
  • Remembering API shapes I shouldn’t have to keep in my head

Now the loop feels different:

  • Sketch the idea
  • Let AI fill in the obvious parts
  • Interrogate the output
  • Refine based on real intent

I still own every decision. But I’m no longer wasting calories just to reach the starting line.

From Context Switching to Parallel Thinking

The old story was that AI lets you multitask. That’s not quite right. Humans still suck at multitasking. We just switch faster and pay the price.

What AI actually changed is this: you can keep your full attention on one layer while delegating another.

  • While I’m weighing product tradeoffs, AI drafts the tests
  • While I’m reasoning through architecture, AI explores concrete implementations and even surfaces the right parts of the codebase so I don’t have to hunt
  • While I’m sharpening intent, AI handles the syntax

It’s less automation and more like externalized working memory.

You’re not doing more things at once. You’re holding bigger problems without dropping them.

The New Failure Mode: Losing Taste

There’s a real risk here.

If you let AI do all the thinking, you don’t get faster. You get weaker.

The bar has quietly moved. It’s no longer can you code. It’s do you know what good looks like.

My constraints are simple and non-negotiable:

  • If I don’t fully understand it, I don’t ship it
  • For anything on the critical path, I still start from first principles
  • I use AI to pressure-test decisions, never to make them

AI is world-class at generating options. Your job is still taste, judgment, and direction. Clear intent has become the real bottleneck, and the highest-leverage skill.

What Most People Miss

The biggest shift isn’t speed. It’s energy allocation.

Before: Energy went into syntax, debugging, recall.

Now: Energy goes into architecture, product sense, tradeoffs, and systems thinking.

That’s an entirely different job. And it compounds in a completely different way over time.

How to Start Without Overthinking It

Ignore the hype cycles. Start small and stay honest with yourself.

  • Use AI to explain errors
  • Use it for glue code and scaffolding, not core logic
  • Use it to generate options when you’re stuck
  • Always review with intent

Then track one simple metric: How you feel after a long session.

Less drained means you’re using it right. More detached or fried means you’re leaning too hard.

The Quiet Part Everyone Underestimates

This isn’t a loud revolution with a single before and after moment.

It’s gradual:

  • Fewer breaks you didn’t choose
  • Longer stretches of uninterrupted thought
  • Less end-of-day exhaustion

You close your laptop and realize: you did more meaningful work, and you still have energy left for the rest of your life.

Where This Is Going

The next shift isn’t coming. It’s already landing.

Today’s tools have moved past shallow file-by-file help. They now give real repo-wide awareness: seeing how services connect, what dependencies actually matter, what breaks if you change one piece. The best ones act like persistent architectural memory, holding context across days, not just the open tab.

We’re heading into agentic territory: AI that doesn’t just write code but plans, tests, iterates, and coordinates with you like a true collaborator. The tactical work (implementation, boilerplate, debugging) is shifting to the machines. Engineers are becoming orchestrators, focusing on system design, tradeoffs, and judgment calls.

Domain and architecture knowledge has only become more valuable. The leverage is real, but it is bounded by how well you understand your own system. That is exactly what I am seeing in my own flow right now.

Final Thought

AI didn’t make coding easier. It made it sustainable.

And in a world that keeps speeding up, sustainability is the bigger deal.