Open Source
Hugging Face's LeRobot library has become the standard stack for robot learning, providing a unified protocol for datasets, teleoperation, and policies.
A lightweight Python runtime introduces a context type system that enforces type safety on agent context objects before prompt serialization to prevent type confusion bugs.
FreeToken enables running 290B+ parameter MoE models locally on consumer hardware with optimized CPU-GPU co-execution and semantic caching.
LLM Anthropic plugin v0.27 released with compatibility for anthropic Python SDK v1.0.0 migration from httpx to httpx2.
OCR It is a Chrome extension that extracts text from un-copyable documents using offline Tesseract OCR for LLM processing.
OpenAI is removing instructions for automated export to Promptfoo from Evals in its cookbook, making migration a manual configuration process.
Linux technique creates SQLite database files that can execute as binaries using ELF format components stored in database tables.
A developer created a pure CMake implementation of GPT-2 that runs using Q16.16 integer arithmetic, representing the transformer in build-system code.
The Model Context Protocol team released an updated roadmap focusing on agentic messaging, HTTP-native transport, enterprise security, and improved SDK developer experience.
LLM 0.33 released with OpenAI library upgrade, embedding key support, template combining, and reasoning summary options.
Researchers release IB-HL-ET, an open-source multilingual pipeline for denoising, deduplicating, and annotating OCR text at scale (217B tokens, 983K volumes) to preserve metadata for machine parsing and human study.
MicroGPT-C achieves 10M tokens/second inference speed on Apple M5 Pro using pure dependency-free C with NEON optimizations.
Mojo programming language releases compiler and toolchain as open source under Apache 2 license after promising this since 2023.
Hugging Face hosted an ICML reproduction challenge where 1,221 humans collaborated with AI coding agents to verify 2,226 research papers.
Rachel Thomas, co-founder of fast.ai, is returning to AI work by joining a new AI startup after a decade away from the field.
Hugging Face's Model Hub now hosts over 3 million AI models, a major milestone for the open-source ML community.
Researchers release MARC v1, an open-source multi-agent framework for clinical AI reasoning that replaces monolithic LLM prompting with deterministic agent orchestration.
OpenAI Cookbook archives six older guides and examples, including topics like running local models with Ollama and function calling.
A technique for sharing pre-tokenized integer arrays between multiple Qwen2.5-Coder agents via shared memory reduces Time-To-First-Token by 28-37%.
Researchers achieved 11-16x faster LLM inference in macOS VMs by creating a compatibility layer that exposes newer Metal paths for llama.cpp running on Apple Silicon.
OpenAI's Cookbook has officially archived the 'PLANS.md for multi-hour problem solving' guide, marking a deprecated legacy technique.
Simon Willison released alchemy-utils 0.1a1, a SQLAlchemy-based cross-database utility library with performance improvements for DuckDB exports and CSV imports.
Simon Willison released alchemy-utils 0.1a0, a database-agnostic Python library built on SQLAlchemy that was largely generated by AI coding assistants.
Debian developers are voting on policies for LLM-generated code contributions, with 9 options ranging from complete bans to regulated usage.
Claudette is an open-source tool that modifies Claude's output style to remove corporate/casual language patterns.
MCP-Memory is an open-source Model Context Protocol server that provides AI agents with persistent memory using Google's OKF standard and SQLite FTS5 for fast search.
LessWrong AI proposes a list of potential regrantors for funding AI safety projects and outlines their desired qualities (taste, dealflow, hustle).
OpenAI Cookbook adds AgentCore Payments integration for controlled agentic commerce with AWS Bedrock, enabling secure AI agent payment workflows.
DeepSeek AI released DeepSeek Harness, an open-source agent harness with plugin architecture powered by Cordis for spatiotemporal composability.
Datasette 1.0a38 fixes a SQL injection vulnerability that could expose private tables when public and private tables coexist in the same database.
