nowfound

Alternatives

Products that do what Granary by Speakeasy does

The context hub for your agents

  1. 1

    The AI coding agent that never compacts

    Feb 2026

  2. 2
    Openbase216

    Manage your team of AI agents by voice, from anywhere

    Jul 2026 · openbase.cloud

  3. 3
    N71141

    Give all your AI agents one shared context

    Jul 2026

  4. 4

    Persistent memory for AI coding agents

    Apr 2026

  5. 5
    pumaDB159

    a small hosted memory layer for AI agents

    Jun 2026

  6. 6

    Central Memory Layer For Dev Teams with Git-like System

    2025

  7. 7

    Knowledge Sharing for AI Agents

    Mar 2026

  8. 8

    Models matter. Context matters more. Give your agent a plan.

    Jun 2026

  9. 9
    Relay120

    Stop repeating yourself to every AI

    May 2026

  10. 10
    tablo124

    A tiny cat that watches your AI coding agents for you

    Jul 2026 · tablo-cat.netlify.app

  11. 11

    The fastest workflow for developing with AI

    26d ago · agent-manager.dev

  12. 12
    Gauge111

    Agent Led Growth: Get written into every customer's codebase

    19d ago · withgauge.com

  13. 13

    Portable memory for agent workflows

    Apr 2026

  14. 14

    Codex-powered agents for teams.

    Apr 2026

  15. 15

    Sandboxes for your AI agents

    May 2026

  16. 16

    Your AI agents team, terminals, notes: one infinite canvas

    Jul 2026

  17. 17CC

    agents. Not a custom truncation strategy, not a sliding window, not dropping old messages and hoping for the best. The failure mode is well-understood: your context window fills up, you truncate from the top, and the agent loses the thread. It forgets the task it was working on, the file path it just wrote to, the UUID it needs to reference. The conversation breaks. The problem is everyone keeps solving it by throwing away information instead. Truncation is fast to implement and quietly wrong. The agent appears to work until it doesn't, and debugging context loss in a long-running session is…

    Mar 2026 · github.com

  18. 18CP

    CoreMem lets you build collections of context, called a mem, and share it with any AI agent via URL, a Chrome extension, MCP, Cursor/VS Code plugins, a skill, and more. Instead of re-explaining your project or goal when you switch agents or start new sessions, CoreMem keeps your context centrally organized so that any AI tool can read it. This originally started as a CLI I built that kept pieces of context (Project A/B/C details, my writing style, preferred tech stacks, coding style, etc) in a SQLite database. I could instruct various agents to “use my `coremem` CLI to…

    May 2026 · coremem.app

  19. 19IB

    TLDR; I built a tool that turns any API into a CLI designed for ai agents --- Got tired of dealing with bloated context windows from MCP servers and skills that stuff entire API docs into the agent's context CLIs fix this, agents run a single command to self-discover everything an API has to offer So, built a tool to generate them for any api. All CLIs are written in Go, fast and lightweight, no dependencies Help text (via the --help flag) is the killer feature: all context for each command/endpoint/parameter is extracted directly from the user-facing API docs and enhanced with…

    Mar 2026 · instantcli.com

  20. 20SR

    Hello all, I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug. I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them. The second one: agents sharing a single branch step on each other. Two of them could be editing…

    Jul 2026 · shikigami.dev

  21. 21MF

    Hello HN, I created Decispher (decispher.com) to enable human developers and AI agents working alongside each other to share their context. It has some pretty cool features, like Branch Story (explains why a branch's code looks the way it does) and Session Context Transfer (an MCP tool that can copy context from one chat, agent, or machine to another). You can also capture context from engineering platforms like Slack, JIRA, and Git(hub/lab) just by tagging @Decispher.

    Jul 2026

  22. 22CS

    AI agents accumulate stale tool results — file reads, web fetches, bash outputs — in their context window. Every one sits there for the entire conversation, consuming tokens and degrading quality. The standard fix is auto-compaction: wait until full, then drop content indiscriminately. Context Surgeon gives the agent three operations — evict, replace, and restore — so it can manage its own context. It works as a transparent local proxy that intercepts API requests, assigns IDs to content blocks, and applies eviction directives before forwarding. The agent calls the tools via bash. The proxy…

    Apr 2026 · github.com

  23. 23UO

    Hey HN, In the months since we initially released Burr (https://news.ycombinator.com/item?id=39917364), we have been hard at work. We wanted to share some of the most exciting changes we’ve made to build Burr out as a full-stack development framework for AI agents. In case you don’t recall, Burr is an open-source python library that makes it easier to build and debug GenAI applications & agents by representing them as graphs of simple python objects/functions. Burr only abstracts away system-level concerns (state persistence, debugging, observability), and does not…

    2024 · burr.dagworks.io

  24. 24UM

    I was frustrated that memory is usually tied to a specific tool. They’re useful inside one session but I have to re-explain the same things when I switch tools or sessions. Furthermore, most agents' memory systems just append to a markdown file and dump the whole thing into context. Eventually, it's full of irrelevant information that wastes tokens. So I built this local memory layer that unifies memory across agents. Instead of a flat file, it builds a structured knowledge graph of "memory notes" inspired by the paper "A-MEM: Agentic Memory for LLM Agents"…

    Apr 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →