TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built Explain-o-matic – AI voice guide for LLM code in VS Code

1 点作者 apineda3 个月前

1 comment

apineda3 个月前
A weekend experiment. I wrote a VS Code extension that uses LLMs + native TTS to voice-explain your code ( especially for LLM generated ones after a long night of coding ).<p>1. Quickly grok unfamiliar code - Auto-splits into well named, logical sections that you can traverse, hear the explanation, or break down further.<p>2. Can utilize reasoning models for better output (slower)<p>3. Vercel AI SDK wrapper for multi-provider support.<p>This was fun to build, and see promise in some sort of more accessible design like this in future copilots. I&#x27;m really keen on the learning tools of the future.