← Back to Home

Tag: Open Source (11 articles)

We got local models to triage the OpenClaw repo for FREE!*

Facing the risk of closed-source model removals, the authors used local Gemma and Qwen models within an agent harness to achieve real-time, near-zero-cost issue classification for the OpenClaw repository.

Hugging Face Blog · Jun 22, 2026

I Am Retiring from Tech to Live Offline

Veteran open-source contributor Chad Whitacre is leaving the tech industry entirely due to the alienation caused by AI, choosing to become 'AI Amish' and return to an offline life, sparking deep reflection on technological accelerationism and personal digital well-being.

Simon Willison · May 31, 2026

Exploring the new `servo` crate

The Servo team released the first `servo` crate (v0.1.0), packaging their browser engine as an embeddable Rust library. Simon Willison used Claude Code to build a CLI screenshot tool called `servo-shot`, validating Servo's software rendering pipeline on stable Rust, though compiling to WebAssembly remains limited by threads and SpiderMonkey dependencies.

Simon Willison · Apr 13, 2026

research-llm-apis 2026-04-04

Simon Willison used AI to analyze raw HTTP APIs from Anthropic, OpenAI, Gemini, and Mistral to redesign LLM library's abstraction layer.

Simon Willison · Apr 5, 2026

Training mRNA Language Models Across 25 Species for $165

The OpenMed team developed an efficient mRNA optimization pipeline, training the CodonRoBERTa-large-v2 model across 25 species by comparing various transformer architectures, significantly enhancing protein expression capabilities.

Hugging Face Blog · Mar 31, 2026

microgpt

Andrej Karpathy's microgpt project demonstrates how to implement a simplified GPT model from scratch in just 200 lines of Python code, revealing a trend towards minimalism in AI development.

Andrej Karpathy · Feb 12, 2026