Heretic - Directional Ablation for Automatic Censorship Removal in Language M...
What is Heretic? Heretic is a fully automatic censorship removal tool for transformer-based language models. It applies directional ablation – a technique also known as “abliteration” – to strip safety alignment from LLMs without requiring any manual parameter tuning. The...
iii: The Unified Backend Engine -- Three Primitives, Zero Integration Cost
Introduction Today, building a typical backend means connecting many separate systems: an API framework for HTTP endpoints, a task queue for async processing, a cron scheduler for periodic jobs, an event bus for pub/sub messaging, a state store for shared...
herdr: The Agent Multiplexer -- Terminal Workspace Manager for AI Coding Agents
The Problem: Terminals Weren’t Built for AI Agents As AI coding agents multiply – Claude Code, Codex, Pi, Amp, Droid, Hermes, OpenCode, Grok – developers face a new kind of workspace chaos. Each agent needs its own terminal. Each terminal...
Supermemory: AI Memory Engine for Agents and Applications
AI agents have a fundamental problem: they forget everything between conversations. Every session starts from scratch, forcing users to repeat context, re-explain preferences, and re-state project details. Supermemory solves this by providing a persistent memory and context layer that works...
Serena: The IDE for Your Coding Agent -- MCP Toolkit for Symbol-Level Code In...
MCP toolkit for coding agents has evolved from simple text search and replace toward semantic code understanding, but most tools still operate at the line-number level – forcing AI agents to guess at code structure, count lines, and hope their...
Hermes WebUI: Multi-Panel Desktop Web App for AI Agent Interaction
Introduction Hermes WebUI is a lightweight, dark-themed web interface for the Hermes Agent that achieves 1:1 functional parity with the Hermes CLI. With over 10,000 stars on GitHub, this community-driven project has carved out a distinctive niche: a full-featured AI...
Composio: 1000+ Toolkit Integration Platform for AI Agents
A toolkit integration platform for AI agents has been one of the most sought-after building blocks in the AI engineering ecosystem, as developers struggle to connect their agents to the ever-growing landscape of external tools and services. Composio, with 27,890...
Agent-Browser: Fast Native Rust CLI for Browser Automation Built for AI Agents
Browser automation for AI agents has long relied on Node.js-based tools like Playwright and Puppeteer, requiring hundreds of megabytes of dependencies and runtime overhead that slows down agent workflows. Agent-Browser, from Vercel Labs, reimagines this entirely: a 100% native Rust...
Stable-WorldModel: Reproducible World Model Research with Model-Predictive Co...
World model research with model-predictive control has long suffered from fragmentation – researchers must build their own data pipelines, environment wrappers, planning solvers, and evaluation protocols, making it nearly impossible to compare results across papers. Stable-WorldModel, from a team including...
Microsoft Agent Governance Toolkit: Deterministic Security for AI Agents
AI agents are moving from prototypes to production systems that call tools, browse the web, query databases, and delegate tasks to other agents. Once deployed, these agents make decisions autonomously, and the consequences of a misbehaving agent can be severe....
LiteParse: Fast Lightweight PDF Parsing with Bounding Boxes from LlamaIndex
PDF parsing with bounding boxes has long been a challenge for developers who need to preserve spatial layout information – column structures, table alignments, and positional metadata that most parsers discard. LiteParse, from the LlamaIndex team behind the popular LlamaParse...
ESM: Evolutionary Scale Modeling for Protein Language Models and Structure Pr...
Protein language models have transformed how we understand and design biological molecules, learning the grammar of life from billions of evolutionary sequences. ESM, from the Chan Zuckerberg Biohub, represents the next frontier: a world model for protein biology that combines...