
News in Simple: 3-Level News & Real World English
Learn English by reading tiered news articles with integrated vocabulary and quizzes.
News In Simple — 基于 AI 的英语学习新闻网站,提供初、中、高三级分级新闻及配套阅读、听力、词汇和测验素材
The full gallery
Tech stack
33 projects

Learn English by reading tiered news articles with integrated vocabulary and quizzes.
News In Simple — 基于 AI 的英语学习新闻网站,提供初、中、高三级分级新闻及配套阅读、听力、词汇和测验素材

Find restaurants where locals actually eat, filtering out tourist traps.
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

Check if AI search engines (ChatGPT, Perplexity, Google) can cite your site.
grenzfrei · HN
CiteReady – Can AI search (ChatGPT, Perplexity) cite your site?

Listen to Ilya Sutskever's 30 AI papers explained as free audio episodes.
janpmz · HN
Ilya's 30 papers, explained in audio

Compare candidates on evidence-cited dimensions and generate hiring documents.
facundobon · HN
Verdict – AI hiring verdicts where every score cites the CV verbatim

Check academic papers for AI usage and originality by analyzing patterns and sources.
@stejas809 · X

Ask questions about Scripture and get answers with every claim backed by cited verses.
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

Explore AI-assisted book interpretations curated across business, psychology, investment, health, and other domains.
晨笙阅读 — 书籍解读平台,AI 辅助+人工校审,提炼经典书籍的核心问题、论证框架与实践洞见,支持分类浏览、全文搜索和主题阅读

Walk through a 3D library to explore your curated quotes.
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)

Search YouTube channel transcripts to research content and build fair-use clips.
@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

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

Organize your notes and collections, ask questions about them, and generate podcasts and study materials.
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.