Code Through Coffee

Findsight AI - A hybrid/AI search engine for non-fiction content

I just launched Findsight AI, available for free on findsight.ai. Findsight helps you discover non-fiction sources like books, articles, papers, and more by comparing their core claims and ideas.

Join more than 19,136 users (Apr 2025), and try it right now on findsight.ai, no sign-up required!

What is it?

Findsight is a search engine that lets you explore non-fiction content based on claims — the key points made by sources. You can discover and compare claims from various sources, see how authors tackle issues differently, and navigate to related claims to create your own learning journey. You can also find links to the original book or article. This approach is called syntopical reading.

Findsight combines traditional text and tag search with AI-powered filters that let you find related claims, and even claims that answer questions.

Here’s an example of a result:

findsight-example-1

Clicking on the title of a work expands this context view. In addition to the highlighted claims (the ones matching the search), you’ll get to see a few more claims surrounding it to get a sense of the narrative of the source. The real fun starts with the explore feature: click the arrow to jump from a claim to related claims. There’s always something new to learn by starting from Random and following a new path.

Findsight’s AI-powered filters enable you to find claims by meaning. Here’s an example of the “answer” filter identifying data that supports the user’s question:

findsight-example-2

You can find a detailed explanation of Findsight’s search capabilities in the Search Guide on findsight.ai.

What’s unique about Findsight?

Generative AI has inspired exceptional knowledge retrieval tools, but Findsight’s core priorities make it unique:

How does it work?

This is a highly condensed overview of the tech stack behind Findsight - you don’t need to know this to use it. I gave a talk at GitHub about the system architecture:

Findsight’s AI features are powered by OpenAI’s completion models and Ada embeddings, combined with fine-tuned Azure LER/NER models.

Beyond those services, Findsight is a depencency-free application written in Nim. The larger components are:

#ai #lang-nim #web