Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

为什么这个 AI 新闻值得关注

Hey HN!Lathe is an experiment in using LLMs to teach me something new, instead of doing the work for me. It generates a hands-on, source-backed tutorial for any technical topic you want to learn. Then you work through it yourself by reading and typing the code by hand (gasp) in a local UI built for exactly that.It's a Go CLI plus LLM agent skills (Claude Code / Cursor / Codex). You prompt something like "/lathe build a 3D slicer in Erlang", run `lathe serve` to spin up a local webapp, and read it in your browser. Every tutorial comes with the things that have made self-learning a pleasant experience for me in the past:- table of contents that follows along as you scroll - side-notes that nudge you to think - exercises for the reader - sources backing up the content that you can use to take you deeperTo help make up for the lack of human brainpower behind the tutorial, you can also ask questions about the content, have another LLM verify the tutorial actually compiles and runs, or extend it with another part (no more "Part 4 of 6" that hasn't seen an update since 2021).I didn't build lathe to replace human-written tutorials. I built lathe because I _love_ human-written tutorials, but wanted to learn technical domains where no good human-written tutorial exists yet (building a 3D slicer from scratch, making embedded Zig approachable, etc). There's a longer story in the README about how I got started with programming through PSP homebrew tutorials, and why losing that to LLMs bugged me enough to build this.I'm not here to sell you anything (there's nothing close to a VC-backed startup here :D). It's an LLM, and its output is usually good but not perfect by any means. So far, my experience is that because you're the one typing and actually engaged, you catch the weird stuff (and I'm finding that pushing back on it is its own kind of learning). And yes, it's vibecoded, because it's low scope, low risk, and scratching a personal itch. I run it on Claude Code + macOS personally, other setups should work but I haven't been able to verify them yet.If you can find resources to learn something that was written by a human, read that first. But Lathe is here to fill in the gaps when that isn't the case, and I hope it serves as an example where LLMs can help us think better, rather than less.Repo: https://github.com/devenjarvis/latheWould love your feedback if you decide to check it out! Comments URL: https://news.ycombinator.com/item?id=48433756 Points: 235 # Comments: 43

最新进展

技术解读

AI 领域的发展速度持续超出大多数人预期。从 GPT 到 Claude 再到 Gemini,每一次模型迭代都在重新定义"可能"的边界。这次新闻再次证明,我们正处在一个技术奇点附近——不是危言耸听,而是每一天都有新的能力被解锁。

对普通用户意味着什么

对于普通用户来说,核心问题是:这个进展会如何影响我使用 AI 产品的方式?一般来说,新模型和新技术会通过两种方式影响普通用户:直接进入现有产品的功能升级,以及催生全新的使用场景。无论哪种,都是好消息。

从业者视角

对于 AI 从业者,这个方向的进展需要密切关注。技术路线选择、研发优先级、人才储备策略,都可能因为某个突破而需要调整。建议每周花时间跟踪最新动态,保持信息优势。

参考链接

Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

Read more

GPT-5.6 Sol Ultra produces proof of the Cycle Double Cover Conjecture [pdf]

为什么这个 AI 新闻值得关注 https://x.com/__eknight__/status/2075643450196971805, https://xcancel.com/__eknight__/status/2075643450196971805Prompt: https://cdn.openai.com/pdf/04d1d1e4-bc75-476a-97cf-49055cd98... Comments URL: https://news.ycombinator.com/item?id=48863490 Points: 326 # Comments: 265 最新进展 技术解读 AI 领域的发展速度持续超出大多数人预期。从 GPT 到 Claude 再到 Gemini,每一次模型迭代都在重新定义"可能"的边界。这次新闻再次证明,

By ZHOU TAO