Alternatives
Products that do what Open-Source Notebooks for Building Agentic RAG Architectures does
Hey HN! We’ve published a series of open-source notebooks showcasing Advanced RAG and Agentic architectures, and we’re excited to share our latest compilation of Agentic RAG techniques! These Colab-ready notebooks are designed to be plug-and-play, making it easy to integrate them into your projects. We're actively expanding the repository and would love your input to shape its future. What Advanced RAG technique should we add next? Drop your ideas in the comments or open an issue on GitHub!
- 1

- 2

- 3AO
Hi HN, We built one of the largest RAG set-ups that exist toady with Usul.ai (6B tokens). We started by using langchain and llamaindex, they were able to get us to a prototype in a couple of days, but took 3 months of taking pieces apart and optimizing them to make it perform well at such large scale. We put all of these learning into an MIT licensed open-source project — Agentset. Our goal to let people get production quality RAG w/o having to understand or optimize the underlying pieces. It supports 22 file formats, agentic search, deep research, citations, and a UI out of the box.…
Oct 2025 · github.com
- 4AE
Hi all, Sharing a repo I was working on for a while. It’s open-source and includes many different strategies for RAG (currently 17), including tutorials, and visualizations. This is great learning and reference material. Open issues, suggest more strategies, and use as needed. Enjoy!
2024 · github.com
- 5PA
We're excited to release PaperQA2, an open source RAG library specialized to work with the scientific literature. We've seen some really compelling results with it (https://paper.wikicrow.ai), like superhuman performance at question answering and summarization when compared with expert scientists. PaperQA2 is a major overhaul of our prior PaperQA system, it includes automatically obtained rich metadata for each paper, a CLI to work with local papers directly, a local full-text search engine for keywords searches over PDF files, a state-of-the-art algorithm for LLM-based re-ranking…
2024 · github.com
- 6

Smarter RAG with Agentic Retrieval & Context-Aware MCP
Sep 2025
- 7

Napkinbook is a smart canvas for collaboration, sharing, and discovering insights. I think of it as a more computational version of Excalidraw or Miro: a flexible canvas where you can think, build, present, and collaborate without constantly moving between different tools. Since my first Show HN, I’ve added: * Much better mobile support * AI-assisted brainstorming * Presentation decks with animations * Shareable reports * Live collaboration * Actual Git history The goal is to make the canvas itself the workspace, rather than treating whiteboarding, presenting, reporting, and version history…
23d ago · desk.napkinbook.com
- 8PR
Hi HN, While building RAG agents, I noticed a lot of token budget was wasted on formatting overhead (HTML tags, JSON structure, whitespace). Existing solutions felt too heavy (often requiring torch/transformers), so I wrote this lightweight, zero-dependency library to solve it. It includes strategies for context packing, PII redaction, and tool output compression. Benchmarks show it can save ~15% of tokens with negligible latency overhead (<0.5ms). Happy to answer any questions!
Dec 2025 · github.com
- 9SS
Last month, the SambaNova team, in partnership with Stanford and UC Berkeley, introduced the viral paper Agentic Context Engineering (ACE), a framework for building evolving contexts that enable self-improving language models and agents. Today, the team has released the full ACE implementation, available on GitHub, including the complete system architecture, modular components (Generator, Reflector, Curator), and ready-to-run scripts for both Finance and AppWorld benchmarks. The repository provides everything needed to reproduce results, extend to new domains, and experiment with evolving…
Dec 2025 · github.com
- 10OS
Open Notebook is a tool where you can upload your own sources - PDFs (textbooks, research papers), Github repos, documentation websites, and other URLs. Once uploaded, you can either chat with an AI about them or run “apps” on top of those sources. Apps can be anything. Right now, I’ve built the following: - turn articles into short video overviews - create a mind map of the source - create summaries or other reports about the source - generate quizzes or flashcards to help study the source You can also remix existing apps or create one from scratch. I built this because I wanted to make…
Nov 2025 · noodleflow.ai
- 11AO
Hi HN, I’m Akshay. I built AMP because I was tired of my AI agents having "amnesia" the moment I closed the terminal. Like many of you, I use Claude/Cursor daily. RAG is great for searching documentation, but it’s terrible for continuity. It chunks text blindly, losing the narrative. When I asked my agent "Why did we decide to use FastAPI last week?", it would hallucinate or just give me generic pros/cons because the specific context of our decision was lost in a vector soup. So I decided to build a proper *Hippocampus* for my agents. *What is it?* AMP is a local-first memory…
Dec 2025 · github.com
- 12AA
We’ve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS. What’s in the repo: • Agentic RAG, memory, and planning workflows with LangGraph & CrewAI • Strands-based flows with observability using OTEL & Arize • Evaluation with LLM-as-judge and cost/performance regressions • Built with Bedrock, S3, Step Functions, and more GitHub: https://github.com/aws-samples/sample-agentic-frameworks-on-... Would love your thoughts — feedback, issues, and stars welcome!
2025 · github.com
- 13AD
While reading Agentic Design Patterns by Antonio Gulli, I wanted to see how these patterns look in real code. I cloned the OpenAI Codex repo (the open-source AI coding assistant that recently trended on HN) — but it was in Rust. So, I used an Cursor to help me extract and translate 18+ agentic patterns from Codex’s codebase into Python. That small experiment turned into a full open-source guide: GitHub: Codex Agentic Patterns https://github.com/artvandelay/codex-agentic-patterns Each pattern comes with: A short explanation and code sample A runnable exercise and agent…
Oct 2025 · artvandelay.github.io
- 14WB
Hi HN, Our research team just released the best performing and most efficient reranker out there, and it's available now as an open weight model on HuggingFace. Reranker v2 was designed specifically for agentic RAG, supports instruction following (our v1 was the first to introduce this), and is multilingual. Along with this, we're also open source our eval set, which allows you to reproduce our benchmark results. By releasing these datasets, we are also advancing instruction-following reranking evaluation, where high-quality benchmarks are currently limited. Please give it a try and let us…
2025 · huggingface.co
- 15GN
TLDR: Gradio Notebook is a notebook component for generative AI that offers the fastest way to create a Hugging Face space (in < 10 lines of code), and a familiar notebook interface for interacting with any combination of text, image and audio models in a single space. Follow this Quickstart to create a gradio notebook for yourself: https://huggingface.co/spaces/lastmileai/gradio-notebook-template Hi HN Community! I’m Sarmad, co-founder of LastMile AI, and today I’m excited to share Gradio Notebook, our latest open-source project in collaboration with Hugging Face.…
2024
- 16EA
Hi HN, I’m building an agentic IDE for hardware developers. It currently supports Arduino, ESP32, ESP8266, and a bunch of other boards (mostly hobbyist for now, but expanding to things like PlatformIO). It can already write and debug hardware projects end-to-end on its own. The goal is to have it also generate breadboard views (Fritzing-style), PCB layouts, and schematics. Basically a generative EDA tool. Right now, it’s already a better drop-in replacement for the Arduino IDE. Would love feedback from folks here.
2025 · embedr.app
- 17LN
Logbooks adapts some ideas from structured notebook computing environments like nbdev and Papermill for Claude Code and other coding agents. This is a pattern I found myself repeating across a few recent projects, and thought I'd try to formalize it and reflect on it a bit. Research and scientific computing rely on notebooks because they often consist of complex sequences of one-off variations, and demand both flexibility and reproducibility. But my experience using Cursor and Claude Code with Jupyter has been quite poor. What I've found here is that creating a "notebook", naively, as a…
Feb 2026 · github.com
- 18GA
I wanted to learn more about RAG implementations, so I built something to solve the constant digging through manuals whenever we play a game. It's fairly simplistic, but actually has worked pretty well for some of these conflicts. Everythings Open Source on GitHub if you're curious (or have ideas), and I'd love to hear feedback from fellow boardgamers!
2024 · gamegame.ai
- 19CA
I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!
Sep 2025 · infrastructureas.ai
- 20WC
A friend and I built this as a side project to help us collaborate on files with our agents. Claude / Codex kept outputting .md and .html files which are great until we needed to share them, so we built this small website to help with that. Agent can either use an HTTP + Skill or an MCP which also uses MCP Apps to add widgets to Claude Desktop / Mobile chat. Would love any feedback and hopefully this helps someone else as it did us!
Jun 2026 · workplane.co
- 21UA
Three months ago, we started developing an open source agent framework. We previously tried existing frameworks in our enterprise product but faced challenges in certain areas. Problems we experienced: * We risked our stateless architecture when we wanted to add an agented feature to our existing system. Current frameworks lack server-client architecture, requiring significant effort to maintain statelessness when adding an agent framework to your application. * Scaling problem - needed to write Docker configurations as existing frameworks lack official Docker support. Each agent in my…
2025 · github.com
- 22BA
I'm building a workspace for doing focus work while also managing constant multi-tasking and context-switching that's required in a lot of roles. Currently this is done by using a notes system where we can split-screen AI chat, an object-based data table system for tracking entities, as well as viewing other documents. We can define agents directly from documents by giving instructions in plain language and then defining the trigger conditions. This helps automate workflows directly in the place where we're reading and writing content. I'm continuing to experiment with instructions and…
2025 · useportals.dev
- 23

- 24SW
Hey HN, We’re Basia, Fokke, and Geno from Liquidmetal AI, and we built something we wish we had a long time ago: SmartBuckets. We’ve spent a lot of time building RAG and AI systems, and honestly, the infrastructure side has always been a pain. Every project turned into a mess of vector databases, graph databases, and endless custom pipelines before you could even get to the AI part. SmartBuckets is our take on fixing that. It works like an object store, but under the hood it handles the messy stuff — vector search, graph relationships, metadata indexing — the kind of infrastructure you'd…
2025
Ranked by how close each launch is in meaning, then by votes. Refine with a description →