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

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point Blog

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
Growing as an engineer in a world of AI
Norberto Lopes · 2026-06-19 · via Hacker News - Newest: "AI"

There’s a lot of buzz that AI means companies only want seniors now. That there’s no room left for early career engineers. I don’t think that’s true. The thing actually worth worrying about isn’t whether you’ll get hired, it’s whether you keep learning in a world of AI, now that it removes the friction where that learning used to happen. And that, thankfully, is a choice you get to make.

Early career engineers will have to adapt but that has always been the case. It’s normal. Is this a bigger jump? Perhaps. Should they, and their more seasoned colleagues, be paying close attention? Yes.

A couple of posts ago, I said I wanted to write about how graduate engineers grow when AI writes most of the code. I’m writing this post as someone who has hired and developed graduate engineers, as someone who learned to code, maintain servers, networks, and storage systems, the hard/old way, and currently as a heavy AI user.

I don’t have all the answers here but I want to at least try to offer my perspective.

My first years

My first few years were rough. Stack Overflow wasn’t even a thing. There were no mentors in the weeds with me, no daily standup, no weekly 1:1, no pile of books beyond the ones I bought with my own money (I love books, so that part was a treat). Learning meant apropos, man, and reading whatever codebases I could find online. I still remember (fondly, I think?) the beauty and the horror of qmail’s. It was slow going. People might say it gave me grit and perseverance. Nah, I had plenty of that already. Mostly I just feel like I lost a lot of time for not much in return.

What about now?

I’ve spent the past 10 years hiring, onboarding, mentoring, coaching, annoying, sometimes pissing off, energising, and celebrating a bunch of engineers. The ones who did really well early and grew like crazy didn’t get there because they had Stack Overflow handy, or could spin up a cloud server faster than I could set up Visual Studio with Emacs keybindings. They had a few traits in common: exceptional communication, perseverance in spades, lots of curiosity, and extreme ownership. And, last but not least, they could learn fast. Really fast.

Learning of bygone eras

The model of becoming an engineer that I was brought up with, was built on friction. You’d read documentation that didn’t quite make sense, try something, watch it break, read the error message, try again. You’d spend an afternoon understanding why your database query was slow before someone on your team would laugh and tell you why. And later on, I saw many who got it by reading someone on Stack Overflow that explained the missing index. It was annoying you had to put up with so much failure and reading, but it was also what made you learn.

I don’t think all that friction was really necessary, but the discovery, and also the thrill of the hunt for the answer, was what made it all worth it (once something clicked). I read printed man pages, printed manuals of HP-UX, printed code for hundreds of *nix tools. I read some of those multiple times.

I’m no expert in learning but I think curiosity, mixed with repetition, is where a surprising amount of skill formation actually happens.

It seems that all of that kinda has a name: desirable difficulties. I’m sure I’m murdering the research but in effect these are conditions that make learning feel slower and harder in the moment but stick far better over time. Spacing things out. Mixing problems up. And if you add the generation effect (you remember something dramatically better when you produce the answer yourself than when you read a perfectly good one handed to you) you end up with a nice recipe for learning.

If you read up on the above concepts, I think you’ll end up with the same realisation I had: a lot of the time, the struggle is the actual learning. And the struggle, funnily enough, is exactly the part AI is so very good at taking away from you.