DeepSeek Reasonix: Native Coding Agent with High Caching and Low Cost

Reasonix is a new terminal-based AI coding agent built natively for DeepSeek models. It's designed around two key constraints: high caching efficiency and low cost — both critical for developers running code generation loops frequently.
Key Details
- Native DeepSeek support — Reasonix is tuned specifically for DeepSeek's architecture, not wrapped around a generic API. This allows optimizations like KV-cache reuse across consecutive requests.
- Aggressive caching — The tool caches intermediate results (prompt embeddings, partial completions) to avoid redundant computation. Early reviews mention “near-instant warm restarts” after the first call.
- Cost — Paired with DeepSeek's newly permanent V4 Pro price discount (from $0.50/M tokens → $0.17/M tokens, per HN thread), Reasonix claims “best-in-class per-request cost” for an agentic coding loop.
- Terminal-native — Runs as a CLI tool (
reasonix --model deepseek-v4-pro). No IDE plugin required. Supports both streaming and batch mode. - Open source — Repository at esengine.github.io/DeepSeek-Reasonix.
📖 Read the full source: HN AI Agents
👀 See Also

Engram: Hybrid Memory Plugin for OpenClaw Agents — Vector + Semantic Search with Decay
Engram gives OpenClaw agents persistent memory across sessions using SQLite+FTS5 for exact recall and LanceDB for semantic search, with decay classes and auto-capture hooks.

Run local LLMs on your phone with Observer: offline agents for monitoring and logging
Observer is an open-source iOS app that runs multimodal LLMs locally on your phone to monitor events, log data, and trigger Discord notifications — all offline and free.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Swarm Leak Detector: Free Tool to Scan for Exposed API Keys in OpenClaw Configs
A developer released swarm-leak-detector, a zero-dependency MIT-licensed tool that scans for over 21 credential patterns (OpenAI, Anthropic, OpenRouter, Stripe, etc.) in plaintext JSON config files. Run it with npx swarm-leak-detector scan ~/.clawdbot/ to check for leaks in about 30 seconds.