category / open-source 60 stories
← Back to today

Grabette: an open system to record robot-manipulation data

Grabette is an open-source system for recording and collecting robot-manipulation data, designed to standardize and scale data collection for robotics research. The tool addresses a key bottleneck in training robotic systems by providing infrastructure for consistent, high-quality dataset creation.

Hugging Face Blog · Jul 21, 2026

Nonprofit Current AI is racing to build the World Wide Web of AI, free for all

Current AI, a nonprofit, is developing open AI systems designed for inclusivity across cultures and accessible on diverse devices, positioning itself as a "World Wide Web of AI" freely available to all users.

TechCrunch AI · Jul 19, 2026

German AI consortium releases Soofi S, an open 30B model that tops benchmarks

A German AI consortium released Soofi S, a 30B open-source language model that achieves top benchmark performance in both English and German. The model's open availability and strong multilingual results make it a significant contribution to the open-source LLM landscape.

Hacker News (AI) · Jul 16, 2026

How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM

A developer documented how to train a generative AI kick drum diffusion model on a modest Linux setup with just 6GB of VRAM, making audio AI model training more accessible to resource-constrained environments. The post details practical techniques for optimizing training on consumer hardware, lowering the barrier for audio generation experimentation.

Hacker News (AI) · Jul 16, 2026

Governments, companies, nonprofits should invest in free, open source AI [pdf]

David Siegel argues in a Fortune op-ed that governments, companies, and nonprofits should collectively invest in developing free, open-source AI systems. The piece emphasizes the strategic and economic importance of building accessible AI infrastructure outside of proprietary control.

Hacker News (AI) · Jul 15, 2026

Brainless: Shadcn components that look like Claude Code, Codex and Grok

A developer created Shadcn UI components styled to mimic the visual design of Claude Code, Codex, and Grok interfaces. The open-source project provides reusable components that replicate the appearance of these popular AI coding assistants' UIs.

Hacker News (AI) · Jul 15, 2026

Inkling – Open-Weights 975B Parameter LLM

Thinking Machines has released Inkling, an open-weights large language model with 975 billion parameters. This represents a significant open-source contribution to the LLM space, offering a large-scale model for research and commercial use.

Hacker News (AI) · Jul 15, 2026

Thinking Machines amps up its bet against one-size-fits-all AI with its first open model, Inkling

Thinking Machines released Inkling, its first open-source AI model, marking the company's public emergence after 18 months of developing AI infrastructure in stealth. The launch signals the company's bet on specialized, customizable AI as an alternative to large monolithic models.

TechCrunch AI · Jul 15, 2026

Claude Code plugin that plays a Mr. Meeseeks voice line whene Claude is waiting

A developer created a Claude Code plugin that plays a Mr. Meeseeks voice line from Rick and Morty whenever Claude is waiting for a response. The plugin, shared on GitHub, gained traction on Hacker News with 123 upvotes and 53 comments, showcasing creative customization of the Claude development environment.

Hacker News (AI) · Jul 13, 2026

Mesh LLM: distributed AI computing on iroh

Iroh released Mesh LLM, a system for distributed AI computing that leverages peer-to-peer networks to enable decentralized LLM inference and training. The project demonstrates how mesh networking can reduce reliance on centralized infrastructure while making LLMs more accessible across resource-constrained devices.

Hacker News (AI) · Jul 11, 2026

LeRobot v0.6.0: Imagine, Evaluate, Improve

LeRobot v0.6.0 release introduces enhanced capabilities for imagining, evaluating, and improving robotic behavior. This update builds on LeRobot's open-source framework for robot learning and control, advancing tools for simulation and model iteration.

Hugging Face Blog · Jul 7, 2026

OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files

OfficeCLI is an open-source tool that enables AI agents to programmatically read and edit Microsoft Office files (Word, Excel, PowerPoint) through a command-line interface. The project bridges AI workflow automation and Office document manipulation, allowing agents to interact with business documents at scale.

Hacker News (AI) · Jul 6, 2026

Claude Design System Prompt

