Tell HN: AI tools are making me lose interest in CS fundamentals

⭐⭐⭐⭐ Hacker News Ask • 83 points, 82 comments • 2026-03-16

核心问题

AI 工具是否让 CS 基础变得不重要?社区给出了深度思考。

关键观点

  • 好奇心和灵活性是最重要的特质,而非具体的算法或工具
  • AI 无法创造全新的东西 - 它只是在已有数据中模式匹配
  • 没有基础就无法判断 AI 是否正确 - AI 会自信地给出错误答案
  • 基础知识和 AI 工具是互补的 - 用 AI 处理实现,关注更高层的设计
  • 术语很重要 - 用对词 AI 效果更好(如说"timecode"而非"timestamp")
案例: Bun 团队用 CS 基础优化性能,Anthropic 收购了他们。即使是 AI 公司也需要懂 CS 基础的人。

经典引用

"AI is great at giving you an answer, but fundamentals tell you if it's the right answer. Without the basics, you're not a pilot; you're a passenger in a self-driving car that doesn't know what a red light is. Stay strong in the fundamentals so you can be the one holding the steering wheel when the AI hits a hallucination at 70mph."

另一个视角

借用 Simon Willison 的概念:你需要"hoard things you know how to do"(积累你知道怎么做的事)。你需要知道什么是不可能的,你需要能够清楚地表达你想要什么。AI 是一辆快车,但它是空的,仍然需要司机。只要人类还在循环中,司机的质量就很重要。

标签

CS基础 AI编程 学习思考 Hacker News