ActiveGraph v1.2.0 is live – x30 speedup
ActiveGraph v1.2.0 is now live, introducing a pluggable graph projection seam with FalkorDB as the first external backend, achieving up to a 30x speedup on structural queries. The release, driven by e…
ActiveGraph v1.2.0 is now live, introducing a pluggable graph projection seam with FalkorDB as the first external backend, achieving up to a 30x speedup on structural queries. The release, driven by e…
The open-source project Mycelium has released a Claude Code plugin that enforces a structured discovery phase before agents generate code, aiming to reduce wasted engineering cycles and improve decisi…
Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for file editing, command execution, and code search, and is available v…
A developer built readmeai, a Python CLI that scans project structure and config files, then uses an LLM to generate a complete README.md with badges, install instructions, and usage examples. The too…
DProvenanceKit, a Python port of the Swift library for execution provenance in AI systems, has been released. It provides reasoning observability and regression testing by turning each execution into …
Dockfix Labs launched AgentGuard, an open-source static analysis tool for AI agent security, and analyzed its early traction. The tool received 920 downloads on PyPI with only 1 star and 1 comment, hi…
On March 24, 2026, attackers compromised LiteLLM's CI/CD pipeline and uploaded malicious PyPI packages that stole credentials from environments with three million daily downloads. The incident highlig…
A developer built Ravn, an open-source Python error monitoring tool, after finding Sentry's pricing too expensive for a side project. Ravn captures exceptions with two lines of code, groups similar er…
Khazad, a transparent semantic cache for LLM API calls built on Redis Vector Sets, reduces API calls by ~50% and latency by ~96% by intercepting HTTP traffic at the transport layer without code change…
CORE, an open-source governance runtime for AI-assisted software development, enforces deterministic constitutional rules to block unsafe AI actions before execution. The tool, available on PyPI, prov…
A developer built and published three production-ready MCP servers to PyPI and GitHub: crewai-web-search-mcp, code-review-automation, and document-intelligence-server. The servers enable AI agents to …
A developer announced the first stable release of Siyarix v1.0.0, an open-source AI-powered cybersecurity orchestration framework. The framework combines AI with existing cybersecurity tools through a…
SuperCompress, a prompt compressor that reduces LLM costs by up to 65%, is now available on PyPI. The tool uses a 5K-parameter CPU policy to score context relevance before sending only essential infor…
Developer Arjun Shah built SuperCompress, an intelligent prompt compression system for LLMs that saves 65% on token costs while achieving 100% oracle recall, outperforming standard truncation. The sys…
Researchers introduced Chisao, a GPU-native parallel optimizer for multimodal black-box functions that uses a convergence-anticonvergence oscillation cycle to escape local traps while freezing confirm…
Navatala Systems released Navatala GPU, an open-source cross-platform GPU compute runtime and kernel corpus supporting CUDA, HIP, Vulkan, OpenCL, and Metal backends. The alpha release includes Python …
A developer built seven MCP servers to solve coordination failures in East Africa, addressing information asymmetry in payments, insurance, credit, commodity prices, reputation, labor, and drought dat…
A developer built dspyer, an open-source tool that wraps LLM calls in Pydantic schemas to automatically correct malformed JSON, missing fields, or fabricated citations. The tool compiles to a standard…
A developer built a deterministic outbound firewall for AI agents after witnessing a LangChain-style agent generate a DROP TABLE command during a cleanup task. The firewall, released as the agentx-sec…
OpenClaw-memgpt, a new plugin for the OpenClaw agent framework, implements MemGPT's three-tier memory architecture—core, recall, and archival memory—to provide persistent, searchable memory across ses…