The tool started as a simple idea — let an AI summarize a YouTube video — and grew into something much more capable. Below is what it actually does today.
Most "AI video summary" tools just read the title and description. This one
fetches the actual spoken transcript and summarizes what was genuinely said —
which matters most for long videos like podcasts, lectures, and reviews where
the description tells you almost nothing. When a video has no captions at all,
it falls back to downloading the audio and transcribing it directly, so even
caption-free videos can still be summarized.
A video's comment section is often where the most honest information lives — the complaints, the "I bought this and here's what happened six months later," the corrections the creator never mentioned. The tool reads and analyzes those comments, but goes further than surfacing sentiment: it now scores the comment section's integrity, flags potential bot activity using converging heuristics, and classifies comments into five emotional buckets — positive, neutral, negative, humorous, and sarcastic. The distinction between the last two matters: "lol imagine paying $1,000 for this" is sarcastic, not funny — and the tool treats them differently.
The newest capability is a credibility system built around a two-lane model. Ask it to check a YouTube URL or a topic, and it runs both lanes automatically.
The authority lane checks Stack Exchange: it finds the most relevant question on the topic, scores each answer using vote count, accepted-answer status, and the answerer's reputation — and importantly, treats reputation as a modifier rather than a score in its own right. A high-reputation author can nudge a good answer up slightly, but can't carry an answer the community hasn't endorsed. That's a deliberate design choice, verified on real threads.
The integrity lane checks the YouTube comment section: it pulls a paginated sample of up to 1,500 comments including full reply chains, then scores each one for bot-likelihood using four converging signals — duplicate text across distinct accounts, generic low-effort phrases, spam patterns, and unusual posting bursts relative to the video's normal pace. No single signal moves the score much on its own; the model is designed so weak signals only matter when they converge. The output includes a per-comment breakdown of exactly which signals fired and why, so the score is never a black box.
Both lanes combine into a single headline score. If only one lane has enough data — for example, when the video's topic doesn't map to a Stack Exchange question — the score is flagged with an asterisk so it's clear what it's actually measuring.
A plain keyword search often pulls irrelevant results. This tool adds a layer
of judgment: after searching, it evaluates whether the results actually match
what you were looking for, and if they don't, it rewrites its own search query
and tries again — automatically, before bothering you with bad results. It
also shows its work, listing every query it tried and why, so the reasoning is
transparent rather than a black box.
Asked to research upgrading a sim-racing rig with a vague goal of "something
better," the tool refined its own search three times to filter out generic
driving-tutorial noise, then mined real owner comments to surface things no
single review mentioned: a possible quality-control inconsistency between
units, do-it-yourself reinforcement tricks owners actually use, a hidden cost
(the matching seat doubles the price), and two competing products recommended
by real owners — all in about two minutes.
The actual playlist it built — refined three times before settling on these results.
A personal research tool. Not a verdict generator — a triage signal that surfaces what's worth a closer look before you trust a comment section or take a source at face value.