Tag
#Open source
From News
News · 2026-08-10
Lambert drops post-training textbook detailing open model engineering
Nathan Lambert announced the release of his textbook on post-training AI models, condensing years of practical engineering experience. For developer teams, this could mean a critical shift from reading dense academic papers to following battle-tested fine-tuning guides.
Read →News · 2026-07-17
NeMo Automodel moves Diffusers from notebook to cluster
NVIDIA and Hugging Face show a NeMo Automodel integration with Diffusers for large scale fine-tuning of image and video diffusion models. The practical point is simple: fewer checkpoint conversions, more scaling paths and a cleaner route from Hub model to training.
Read →News · 2026-07-23
Nunchaku in Diffusers cuts image model memory to 12 GB
Hugging Face added Nunchaku 4-bit diffusion inference support to Diffusers: the blog reports a 1024x1024 image on an RTX 5090 in about 1.7 seconds and 12 GB of memory instead of 24 GB in BF16. The practical point is less friction between research code and normal Python workflows.
Read →News · 2026-07-27
Amodei rejects an open-weights ban. He wants chips, distillation limits, and mandatory tests
Dario Amodei wrote that Anthropic has never pushed a ban on open-weights models. Instead of a blanket ban he presses chip export controls, action against industrial-scale distillation, and mandatory safety tests for sufficiently capable open and closed systems.
Read →News · 2026-07-22
Open models are becoming a geopolitical strategy, not a charity project
Interconnects ties Kimi K3, Qwen 3.8, GLM 5.2 and Xi Jinping’s WAIC speech into a map of the open model fight. The point is that open weights are becoming an industrial and political lever, not just a technical preference.
Read →News · 2026-07-15
Shippy shows that production agents start with boundaries and audits
Ai2 describes Shippy, a maritime AI agent for Skylight that works with live satellite and vessel signals across more than 70 countries. The lesson is not the model. It is isolation, deterministic tools and evals for the whole agent.
Read →News · 2026-07-02
Nemotron 3.5 turns content safety from a filter into a policy engine
NVIDIA released Nemotron 3.5 Content Safety on Hugging Face, a 4B multimodal model for safety verdicts with custom policies, reasoning traces and broad language coverage.
Read →News · 2026-07-02
Cohere sends a 30B coding model into agentic harnesses
Cohere is releasing North Mini Code, a 30B Mixture of Experts model with 3B active parameters under the Apache 2.0 license. The interesting signal is not only the benchmark chart, but the focus on robustness across harnesses, because coding agents often fail at the interface, not just in the code.
Read →News · 2026-06-15
Nathan Lambert leaving Ai2 exposes the fragile side of open models
Nathan Lambert announced his departure from the Allen Institute for AI and used it to reflect on work around Olmo. This is not just a personnel note. It is a reminder that open models depend on institutions that must outlast one strong team.
Read →News · 2026-06-15
Holo3.1 pushes computer-use agents from cloud demos to local machines
H Company released Holo3.1, a family of computer-use models for web, desktop, mobile and local inference. The important part is not only higher scores, but the attempt to move the agent closer to where the work actually happens.
Read →News · 2026-06-15
Small models show that agentic demos run on boring infrastructure
Hugging Face published a Build Small Hackathon field report about Thousand Token Wood v2, a simulation where four characters run on four different small models. The key lesson for agent systems: serving, JSON repair, secret-data firewalls and bounded memory matter more than poetic prompting.
Read →News · 2026-06-14
DOX gives coding agents local context through AGENTS.md
Agent Zero released DOX, a minimalist framework for hierarchical AGENTS.md files. It does not add a new runtime. It gives coding agents a simple discipline: read local rules before editing and update them after meaningful changes.
Read →News · 2026-06-09
Voice agents break on bilingual calls before they break in polished demos
ServiceNow AI published an ASR benchmark for code-switched speech in enterprise scenarios and tested seven systems. The uncomfortable point is simple: in voice agents, transcription errors propagate through the whole workflow, so bilingual speech is not a minor UX detail.
Read →News · 2026-06-09
Claude Fable 5 turns safety into a question of access to the best model
Nathan Lambert reads the Claude Fable 5 release as a dispute over who gets to use a frontier model without routing and filters. The important layer is not only model capability, but the governance system that decides when the user is really talking to the strongest model.
Read →News · 2026-06-03
Reachy Mini gets MCP tools from Hugging Face Spaces
Hugging Face shows Reachy Mini calling MCP tools hosted in public Spaces. The interesting part is not a weather answer, but the split between the robot body and capabilities that can be shared and updated outside the app.
Read →News · 2026-05-26
Interconnects maps the next phase of model competition
Nathan Lambert writes about Gemini Flash 3.5, Mythos, agent tools and the tension between open and closed models in his May outlook.
Read →News · 2026-06-01
NVIDIA Cosmos 3 pushes physical AI into one model
NVIDIA released Cosmos 3 on Hugging Face as an open omni-model for world generation, physical reasoning and action generation.
Read →News · 2026-06-01
Open models win on cost, but frontier intelligence still sells at a premium
Nathan Lambert argues that open and closed models are improving on different economic curves. The real question is not open source ideology, but where companies will keep paying a premium for the best model.
Read →News · 2026-05-11
CodexBar unifies limit tracking for 29 AI coding tools in one icon
CodexBar is an open-source macOS menu-bar app that unifies limit tracking, credits, reset windows, and incident status across 29 AI coding providers including Codex, Claude, Cursor, Gemini, Copilot and OpenRouter.
Read →News · 2026-04-15
VAKRA benchmark reveals where agents actually fail: tool selection, arguments, multi-step planning
IBM Research published VAKRA: an agent benchmark with 8,000+ real APIs across 62 domains. It evaluates full execution trajectories, not just final answers. Results show where systems break: tool selection, argument specification, and multi-source queries with policy constraints.
Read →From the Library