Opyt vs building it yourself
For a competent engineer this is the alternative that actually holds up, and it deserves a straight answer rather than a sales one. You could build this.
What you would be building is not the retrieval, since hybrid search over SQLite is a weekend. It is the acquisition layer and the accumulated calibration: X pagination that terminates correctly, browser-session capture, cross-platform identity verification through links a person attests to, PDF extraction floors per page, spend previews, fail-safe skip semantics, and ranking floors that were measured rather than guessed.
At a glance
| Opyt | Building it yourself | |
|---|---|---|
| Retrieval | Hybrid search, already tuned | A weekend |
| X and Substack ingesters | Terminate on 'no new item', not on the cursor | The months |
| Identity across platforms | Union-find on attested links; never merges on shared attestations alone | Yours to design |
| Your back catalog | Backfilled on first import | Starts empty |
| Opinions | Person-level ingestion, no synthesis, no authoring | Whatever you choose |
| Licence | MIT; read or fork every line | n/a |
Where building it yourself is better
Where Opyt is better
confirm=False is the default and writes nothing. Every failure skips rather than writes. A partial vector list propagates so the caller drops that document whole.Which one
Fork it if it is close. What the months buy you is the ingesters and the calibration; the search itself is the cheap part.
install Opyt free, MIT, five minutes