AIAny
AI Client2026
Icon for item

jcode

Terminal-first coding agent harness for multi-session LLM workflows, offering session memory, provider integrations, browser automation, and swarm collaboration. Tuned for low RAM and very fast startup to support many concurrent sessions.

Introduction

Most coding-agent tooling optimizes for features at the cost of resource use and single-session workflows. This harness takes the opposite approach: it treats multi-session concurrency, memory-driven recall, and low-latency interactivity as first-class constraints so agents can scale across many long-lived sessions without blowing up RAM or startup time.

What Sets It Apart
  • Memory-first session model: conversational turns are embedded into a semantic memory graph and consolidated automatically. That lets agents recall relevant past turns without repeatedly expanding context or hitting external RAG flows, improving continuity across long interactions.
  • Resource & performance engineering: measured footprints in the README show very low PSS (example: baseline single-session PSS ~27.8 MB) and sub-20 ms time-to-first-frame on the test machine, enabling hundreds of light sessions where other CLIs become memory-bound. The codebase emphasizes small per-session overhead and efficient client rendering.
  • Provider and automation richness: built-in login flows and adapters for many providers (OpenAI/Claude/Gemini/Copilot and many OpenAI-compatible endpoints) plus a first-class browser tool (Firefox Agent Bridge) for agent-driven web automation and scraping.
  • Swarm & self-dev workflows: agents can spawn managed swarms for parallel work, coordinate edits and diffs, and a "self-dev" mode lets an agent iterate on its own source with build/test cycles. These features target complex, long-running developer workflows rather than single-shot code generation.
Who It's For and Tradeoffs

Great fit if you need a terminal-native, multi-session agent environment where memory, concurrency, and automation matter — e.g., teams or individuals running many interactive agent sessions, automated browser tasks, or agent-led repo refactors. The harness is tailored to advanced users who want deep customization and provider flexibility.

Look elsewhere if you need a polished web GUI, hosted SaaS with enterprise SLAs, or a lightweight single-command assistant with minimal setup; jcode favors control and extensibility over a simple out-of-the-box web interface. Expect some setup for provider auth and optional native integrations (e.g., iOS client is planned but not the primary delivery today).

Information

  • Websitegithub.com
  • Authors1jehuang
  • Published date2026/01/05

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.