A developer-created design system prompt for Claude was shared on GitHub, enabling users to guide Claude toward generating structured design outputs. The resource demonstrates how prompt engineering can extend Claude's capabilities for design workflows, gaining traction with 116 points on Hacker News.

Hacker News (AI) · Jul 5, 2026

Godot will no longer accept AI-authored code contributions

Godot's core team announced it will reject code contributions generated by AI tools, citing concerns that heavy AI users lack sufficient understanding to maintain and fix the code long-term. The decision reflects growing tensions in open-source projects over code provenance and maintainability standards.

Hacker News (AI) · Jul 1, 2026

OpenClaw is finally available on Android and iOS

OpenClaw, an open-source agentic program, is now available on Android and iOS as a free mobile application. The release brings autonomous AI agent capabilities to smartphones.

TechCrunch AI · Jun 30, 2026

Wayfinder Router: deterministic routing of queries between local and hosted LLM

Wayfinder Router is an open-source tool that intelligently routes queries between local and hosted LLMs based on deterministic rules, allowing developers to optimize cost and latency by running simpler queries locally and complex ones on remote services. The project gained attention on Hacker News with 114 points, suggesting strong community interest in hybrid LLM deployment patterns.

Hacker News (AI) · Jun 28, 2026

Show HN: Smart model routing directly in Claude, Codex and Cursor

Weave launched a model router that intelligently routes coding tasks to the most cost-effective LLM by analyzing request complexity—using cheaper models like DeepSeek v4 for simpler tasks and Opus 4.8 for complex work. Trained on RL with tens of thousands of agent traces, the router achieved 40% token cost savings internally with no quality loss, and is now available as open-source (Elastic License 2.0) or via hosted service.

Hacker News (AI) · Jun 26, 2026

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

OpenKnowledge is an open-source WYSIWYG markdown editor with native integrations for Claude and Codex, available as a MacOS app and web UI. Built to address gaps in Obsidian's WYSIWYG capabilities and third-party LLM integration, it includes CRDT-powered collaboration, RAG, and git-backed cloud sync.

Hacker News (AI) · Jun 25, 2026

For most of the world, open-source AI is the only way forward

This opinion piece argues that open-source AI is essential for the majority of the world to benefit from AI technology, as proprietary models remain expensive and inaccessible in most regions. The article emphasizes that democratizing AI through open-source development is critical for global equity and technological independence.

Hacker News (AI) · Jun 24, 2026

RubyLLM: A Ruby framework for all major AI providers

RubyLLM is a new open-source Ruby framework that provides unified access to major AI providers including OpenAI, Anthropic, Google, and others. The framework simplifies integration of large language models into Ruby applications by abstracting provider differences behind a consistent API.

Hacker News (AI) · Jun 24, 2026

Build real agentic apps using CUGA: two dozen working examples on a lightweight harness

CUGA is a lightweight framework for building agentic applications, featuring two dozen working examples demonstrating practical implementations of AI agents across various domains.

Hugging Face Blog · Jun 23, 2026

OpenAI launches new initiative to help find and patch open source bugs

OpenAI launched an initiative leveraging AI to help identify and patch bugs in open source software, strengthening security across the ecosystem. The program aims to proactively address vulnerabilities before they can be exploited.

TechCrunch AI · Jun 23, 2026

Shipping huggingface_hub every week with AI, open tools, and a human in the loop

Hugging Face is implementing an automated release pipeline for huggingface_hub using AI, open-source tools, and human oversight to enable weekly shipping cycles. This approach demonstrates how generative AI and open tools can streamline software development workflows while maintaining quality control through human validation.

Hugging Face Blog · Jun 23, 2026

Experimenting with the proposed Cross-Origin Storage API in Transformers.js

Transformers.js is experimenting with the proposed Cross-Origin Storage API to improve model storage and retrieval across different origins in web browsers. This development aims to enhance performance and flexibility for developers deploying transformer models in browser-based applications.

Hugging Face Blog · Jun 23, 2026

PP-OCRv6 on Hugging Face: 50-Language OCR from 1.5M to 34.5M Parameters

