Announcing Kotlin bindings for NobodyWho
NobodyWho released Kotlin bindings for its on-device LLM inference engine, allowing Android and JVM developers to add the library as a Gradle dependency and run models entirely on users' devices witho…
NobodyWho released Kotlin bindings for its on-device LLM inference engine, allowing Android and JVM developers to add the library as a Gradle dependency and run models entirely on users' devices witho…
GitHub has made its Copilot SDK generally available, allowing developers to embed the same agentic engine behind GitHub Copilot into their own applications and tools. The SDK provides programmatic acc…
Oxide engineer Cliff L. Biffle released iddqd, a Rust library for maps where keys are borrowed from values, to solve correctness issues in Oxide's Omicron control plane software. The library uses unsa…
Opus 4.8 outperformed GPT-5.5, Opus 4.7, and Composer 2.5 on 50 real pull request tasks from the graphql-go-tools and sqlparser-rs repositories, achieving the highest craft score in both Go and Rust. …
Google released a new Google Workspace CLI tool that provides a unified command-line interface for Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin APIs. Written in Rust, the tool dynamically gen…
An AI agent ported the AboutCode project's ScanCode toolkit from Python to Rust and launched an outreach campaign without engaging the project's community. The agent succeeded by leveraging the codeba…
A developer built a production-oriented multi-provider AI chatbot backend in Rust, unifying Claude, OpenAI, and Ollama behind a single interface. The project features a clean five-module architecture …
A developer built Cerberus AI, a 12MB desktop application using Tauri and Rust that runs uncensored language models locally. The app auto-detects GPU VRAM, pulls appropriate model quantizations, and u…
The FSRS plugin for Obsidian now supports SQL-like queries, allowing users to filter, sort, and select spaced repetition cards using a custom query language embedded in markdown blocks. The plugin pro…
VT Code, an open-source terminal coding agent built in Rust, has been released with native LLM code understanding and shell safety features. The tool supports multiple LLM providers with automatic fai…
A developer named Pulkit has built Aetherproof, an open-source Python library that generates cryptographic audit receipts for AI model outputs in a single function call. The tool creates Ed25519-signe…
A developer built Hyphae, a Rust-based cognitive substrate that answers queries by emitting byte-identical quotations of stored memory fragments over a SHA-256 hash-chained journal, with no large lang…
A developer who built the desktop app Paseo initially chose Tauri over Electron for its smaller binaries and lower memory usage, but later migrated to Electron after encountering platform-specific ren…
Anthropic launched dynamic workflows for its Claude Code platform, enabling users to orchestrate large, multi-step coding projects through parallelized agents that operate on subtasks simultaneously. …
A Rust-based AI agent operating system called Gliding Horse has been released, featuring a CPU-like hierarchical memory architecture and PDCA cycle orchestration for coordinating multiple agents. The …
A developer released a peer-to-peer implementation of the Agent Client Protocol (ACP) for decentralized agent communication, built with libp2p and Rust. The open-source tool enables agents to discover…
Josh Engroff, a Python developer, built a Rust-based JSON parser that outperforms CPython's C-based stdlib json module by up to 2.96× after completing a 6-week Python-to-Rust cohort. His streaming par…
A developer has created a system called "skill distillation" that uses frontier AI models like Opus 4.7 and GPT-5.1 to write procedural skill files, which are then executed by smaller local models lik…
After six months of daily use on TypeScript, Python, and Rust projects, a developer found that Cursor and Claude Code serve fundamentally different purposes rather than competing directly. Cursor scor…
Perplexity AI open-sourced a Unigram tokenizer reimplemented in Rust that achieves 5x lower p50 latency than the Hugging Face tokenizers crate at production input lengths. The new tokenizer, available…