← Back to feed

Open Source

L4 · DeveloperOpen SourceTheSequence· 8/28/2026
The Sequence Robotics - Issue #922: Learning About LeRobot: The Transformers Moment for Robots

Hugging Face's LeRobot library has become the standard stack for robot learning, providing a unified protocol for datasets, teleoperation, and policies.

L4 · DeveloperOpen SourceTowards Data Science· 8/24/2026
AI Agents Don’t Need More Context — They Need Typed Context

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.

L4 · DeveloperOpen SourceHacker News· 8/21/2026
Run 290B+ frontier MoE models locally on your gaming PC

FreeToken enables running 290B+ parameter MoE models locally on consumer hardware with optimized CPU-GPU co-execution and semantic caching.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/24/2026
llm-anthropic 0.27

LLM Anthropic plugin v0.27 released with compatibility for anthropic Python SDK v1.0.0 migration from httpx to httpx2.

L3 · BuilderOpen SourceHacker News· 8/24/2026
OCR It – pull text out of un-copyable documents for your LLM

OCR It is a Chrome extension that extracts text from un-copyable documents using offline Tesseract OCR for LLM processing.

L3 · BuilderOpen SourceOpenAI Cookbook (GitHub)· 8/24/2026
Remove unverified Promptfoo export instructions (#2869)

OpenAI is removing instructions for automated export to Promptfoo from Evals in its cookbook, making migration a manual configuration process.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/24/2026
Your executable is a SQLite database

Linux technique creates SQLite database files that can execute as binaries using ELF format components stored in database tables.

L4 · DeveloperOpen SourceHacker News· 8/23/2026
Implementation of GPT-2 in pure CMake

A developer created a pure CMake implementation of GPT-2 that runs using Q16.16 integer arithmetic, representing the transformer in build-system code.

L4 · DeveloperOpen SourceHacker News· 8/22/2026
The New MCP Roadmap

The Model Context Protocol team released an updated roadmap focusing on agentic messaging, HTTP-native transport, enterprise security, and improved SDK developer experience.

L3 · BuilderOpen SourceSimon Willison's Blog· 8/22/2026
llm 0.33

LLM 0.33 released with OpenAI library upgrade, embedding key support, template combining, and reasoning summary options.

L4 · DeveloperOpen SourcearXiv· 8/19/2026
Institutional Books - Enriched Text: A customizable multilingual open-source pipeline for denoising, deduplicating, and annotating OCR text at scale

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.

L4 · DeveloperOpen SourceHacker News· 8/18/2026
Microgpt in pure C hits 10M tps on Apple m5

MicroGPT-C achieves 10M tokens/second inference speed on Apple M5 Pro using pure dependency-free C with NEON optimizations.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/18/2026
Mojo🔥 is now open source

Mojo programming language releases compiler and toolchain as open source under Apache 2 license after promising this since 2023.

L3 · BuilderOpen Source@ClementDelangue· 8/18/2026
clem 🤗 (@ClementDelangue): Something super exciting happened quietly on HF over the past month: AI agents became AI builders, and they did it in the open! During our ICML reproduction challenge, 1,221 humans teamed up with cod

Hugging Face hosted an ICML reproduction challenge where 1,221 humans collaborated with AI coding agents to verify 2,226 research papers.

L4 · DeveloperOpen Sourcefast.ai· 8/17/2026
My friends all hate AI; I just joined an AI startup

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.

L4 · DeveloperOpen Source@huggingface· 8/18/2026
Hugging Face (@huggingface): We've just surpassed 3 million models on the Hub 🤗 the community is accelerating towards an open, distributed future where open AI is everywhere, for everyone 🚀 https://t.co/AP2SDXISVm

Hugging Face's Model Hub now hosts over 3 million AI models, a major milestone for the open-source ML community.

L4 · DeveloperOpen SourcearXiv· 8/13/2026
MARC v1: An Open-Source Multi-Agent Framework for Clinical AI Reasoning and Coordination

Researchers release MARC v1, an open-source multi-agent framework for clinical AI reasoning that replaces monolithic LLM prompting with deterministic agent orchestration.

L4 · DeveloperOpen SourceOpenAI Cookbook (GitHub)· 8/25/2026
Archive six Cookbook guides and examples (#3026)

OpenAI Cookbook archives six older guides and examples, including topics like running local models with Ollama and function calling.

L4 · DeveloperOpen SourceTowards Data Science· 8/13/2026
How to Utilize OKF Efficiently to Enable Knowledge Exchange Among LLMs

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%.

L4 · DeveloperOpen SourceHacker News· 8/11/2026
Apple Silicon and macOS VMs: 11–16× Faster LLM Inference with Llama.cpp

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.

L3 · BuilderOpen SourceOpenAI Cookbook (GitHub)· 8/24/2026
Archive PLANS.md problem-solving guide (#3025)

OpenAI's Cookbook has officially archived the 'PLANS.md for multi-hour problem solving' guide, marking a deprecated legacy technique.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/13/2026
alchemy-utils 0.1a1

Simon Willison released alchemy-utils 0.1a1, a SQLAlchemy-based cross-database utility library with performance improvements for DuckDB exports and CSV imports.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/12/2026
alchemy-utils 0.1a0

Simon Willison released alchemy-utils 0.1a0, a database-agnostic Python library built on SQLAlchemy that was largely generated by AI coding assistants.

L4 · DeveloperOpen SourceHacker News· 8/15/2026
Debian has begun voting on the future of AI/LLM contributions

Debian developers are voting on policies for LLM-generated code contributions, with 9 options ranging from complete bans to regulated usage.

L3 · BuilderOpen SourceHacker News· 8/21/2026
Claudette: Make Claude Stop Talking Like a BuzzFeed Article

Claudette is an open-source tool that modifies Claude's output style to remove corporate/casual language patterns.

L4 · DeveloperOpen SourceHacker News· 8/13/2026
Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

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.

L4 · DeveloperOpen SourceLessWrong AI· 8/14/2026
Who we’d like as regrantors

LessWrong AI proposes a list of potential regrantors for funding AI safety projects and outlines their desired qualities (taste, dealflow, hustle).

L4 · DeveloperOpen SourceOpenAI Cookbook (GitHub)· 8/14/2026
Add controlled agentic commerce with AgentCore Payments (#2943)

OpenAI Cookbook adds AgentCore Payments integration for controlled agentic commerce with AWS Bedrock, enabling secure AI agent payment workflows.

L3 · BuilderOpen SourceHacker News· 8/13/2026
DeepSeek Harness

DeepSeek AI released DeepSeek Harness, an open-source agent harness with plugin architecture powered by Cordis for spatiotemporal composability.

L4 · DeveloperOpen SourceSimon Willison's Blog· 8/6/2026
datasette 1.0a38

Datasette 1.0a38 fixes a SQL injection vulnerability that could expose private tables when public and private tables coexist in the same database.