PaddlePaddle released PP-OCRv6, an open-source optical character recognition (OCR) model supporting 50 languages, with parameter sizes ranging from 1.5M to 34.5M, now available on Hugging Face. The model enables efficient multilingual text extraction across various resource-constrained deployment scenarios.

Hugging Face Blog · Jun 22, 2026

Patch the Planet: a Daybreak initiative to support open source maintainers

OpenAI launched Patch the Planet, a Daybreak initiative that assists open-source maintainers in identifying, validating, and remediating security vulnerabilities using AI and expert review. The program aims to strengthen the security posture of widely-used open-source projects.

OpenAI Blog · Jun 22, 2026

Apertus – Open Foundation Model for Sovereign AI

Apertus has released an open foundation model designed to enable sovereign AI capabilities, prioritizing independence from centralized providers. The project aims to provide organizations with transparent, controllable alternatives for developing AI applications without reliance on proprietary commercial models.

Hacker News (AI) · Jun 21, 2026

Is it agentic enough? Benchmarking open models on your own tooling

This piece examines how to evaluate open-source AI models' agentic capabilities by benchmarking them against custom tooling and use cases. It addresses the challenge of assessing whether open models can effectively perform autonomous, multi-step tasks relevant to specific business requirements rather than relying on generic benchmarks.

Hugging Face Blog · Jun 18, 2026

From the Hugging Face Hub to robot hardware with Strands Agents and LeRobot

Hugging Face released LeRobot, a framework that bridges machine learning models on its Hub with physical robot hardware through Strands Agents. The framework aims to make robotics more accessible by enabling practitioners to deploy trained models directly to real robots without requiring extensive robotics expertise.

Hugging Face Blog · Jun 17, 2026

Show HN: I wrote a C++ ray tracer from scratch without AI

A developer built a C++ ray tracer from scratch without using AI assistance, demonstrating manual implementation of rendering algorithms. The project gained traction on Hacker News with 145 points, indicating community interest in traditional software engineering approaches.

Hacker News (AI) · Jun 15, 2026

Rio de Janeiro's "homegrown" LLM appears to be a merge of an existing model

A large language model promoted as Brazil's homegrown AI appears to be a merge of existing open-source models rather than originally developed, according to analysis on GitHub and discussion on Hacker News. This revelation raises questions about authenticity claims and proper attribution in the model development community.

Hacker News (AI) · Jun 14, 2026

AI OSS tool repo goes archived over night after raising $7.3M Seed

An open-source AI tool repository was unexpectedly archived overnight following a $7.3M seed funding round, raising questions about the company's direction and commitment to the open-source community. The sudden move sparked significant discussion on Hacker News with 251 upvotes and 162 comments, suggesting it touched a nerve about transparency and trust in AI OSS projects.

Hacker News (AI) · Jun 13, 2026

Show HN: Paca – Lightweight Jira alternative for human-AI collaboration

An engineer built Paca, a free, lightweight Jira alternative written in Go that enables human-AI agent collaboration for sprint planning and task assignment. The tool features customizable views, fields, and a WASM-based plugin architecture, with the creator committing to continuous maintenance and free availability.

Hacker News (AI) · Jun 13, 2026

Open source AI must win

An opinion piece argues that open-source AI development is critical to preventing monopolistic control of AI technology by large corporations, emphasizing transparency, accessibility, and community-driven innovation as essential counterweights to proprietary systems.

Hacker News (AI) · Jun 13, 2026

olmo-eval: An evaluation workbench for the model development loop

Allen Institute for AI (AI2) released olmo-eval, an open-source evaluation framework designed to streamline model testing and benchmarking throughout the development cycle. The workbench provides standardized tools for assessing LLM performance across multiple benchmarks, enabling faster iteration and more rigorous evaluation practices.

Hugging Face Blog · Jun 12, 2026

Apache Burr: Build reliable AI agents and applications

Apache released Burr, an open-source framework for building reliable AI agents and applications with built-in support for persistence, state management, and debugging. The project garnered significant community interest on Hacker News, suggesting growing demand for production-grade agent development tools.

