Tag
Sacr3d is a rendering engine toolbox for creating 3D graphics in Scheme, offering tools for 3D rendering.
An article discussing the reliance on GitHub for publishing Rust packages on crates.io, arguing that it should not be a mandatory dependency.
A GitHub repository curating project-based programming tutorials across multiple languages, helping developers build applications from scratch.
Stable Diffusion XL (SDXL) can now run locally in the browser using WebGPU, enabling high-quality AI image generation directly on-device with open-source code.
OpenAI co-founder Andrej Karpathy released llm.c, an open-source guide to training LLMs from scratch with simple code that runs on any hardware, including CPUs and MacBooks, and is 7% faster than standard approaches.
Guide on running large language models like Gemma 4, Qwen 3.5, and Gemma 2 on local devices via USB drive, no dependencies, only 8GB RAM required.
PostHog's engineer used multiple long-running Claude Code sessions to rewrite their SQL parser, achieving a 70x speedup over the previous ANTLR-based parser, while barely looking at the code themselves.
Kog has open-sourced the Laneformer 2B model, a 2.3B parameter instruction-tuned coding model designed for high-speed decoding, achieving over 3,000 tokens per second by prioritizing latency from the architecture stage.
Someone open-sourced the 'LOOP ENGINEERING' framework for building an AI-powered hedge fund that can trade 24/7 using Claude code, claiming it prints alpha continuously.
Blåmba is an open-source re-implementation of early 2000s ringtone and multimedia providers for cellphones, supporting modern web and WAP access. It also includes a talk from the 38th Chaos Communication Congress covering the technical background.
OpenAI has publicly released the AGENTS.md development guide for the Codex project, covering internal specifications and governance details for the Rust codebase.
Sipp is an open-source library that enables in-browser inference using llama.cpp, allowing AI models to run directly in the browser.
A review of the Xteink X4, a £40 e-ink reader small enough to stick to a phone. It highlights the device's lightweight design, decent stock firmware, and a thriving custom firmware scene with options like CrossPoint, Papyrix, and Inx.
Agent-Reach is a free and open-source repository that, with a single command, gives AI agents access to 14 platforms, including web pages, YouTube, RSS, Bilibili, and Xiaohongshu, without complex configuration, significantly lowering the barrier for agents to go online.
A curated page on Papers with Code lists top open-source OCR models and benchmarks, highlighting new releases from Baidu (Unlimited OCR) and Mistral (OCR 4), aimed at enabling AI agent use cases like RAG.
Trained a superhuman Generals.io agent using self-play reinforcement learning with a JAX-based pipeline and Vision Transformer. Achieved #1 on human 1v1 leaderboard; all code and a fast JAX simulator open-sourced.
NVIDIA NeMo AutoModel leverages HuggingFace Transformers v5 to deliver 3.4-3.7x higher training throughput and 29-32% less GPU memory for fine-tuning Mixture-of-Experts models, with no code changes beyond a single import.
Sentient Foundation launched a $42M open-source AGI funding program with two tracks: grants with no equity and investments for commercial open-source AI products, focusing on technical quality and ecosystem value.
Youssef Hosni announced that his LLM Roadmap book, which became a bestseller on To Data & Beyond, is now open source and freely available, aiming to provide a clear learning path for LLMs and generative AI.
Mozilla announced the MDN MCP server, which uses the Model Context Protocol to provide AI coding tools with up-to-date MDN documentation and browser compatibility data, enabling more accurate web platform information in development workflows.