The Pull: Week 23, 2026
This week in open source: Cheaper AI, intent-rich search, and APIs that stop charging extra for the obvious stuff
1) Headroom: AI’s New Cost Discipline
github.com/chopratejas/headroom | License: Apache-2.0
Featured in The Push: June 2nd, 2026
Headroom turns bloated agent context into compressed, retrievable input, cutting token spend without forcing teams to trust a lossy summary. The smart part is the reversible architecture and type-aware routing. Anyone building expensive AI workflows, especially coding, support, or ops agents, should look.
2196 stars/day | 6.6 watchers/day
2) Last30days Skill: Search Where People Actually Care
github.com/mvanhorn/last30days-skill | License: MIT
Featured in The Push: June 6th, 2026
Last30days Skill turns fragmented internet chatter into a ranked, sourced research brief. What makes it interesting is the planning and scoring layer, which compares Reddit upvotes, transcripts, market odds, and social engagement as evidence, not just search results. Founders, product teams, sales leads, and anyone doing fast-moving research should look.
1922 stars/day | 8.0 watchers/day
3) Agent Reach: API Fees Were the Bug
github.com/Panniantong/Agent-Reach | License: MIT
Featured in The Push: June 5th, 2026
Agent Reach turns a command-line AI agent into a cross-platform internet operator, without forcing you into paid APIs for every source. The smart part is the scaffold architecture: install the right tools, verify each source, then let the agent call upstream services directly. Worth a look for anyone doing research, market intel, recruiting, or social listening with AI.
838 stars/day | 1.5 watchers/day
4) Hermes Webui: The Agent Finally Gets a UI
github.com/nesquena/hermes-webui | License: MIT
Featured in The Push: May 31st, 2026
Hermes Webui turns a persistent server-hosted AI agent into a browser product that actually exposes the full system, not a watered-down chat layer. The smart part is the stable web contract plus runtime flexibility underneath. Worth a look for anyone tracking self-hosted agents, AI workspaces, or serious human-in-the-loop automation.
583 stars/day | 2.3 watchers/day
5) VoxCPM: Voices Became Design Material
github.com/OpenBMB/VoxCPM | License: Apache-2.0
Featured in The Push: June 2nd, 2026
VoxCPM turns text, reference audio, or plain-language voice descriptions into high-quality multilingual speech, and the interesting part is its tokenizer-free architecture that keeps more of the texture traditional TTS flattens away. Worth a look for anyone building voice interfaces, media workflows, or branded AI assistants.
495 stars/day | 1.4 watchers/day
6) Open Notebook: Research Should Be Portable
github.com/lfnovo/open-notebook | License: MIT
Featured in The Push: June 4th, 2026
Open Notebook turns private research into a flexible AI workspace with chat, search, transformations, and even podcast-style outputs. The clever bit is the architecture: context, model choice, and outputs are decoupled, so the system stays portable. Teams building internal research hubs, study systems, or self-hosted AI workspaces should look.
788 stars/day | 4.3 watchers/day
7) Scrapling: Scraping Finally Stops Breaking
github.com/D4Vinci/Scrapling | License: BSD-3-Clause
Featured in The Push: May 31st, 2026
Scrapling turns web scraping into a more durable system, not just a parser with extra features. The clever bit is adaptive element relocation, which helps extractions survive site changes instead of failing on the first redesign. Worth a look for anyone building data products, monitoring competitors, or feeding agents live web information.
797 stars/day | 2.1 watchers/day
8) MemPalace: AI Memory, Minus the Cloud Tax
github.com/MemPalace/mempalace | License: MIT
Featured in The Push: June 6th, 2026
MemPalace turns AI memory into a local-first retrieval system with benchmarked recall, verbatim storage, and structured search across projects, topics, and time. The clever part is the architecture: scoped memory plus temporal knowledge graph, not just another vector index. Worth a look for teams using AI in ongoing, decision-heavy work.
430 stars/day | 3.0 watchers/day
9) Copilot Sdk: Copilot Leaves the IDE
github.com/github/copilot-sdk | License: MIT
Featured in The Push: June 4th, 2026
Copilot Sdk turns GitHub’s Copilot CLI runtime into an embeddable agent layer for apps. The smart part is the architecture, one shared runtime, multi-language SDKs, live event streaming, and permission controls instead of six disconnected wrappers. Best for teams building products where AI needs to act, not just answer.
160 stars/day | 2.3 watchers/day
10) Flowsint: Investigations Needed Better Maps
github.com/reconurge/flowsint | License: Apache-2.0
Featured in The Push: June 2nd, 2026
Flowsint turns OSINT work into a visual, graph-based investigation system instead of a pile of disconnected lookups. The smart part is the way enrichers continuously expand a structured case graph, with streaming updates and modular extensions built in. Security teams, journalists, fraud ops, and trust-and-safety groups should pay attention.
287 stars/day | 1.4 watchers/day
11) Personal AI Infrastructure: Your Life Gets a Control Plane
github.com/danielmiessler/Personal_AI_Infrastructure | License: MIT
Featured in The Push: June 6th, 2026
Personal AI Infrastructure turns AI from a smart session into a persistent personal system built around memory, goals, and execution. The clever part is its text-first architecture, where readable files, structured planning, and continuous evaluation do the heavy lifting. Founders, PMs, and anyone drowning in recurring context should look.
332 stars/day | 1.0 watchers/day
12) Supermemory: Context Became Infrastructure
github.com/supermemoryai/supermemory | License: MIT
Featured in The Push: June 1st, 2026
Supermemory turns AI memory into a shared infrastructure layer, not a chatbot add-on. The clever part is one unified memory graph that can serve profiles, retrieval, and synced external knowledge together. Worth a look for anyone building AI products where repeat interactions, personalization, and cross-tool context actually matter.
353 stars/day | 1.3 watchers/day
13) Impeccable: Taste Is Finally Portable
github.com/pbakaus/impeccable | License: Apache-2.0
Featured in The Push: June 1st, 2026
Impeccable turns AI design taste into a reusable command system for coding assistants. The clever bit is the mix of structured design references with deterministic anti-pattern detection, which gives teams both judgment and guardrails. Worth a look for product teams shipping AI-generated UI and anyone tired of generic assistant aesthetics.
487 stars/day | 0.3 watchers/day
14) Open LLM VTuber: AI Companions Get a Body
github.com/Open-LLM-VTuber/Open-LLM-VTuber | License: Other
Featured in The Push: June 4th, 2026
Open LLM VTuber turns any LLM into a local-first voiced character with an avatar, interruption handling, and desktop presence. What makes it interesting is the streaming interaction loop, not just the anime wrapper. Creators, consumer AI founders, and anyone testing more human-feeling interfaces should look.
285 stars/day | 0.7 watchers/day
15) Compound Engineering Plugin: AI Coding Needs a Playbook
github.com/EveryInc/compound-engineering-plugin | License: MIT
Featured in The Push: May 31st, 2026
Compound Engineering Plugin turns AI coding from a one-shot prompt into a structured workflow that carries strategy, planning, review, and learning across tools. The clever bit is the portable plugin architecture plus durable artifacts that compound over time. Teams using multiple coding assistants, or trying to make AI output less chaotic, should look.
247 stars/day | 0.3 watchers/day
16) Cosmos: Robots Need Better Imagination
github.com/NVIDIA/cosmos | License: Other
Featured in The Push: June 5th, 2026
Cosmos turns world modeling into a shared platform for reasoning, simulation, and action generation across robotics and autonomous systems. The clever part is the two-surface architecture, one family that can both interpret scenes and generate plausible futures. Teams in robotics, AV, industrial AI, and synthetic data should pay attention.
143 stars/day | -0.5 watchers/day
17) MiroFish: Forecasting Needed a Sandbox
github.com/666ghj/MiroFish | License: AGPL-3.0
Featured in The Push: June 5th, 2026
MiroFish turns reports, news, or fiction into a simulated social world where agents carry memory, interact across platforms, and generate forecast paths you can inspect afterward. The clever bit is the graph-and-memory architecture, not the chatbot layer. Worth a look for comms teams, researchers, investors, and anyone betting on scenario planning software.
304 stars/day | 0.5 watchers/day
18) Heretic: Alignment Is Looking Fragile
github.com/p-e-w/heretic | License: AGPL-3.0
Featured in The Push: June 1st, 2026
Heretic turns open language models into editable behavior assets by automatically removing refusal patterns while trying to preserve the original model’s intelligence. The clever bit is the optimization loop that balances uncensoring against model drift. Worth a look for local AI tinkerers, model publishers, and anyone tracking where alignment becomes a product setting.
154 stars/day | 0.8 watchers/day



