MCP Security: What to Check in Your mcp.json
A design flaw in the Model Context Protocol (MCP) STDIO transport passes configuration values directly into shell execution without sanitization, allowing anyone who can influence the config file to e…
A design flaw in the Model Context Protocol (MCP) STDIO transport passes configuration values directly into shell execution without sanitization, allowing anyone who can influence the config file to e…
A developer built DeepDoc, a Rust-based document parser for air-gapped RAG pipelines, as a single-binary alternative to Apache Tika, Python stacks, and cloud parsers. DeepDoc transforms documents into…
A developer testing an AI agent's calculator tool found that a mutation changing multiplication to addition in a Rust library still passed 389 of 390 tests, with the sole failure caught by NIST's cert…
Mwe-MCP, an open-source MCP server using a wiki structure with per-item access control lists, enables self-hosted shared team memory for AI agents while redacting sensitive information before it reach…
A developer built a local proxy in Rust that acts as a circuit breaker for AI coding agents, intercepting every LLM request and tool payload to enforce budget and security rules in real time. The prox…
A developer compares Qdrant and Pinecone for production RAG systems, highlighting that Qdrant is an open-source vector search engine that can be self-hosted while Pinecone is a fully managed cloud ser…
A one-person fork of Bun called Buz, created by GitHub user jazzzooo, claims sub-second incremental builds of the 535,000-line JavaScript runtime by porting the codebase to modern Zig, directly challe…
Amdb, a zero-runtime, single-binary code context MCP server that indexes codebases entirely on the local machine with combined graph and vector retrieval, has been released as an open-source tool. The…
A developer built Skim, a free open-source email client for Windows that uses BYOK (bring your own key) AI. The client features agentic AI that can search and read emails, treats HTML email as hostile…
AAIF's Goose agent now supports OpenTelemetry observability, enabling developers to trace and understand AI agent decision-making. The integration, detailed in a tutorial by AAIF, uses Goose v1.43.0 w…
A developer released Tiny-Llama, a minimal LLaMA-style inference engine for MiniCPM5-1B written in pure Rust, featuring CPU-only inference and a TUI visualization that shows how the model processes pr…
Laguna XS 2.1, used with OpenCode, helped a developer replace narrowly-focused unit tests in a Rust project with a single, more general test that covers multiple functions at once, resulting in fewer …
Jcode is an open-source coding agent harness built in pure Rust that enables developers to run multiple autonomous agent sessions in parallel with near-zero resource overhead. Designed for multi-sessi…
Eduardo Bellani argues that deep knowledge of programming languages remains essential in the age of AI-assisted coding because languages embody fundamental ideas about structuring thought and managing…
Kata Containers 4.0.0 is now available, introducing a new default runtime built in Rust that offers reduced memory footprint, improved security, and lower latency, while the existing Go runtime is dep…
VifuDev released Vifu, an open-source game runtime for building AI-native games, under Apache-2.0. The runtime includes a Rust executable, Agent Gateway protocol, PostgreSQL database, and Next.js dash…
Software developers have abandoned traditional engineering norms and now rely heavily on large language models (LLMs) to write code, debug errors, and scaffold entire systems without fully understandi…
TinyS is a new programming language that offers Python-shaped syntax with Rust semantics, transpiling to Rust and compiling to native binaries without a garbage collector or runtime. The language, det…
Brookmd, a streaming Markdown renderer built with a single Rust core, has been released for web, React Native, Swift, and Kotlin platforms. The engine uses incremental parsing with speculative closure…
The Space Project, an agent-driven space economy simulation built in Rust and Bevy, is now open-source under MIT. The simulation runs hundreds of autonomous ships, facilities, populations, and faction…