Four AI Coding Tools, One Memory Layer
A developer describes using LoreConvo's persistent local memory to synchronize context across four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—eliminating the 5-15 minute re-ex…
A developer describes using LoreConvo's persistent local memory to synchronize context across four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—eliminating the 5-15 minute re-ex…
A developer using four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—describes the 'tool-switching tax' where context resets between tools waste time and lose insights. They buil…
A developer reports running GLM 5.2 locally on a Mac Studio with a 2-bit quantization, claiming results surpass Opus 4.8. The model, which uses about 250GB of memory, now powers their Hermes Agent and…
A developer released Hermzner, an open-source tool that provisions a hardened Hermes AI agent on a Hetzner VPS using rootless Podman and Tailscale. The setup includes Terraform and Ansible scripts for…
Hermes Agent, an open-source AI agent framework by Nous Research, has released a desktop app that provides a visual interface for managing and monitoring AI agents. The app offers features such as aut…
Signet has adopted JSONL as the canonical transcript format, stored at `memory/{harness}/transcripts/transcript.jsonl`, to serve as the source of truth for transcript-based summary, fallback, and line…
Vessel Browser, an open-source Chromium-based browser designed for persistent web agents, has been released. It provides durable state, MCP control, and a human-visible supervisory UI for long-running…
A developer ported the fablize procedure system from Claude Code to the Hermes Agent ecosystem, creating a skill that enforces verification grounding, multi-story evidence gating, investigation protoc…
Hermes Agent by NousResearch surpassed 153,000 GitHub stars in under three months, becoming a fast-growing AI developer tool. The deciding factor for developers choosing between Hermes Agent and Claud…
Hermes Agent released asynchronous subagent delegation on June 16, enabling parent agents to spawn child agents without blocking. The update provides a 4.8x throughput improvement in parallel executio…
Nous Research has updated its open-source Hermes Agent to support asynchronous subagents, allowing delegated tasks to run in the background without blocking the parent chat. The update introduces a ne…
Hermes Agent introduces a 5-layer hybrid routing plugin that enables unlimited skills with near-zero latency. The system uses BM25 and trigger phrase matching for O(1) lookup, supports bilingual Chine…
Nous Research cofounder Teknium announced that Hermes Agent now supports asynchronous subagents, moving its delegate tool out of the blocking pattern that constrained multi-agent work. The update allo…
A developer built hermes-mempalace, a new memory plugin for Hermes Agent that stores full conversation transcripts as readable markdown files rather than opaque embeddings. The plugin integrates with …
Researchers at MiniMax introduced MiniMax Sparse Attention (MSA), a method that reduces attention compute by 28.4x at 1M context while matching performance, enabling cheaper long-context deployment. B…
A developer documented the installation of the last30days-skill on Hermes Agent, an AI agent skill that researches topics across Reddit, X, YouTube, HN, Polymarket, and the web to synthesize grounded …
A developer successfully deployed Hermes Agent on an NVIDIA Jetson Orin Nano (8 GB) for self-hosted AI agent runtime, achieving a silent, low-power automation box running 24/7. The setup uses Ubuntu 2…
Nous Research released a Profile Builder for its open-source Hermes Agent, consolidating agent identity, model selection, skills, and MCP server configuration into a single guided flow within a local …
Nous Research's Hermes Agent includes a skill trust model that relies on a hardcoded allowlist of just four trusted repositories — OpenAI, Anthropic, Hugging Face, and NVIDIA — to determine which comm…
Nous Research released Hermes Agent, an open-source autonomous AI agent with persistent memory, on February 2026. The agent installs on a user's server via a single command, remembers preferences and …