Skip to content

Random ideas & research

Keith Schacht edited this page Aug 2, 2024 · 25 revisions

Theme examples

Prompt library examples

Tools for verifying facts (help with reasoning)

There is an open source privacy project called: https://docs.searxng.org/ It apparently takes your query and searches a bunch of other search engines real time, and mixes the results. I still can’t easily find out how it works since it’s clearly not using the API for each of these search engines. Maybe they keep an up-to-date page structure?

The spirit of this project is “don’t use publicly hosted instances of searxng, host your own” but for fun I found a public one so you can try it: https://baresearch.org/

And this LlocalSearch project is using this prebuilt docker image of SearXNG: https://github.com/searxng/searxng-docker so by adding this to their docker compose their project gets a self-hosted API for search! And it exposes a whole bunch of APIs which match other APIs, here’s the google-styled APIs it exposes: https://docs.searxng.org/dev/engines/online/google.html

Similar projects

Promotional lists

Agents

There are now many open source projects that support writing a project from scratch, such as:

Browser control:

Tools

Starter projects

Custom instruction ideas for different personalities / agents

Voice

Running LLM in ruby/browser

Local LLM

Business tools

Component library

Material design Tailwind

Material design components NOT tailwind

Novel LLM interfaces