AIAny
AI Client2026
Icon for item

Reasonix (DeepSeek-Reasonix)

Terminal-native AI coding agent that runs as a single static Go binary and preserves long LLM sessions using DeepSeek-aware prefix caching. Config- and plugin-driven: supports multiple providers, separate planner/executor sessions, and CLI/TUI, desktop and VS Code integrations.

Introduction

Most coding agents treat each interaction as ephemeral; Reasonix treats the session as the product. By centering on DeepSeek's prefix-cache stability and compact, cache-aware summaries, it keeps token costs low across long interactive workflows while letting external tools and models plug in through stable contracts.

What Sets It Apart
  • Cache-first session model: startup injects a small, stable environment summary and prunes stale tool output before compaction — so sessions stay contextually rich without exploding token usage.
  • Config- and plugin-driven architecture: providers, agent behavior, enabled tools and plugins are declared in a reasonix.toml file; built-in tools self-register at compile time — so you can swap LLM endpoints or extend tooling without code changes.
  • Multi-model composability: ships with a DeepSeek preset but treats any OpenAI-compatible endpoint as a config entry; optionally run separate planner and executor models in cache-stable sessions — so planning and execution can be isolated for reliability and cost control.
  • Zero-friction native distribution: a single CGO_DISABLED static Go binary cross-compiled for common platforms minimizes runtime dependencies and simplifies deployment.
Who It's For and Tradeoffs

Great fit if you want a terminal-first, extensible coding agent that maintains long-lived, token-efficient LLM sessions and integrates with local tools and editor workflows. It suits developers who value reproducible tool contracts and offline-capable native binaries.

Look elsewhere if you need a hosted, turn-key model service (Reasonix expects you to configure providers), or if you prefer a purely web-native single-tenant SaaS experience. Also note that advanced power comes with configuration and plugin wiring; expect setup work for custom tool integrations.

Information

  • Websitegithub.com
  • Organizationsesengine
  • AuthorsSivanCola
  • Published date2026/04/21

More Items

GitHub
AI Agent2026

A curated collection of Korea-focused AI agent skills that enable agents to perform local tasks — ticket booking, public-data lookups, e-commerce and messaging integrations — via prebuilt connectors and an optional hosted proxy for API keys and fallbacks.

GitHub
AI Client2026

Provides a desktop app and an MCP endpoint to share AI skills, plugins, and connected services across agents and teams. Includes a local-first workspace for macOS/Windows/Linux, an MCP that integrates with Codex/Claude/Cursor, and an org control plane for publishing capabilities and managing access.

GitHub
AI Agent2023

Turns documents, web pages and audio into a private, searchable knowledge base and builder for AI assistants and agents — supports wide-format ingestion, multi-model (cloud or local) execution, retrieval-augmented responses, and enterprise deployment features like RBAC and SSO.