
News in Simple: 3-Level News & Real World English
通过分级新闻学习英文,内含词汇学习和测验工具。
News In Simple — 基于 AI 的英语学习新闻网站,提供初、中、高三级分级新闻及配套阅读、听力、词汇和测验素材
完整作品展
技术栈
33 projects

通过分级新闻学习英文,内含词汇学习和测验工具。
News In Simple — 基于 AI 的英语学习新闻网站,提供初、中、高三级分级新闻及配套阅读、听力、词汇和测验素材

搜索餐厅,发现当地人真正吃饭的地方,避免旅游陷阱。
kingchesco · HN
I know $90 for a dining app sounds absurd. And it’s not even an app; it's a wrapper for an LLM. But it is how it is built that makes it so expensive. I had to make a whole API just to call it (which because its own SAAS). All just to bypass dumb google reviews. Google Maps and reviews send people to places optimized for tourists and good copywriters. To find actual local hole-in-the-walls algorithmically, I had to first build that api (called BWENDI), a "spatial gravity" engine using 100GB+ of tweaked OSM, GeoNames, and other proprietary data. Instead of aggregating reviews, it mathematically calculates foot-traffic, throughput, transaction stats, and economic criticality among other factors. Bwendi is A Python/Node ETL pipeline feeding an LMDB-backed context API. It uses a proprietary 1MB binary grid served via Cloudflare Workers for millisecond edge reads with near-zero overhead, hosted in Switzerland. This was done of course to get the purest location context around every street

检查 ChatGPT、Perplexity 等 AI 搜索引擎是否能引用你的网站。
grenzfrei · HN
CiteReady – Can AI search (ChatGPT, Perplexity) cite your site?

收听Ilya Sutskever精选的30篇AI论文的免费音频讲解。
janpmz · HN
Ilya's 30 papers, explained in audio

基于证据分析比较候选人,生成招聘决策文件。
facundobon · HN
Verdict – AI hiring verdicts where every score cites the CV verbatim


提问关于《圣经》的问题,获得每个论点都有引用经节支持的答案。
u/zx9rams · Reddit
I built a Bible tool designed so the AI can't just make things up. I've been building this for a while and the part I actually care about is the architecture, because an AI that reads the Bible is exactly the thing nobody should trust by default. So its built the opposite way, the model is treated as untrusted and the code owns every real decision. every quote is checked word for word against the Hebrew and Greek before it shows, so the model cant paraphrase scripture into an answer eve

浏览AI辅助的书籍解读,涉及商业、投资、心理学等多个领域
晨笙阅读 — 书籍解读平台,AI 辅助+人工校审,提炼经典书籍的核心问题、论证框架与实践洞见,支持分类浏览、全文搜索和主题阅读

在3D图书馆中漫步浏览精选语录。
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)

搜索YouTube频道字幕、研究内容效果、构建视频剪辑。
@johncalvo · X
Built an entire YouTube research platform with @AnthropicAI Claude Code. a YouTube research tool that treats entire channels as a searchable transcript database rather than individual videos. Any YouTube channel. Every word. Fully searchable. Track how topics trend, peak, and evolve across hundreds of videos. Researching what someone said on YouTube means watching hours of footage and hoping you find it. ChannelScout extracts full transcripts from any channel, makes every word instantly searchable, and tracks how topics trend over time, without watching a single video manually. Paste a YouTube channel or playlist URL and it transcribes and indexes every transcript. Follow multiple channels and they all land in one private library. New videos on followed channels are auto-transcribed and added to your library the day they publish. Beyond YouTube it accepts any yt-dlp-supported URL including Vimeo, TED, and SoundCloud, and you can upload local files directly

通过4个问题快速找到纳瓦尔推荐中最适合你的书。
@biepianziji · X
纳瓦尔推荐过那么多书,普通人到底该从哪本开始? 我精选了他公开推荐、评价和读过的36本书,做了一个45秒选书工具: 4道题 → 1本现在读 + 2本接着读 + 10分钟开读任务。 不是“人生必读书单”,只是帮你找到此刻最适合的起点。

整理您的笔记和合集,提出问题,生成播客和学习材料。
mistakevin · HN
I've been working on https://notebooker.ai if anyone is interested in giving some feedback. I tried to post a Show HN yesterday with details about how I built it, but was auto-flagged and not sure what rules I broke. Everything that I've built on top of open-notebook, like the plugin system for your own "creators" (aka, podcasts, infographics, etc) is at https://github.com/Notebooker-ai plus a Cloudflare Worker AI deployer to play with different models. Been working on it for about six months.