thedailyqueryThe Daily Query — homeSubscribe

I Replaced My Entire Research Workflow With 3 AI Tools. Here's the Stack.

After years of browser-tab chaos and abandoned note apps, I rebuilt my research process around three AI tools. The result: deeper reading, faster synthesis, and a system I've actually kept.

By The Daily Query · · 3 min read

I used to do research the way most people do: forty browser tabs, a notes app I'd inevitably abandon, and a folder of PDFs named things like final_v2_ACTUAL.pdf. The information went in; the synthesis never came out.

Six months ago I rebuilt the whole workflow around three AI tools. Not ten. Three. The constraint was the point — every tool you add is a tax on actually thinking. Here's the stack, what each piece does, and where it still falls short.

Tool 1: The collector — an AI-native read-later app

The first failure point of any research system is capture. If saving something takes more than two seconds, you won't do it.

I now route everything — articles, papers, newsletters, YouTube transcripts — into a single AI-powered read-later queue. The AI does three things on capture:

  • Auto-tags each item against my existing topic structure, so filing costs zero effort
  • Generates a three-sentence abstract, so triage takes seconds instead of clicks
  • Flags connections — "this contradicts the paper you saved Tuesday" is the feature I didn't know I needed

The killer habit change: I triage the queue once a day for ten minutes instead of reading reactively all day. Roughly half of what I save gets archived from the abstract alone. That's not a loss; that's the system working.

Tool 2: The synthesizer — a chat interface over my own library

This is the heart of the stack: an AI assistant that answers questions only from documents I've saved, with citations back to the source passages.

The difference between this and a general chatbot is trust. When I ask "what are the strongest arguments I've collected against small-model fine-tuning?", I get an answer drawn from things I actually read and chose to keep — not the internet's averaged opinion — and every claim links back to a highlighted passage.

How I actually use it:

  1. Weekly synthesis. Every Friday: "Summarize what I saved this week and identify themes." This surfaced a pattern in my own curiosity I hadn't noticed — apparently I'd been circling AI evaluation methods for a month without realizing it.
  2. Drafting scaffolds. Before writing anything, I ask for the strongest claims and counterclaims in my library on the topic. It's an outline generator fueled by my own reading.
  3. Honest gaps. The best feature is when it says "your library doesn't cover this." That's my research to-do list, generated automatically.

Tool 3: The interrogator — an AI reading companion for hard material

For dense papers and long reports, skimming is self-deception. The third tool is a reading mode where the AI sits alongside the document and I interrogate it paragraph by paragraph: explain this assumption, what would falsify this claim, restate this in plain terms.

It sounds slower than reading normally. It is. That's the feature. Material worth deep-reading deserves friction; the AI just makes the friction productive instead of frustrating. My retention on hard material has improved more from this than from any note-taking method I've tried — and I've tried them all.

What the stack doesn't fix

Honesty section. Three caveats:

  • AI summaries flatten voice. An abstract tells you what a piece says, never how it feels. For writing where style is the substance, I still read the original, start to finish.
  • The synthesis is only as good as the library. Garbage in still applies — curation is now my highest-leverage activity, not reading volume.
  • It cost me serendipity. Tab chaos occasionally produced magical accidents. A tidy system produces fewer. I compensate by deliberately saving things outside my lanes.

The takeaway

The win wasn't any single tool — it was forcing every piece of information through one pipeline: capture without friction, synthesize against my own library, deep-read what deserves it.

If you build only one piece, build the synthesizer. Chatting with your own reading history, with citations, is the closest thing to a second brain that actually works as advertised.

enjoyed this one?_

Get the next one in your inbox.

One email every morning. The AI news that matters, decoded in five minutes.

up_next → Tools

We Compared 5 AI Coding Assistants on Real Work. The Rankings Surprised Us.

Benchmarks lie. So we ran five leading AI coding assistants through two weeks of actual development work — features, bug hunts, refactors, and reviews — and ranked what matters: shipped code.

// keep_reading