archex: local-first, deterministic code-context for AI agents — no API key, no telemetry (Apache 2.0)
Summary
archex is a local-first, deterministic tool that builds token-budgeted code context bundles for AI agents, using a full retrieval pipeline (BM25F, local embeddings, cross-encoder reranker, dependency-graph expansion) on your hardware with no API keys or telemetry, outperforming alternatives in recall and efficiency.
Similar Articles
Built a local-first context engine for AI coding agents — symbol graph + semantic search, no cloud
Argyph is an open-source MCP server that provides AI coding agents with structured codebase understanding via a symbol graph and semantic search, running entirely locally with no cloud dependencies.
AREX: Towards a Recursively Self-Improving Agent for Deep Research
AREX introduces a family of recursively self-improving agents for deep research, alternating between an inner research loop and an outer self-improvement loop, trained with long-horizon reinforcement learning. It substantially outperforms comparable-scale baselines on benchmarks like BrowseComp and Humanity's Last Exam.
@Apodex_AI: Dive in Blog: https://apodex.com/blog/apodex-1.0 Tech report: http://apodex.com/pdf/20260608 Github: https://github.com…
ApodexAI releases Apodex-1.0, a deep-research model that operates as a tool-using ReAct agent. Its heavy-duty mode, Apodex-1.0-H, uses an asynchronous agent team with up to 150 sub-agents and achieves new state-of-the-art results on deep-research benchmarks including BrowseComp, DeepSearchQA, HLE, and FrontierScience, surpassing models like GPT-5.5-pro and Claude-Opus-4.8.
esengine/DeepSeek-Reasonix
Reasonix is a config- and plugin-driven AI coding agent for the terminal, built around DeepSeek's prefix cache to keep token costs low across long sessions. It supports multiple OpenAI-compatible endpoints, dual-model execution, and MCP-compatible external tools.
An agent that plans with a frontier model but runs most of tokens locally (built it for my own dual-3090 rig)
The author built a personal AI agent that uses a frontier model (Codex) for high-level planning while running most token processing locally on a dual RTX 3090 system, enabling long-duration tasks with deterministic validation. The agent supports three swappable tiers: planner, local, and senior, and is available as an open-source repository.