Hacker News (AI) · Jun 10, 2026

The Open Source Community is backing OpenEnv for Agentic RL

The open source community is rallying behind OpenEnv, a framework designed to support reinforcement learning for AI agents. This backing signals growing momentum for standardized, community-driven tools in agentic AI development.

Hugging Face Blog · Jun 8, 2026

Anthropic's open-source framework for AI-powered vulnerability discovery

Anthropic released an open-source framework called Defending Code Reference Harness for discovering vulnerabilities in software using AI. The tool enables researchers and developers to detect security flaws automatically, advancing the field of AI-assisted code security analysis.

Hacker News (AI) · Jun 4, 2026

New Microsoft tool lets devs spin up AI behavior tests using text descriptions

Microsoft released Adaptive Spec-driven Scoring for Evaluation and Regression Testing (ASSERT), an open-source framework that enables developers to define AI model evaluations using text descriptions rather than manual code. This streamlines the process of testing AI behavior and detecting performance regressions across different models.

TechCrunch AI · Jun 2, 2026

Introducing Mellum2: A 12B Mixture-of-Experts Model by JetBrains

JetBrains unveiled Mellum2, a 12 billion parameter mixture-of-experts language model designed to advance open-source AI capabilities. This release represents JetBrains' entry into large language model development, positioning the company alongside other open-source model contributors.

Hugging Face Blog · Jun 1, 2026

Welcome NVIDIA Cosmos 3: The First Open Omni-model for Physical AI Reasoning and Action

NVIDIA unveiled Cosmos 3, an open-source foundation model designed for physical AI reasoning and action, marking the company's first omni-model to handle multimodal inputs for robotics and autonomous systems. The model addresses the need for general-purpose AI systems that can understand and act on physical world tasks.

Hugging Face Blog · Jun 1, 2026

Odysseus – self-hosted AI workspace

Odysseus is a self-hosted AI workspace available on GitHub, enabling users to run AI tools locally without cloud dependency. The project has gained traction in the open-source community, attracting 145 points and 69 comments on Hacker News, indicating interest in privacy-preserving, locally-controlled AI infrastructure.

Hacker News (AI) · May 31, 2026

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

Tiny-vLLM is an open-source high-performance LLM inference engine written in C++ and CUDA, designed for efficient model serving. The project demonstrates how to build a lean inference framework optimized for speed and resource efficiency.

Hacker News (AI) · May 29, 2026

Shipping a Trillion Parameters With a Hub Bucket: Delta Weight Sync in TRL

HuggingFace's TRL library introduces Delta Weight Sync, a technique that enables efficient distribution of trillion-parameter models by shipping only weight deltas instead of full model files to Hub buckets. This approach reduces storage and bandwidth requirements for training and deploying extremely large language models, making trillion-parameter scale more accessible to researchers and organizations.

Hugging Face Blog · May 27, 2026

Millions of AI agents imperiled by critical vulnerability in open source package

A critical vulnerability dubbed "BadHost" was discovered in Starlette, a widely-used open-source Python package with 325 million weekly downloads, potentially exposing millions of AI agents and applications to attack. The vulnerability threatens systems relying on Starlette for web framework functionality.

Ars Technica AI · May 26, 2026

3D-printable humanoid legs let robotics experiments run wild

Hugging Face released a $2,500 open-source bipedal robot design with 3D-printable legs, enabling builders and researchers to conduct robotics experiments at lower cost. The project democratizes access to humanoid robotics hardware for the research and maker communities.

Ars Technica AI · May 26, 2026

Introducing the Ettin Reranker Family

Hugging Face introduced the Ettin Reranker Family, a suite of ranking models designed to improve relevance and retrieval accuracy in search and RAG systems. The models leverage advanced reranking techniques to boost precision in information retrieval tasks.

Hugging Face Blog · May 19, 2026

We stopped AI bot spam in our GitHub repo using Git's –author flag

A GitHub repository implemented a solution using Git's --author flag to filter and block AI bot spam contributions. The approach demonstrates a practical defensive measure against automated spam in open-source projects, addressing a growing challenge as AI-generated contributions increase.

Hacker News (AI) · May 18, 2026

PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend

PaddleOCR 3.5 introduces a Transformers backend for optical character recognition and document parsing tasks, enhancing model architecture flexibility and performance. This update enables developers to leverage transformer-based architectures for improved OCR accuracy and scalability in document processing workflows.

Hugging Face Blog · May 18, 2026

Show HN: Find the best local LLM for your hardware, ranked by benchmarks

A Hacker News user released WhichLLM, an open-source tool that helps users find the best local large language model for their hardware by ranking models against benchmark datasets. The project makes it easier for individuals to evaluate and select LLMs optimized for their specific computational constraints.

Hacker News (AI) · May 15, 2026

Clawdmeter turns your Claude Code usage stats into a tiny desktop dashboard

Clawdmeter, an open-source tool, converts Claude Code usage statistics into a compact desktop dashboard for developers monitoring their AI coding resource consumption.

TechCrunch AI · May 14, 2026

Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context — Best Sub-100M Retrieval Quality

IBM released Granite Embedding Multilingual R2, an open-source multilingual embedding model under Apache 2.0 license with 32K context length and sub-100M parameters, achieving best-in-class retrieval quality for its size category. The model supports multiple languages and is designed for efficient deployment in retrieval-augmented generation (RAG) and semantic search applications.

Hugging Face Blog · May 14, 2026

A Claude Code and Codex Skill for Deliberate Skill Development

A developer created a Claude-based code skill framework designed for deliberate, structured practice in coding development. The project provides learning opportunities that leverage Claude's capabilities for interactive skill-building, addressing a gap in intentional programming education through automated feedback and guided exercises.

Hacker News (AI) · May 14, 2026

PS3 Emulator Devs Politely Ask That People Stop Flooding It with AI PRs

Developers of a PlayStation 3 emulator are requesting that contributors stop submitting AI-generated pull requests, which are flooding their repository with low-quality code. The issue highlights tension between open-source maintainers and the trend of using AI tools to generate code contributions without human review or understanding of project requirements.

Hacker News (AI) · May 10, 2026

Train Your Own LLM from Scratch

A GitHub repository provides open-source code and guides for training large language models from scratch, enabling developers to understand and build LLMs without relying on proprietary frameworks. The project gained significant attention on Hacker News with 428 upvotes, reflecting community interest in democratizing LLM development.

Hacker News (AI) · May 5, 2026

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro, 17x cheaper

DeepClaude implements Claude's agentic code loop using DeepSeek V4 Pro as a cost-effective alternative, achieving 17x cheaper API calls while maintaining comparable performance. The open-source project demonstrates that smaller, optimized models can replace expensive LLM agents for code generation and debugging tasks.

Hacker News (AI) · May 3, 2026

Mike: open-source legal AI

Mike is an open-source legal AI system designed to assist with legal document analysis and research. The project brings legal AI capabilities to a broader audience through open-source availability, reducing barriers to access for smaller firms and practitioners.

Hacker News (AI) · Apr 30, 2026

Granite 4.1 LLMs: How They’re Built

IBM released Granite 4.1, a series of open-source large language models with details on their architecture and training methodology. The release emphasizes transparency in model development while offering variants optimized for different enterprise and research applications.

Hugging Face Blog · Apr 29, 2026

Microsoft VibeVoice: Open-Source Frontier Voice AI

Microsoft released VibeVoice, an open-source voice AI model that expands the frontier of accessible speech synthesis and generation. The project demonstrates Microsoft's commitment to democratizing advanced voice technology by making it available to the broader developer community.

Hacker News (AI) · Apr 28, 2026

An open-source spec for orchestration: Symphony

Symphony is an open-source specification for orchestrating Codex agents that integrates issue trackers into always-on agent systems to reduce context switching and boost engineering productivity. The spec enables automated task orchestration without requiring additional tooling overhead.

OpenAI Blog · Apr 27, 2026