Open Source AI Gap Map
Current AI launched the Open Source AI Gap Map v0.1, indexing 421 open source AI products including software tools, models, datasets, and hardware from 228 organizations. The underlying data, released…
Current AI launched the Open Source AI Gap Map v0.1, indexing 421 open source AI products including software tools, models, datasets, and hardware from 228 organizations. The underlying data, released…
Moonshot AI's Kimi K2.7 Code is now generally available in GitHub Copilot, becoming the first open-weight model selectable in the Copilot model picker. GitHub hosts the model on Microsoft Azure, rolli…
A guide explains how to publish research artifacts on Hugging Face, recommending splitting work into separate components: code on GitHub, model weights in HF Model repos, evaluation data in HF Dataset…
A developer released TIS (Token Importance Scoring), a learned method for compressing the KV cache in large language models, achieving 100% accuracy on synthetic retrieval at 50% cache budget. The app…
Guildly launched a retro pixel-style landing page for its AI team collaboration platform, which replaces scattered AI tools with a unified system that plans, builds, and ships projects. The platform f…
Google is sunsetting the consumer tier of Gemini Code Assist on GitHub and the Gemini CLI, with a final shutdown on July 17, 2026, as it pivots to a multi-agent developer platform called Google Antigr…
A developer's experiments reveal that including a URL in a prompt can steer an LLM's output toward the content at that URL, but only if the URL and its content were part of the model's training data. …
GitHub, Mozilla, Hugging Face, and other LLM-gen-AI companies oppose updates to the California Artificial Intelligence Transparency Act (SB 1000), arguing that provisions requiring revocation of licen…
Developer Kerlenton released mcpsnoop, an open-source transparent proxy and terminal UI that captures live MCP (Model Context Protocol) traffic between AI clients and servers, enabling debugging of re…
Towards AI open-sourced its production AI tutor app, used by students to ask questions about AI engineering, RAG, and agents. The release includes the full system for local running and customization, …
Weekly code commits to crypto and blockchain projects have collapsed 75% since early 2025 as developers defect to AI work, with Solana co-founder Anatoly Yakovenko warning that AI could break post-qua…
Emre Sokullu released WebBrain, a free, open-source browser agent for Chrome and Firefox that reads pages, extracts data, and automates multi-step tasks, with the option to run entirely on a local mod…
Over 100 participants across 20+ teams competed in the ExecuTorch Hackathon in San Francisco on June 27-28, 2026, building on-device AI applications for Snapdragon-powered Samsung Galaxy S25 Ultra dev…
Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for file editing, command execution, and code search, and is available v…
On June 1, 2026, GitHub Copilot switched from flat-rate requests to per-token billing, with each model call priced individually for input, cached-input, and output tokens. The change shifts pricing po…
Coinbase CEO Brian Armstrong revealed the company operates 1,200 full-time AI agents, restructuring engineering pods to include two to four humans and ten agents. Code shipped per developer has double…
A developer created a middle manager agent for an autonomous software factory that orchestrates Devin coding sessions, manages an issue tracker, and communicates via Slack. The agent operates continuo…
New AI coding benchmarks, including Snorkel AI's Senior SWE-Bench and Scale AI's SWE-Bench Pro, are replacing older evaluations like HumanEval and original SWE-bench to test senior-level engineering s…
CodeRabbit, the most installed AI app on GitHub and GitLab, has launched a new feature that shows the context behind each code review comment, allowing developers to see the source of a comment and di…
A developer built a minimal control plane in Python that maintains a desired number of Docker containers, demonstrating level-triggered reconciliation. The system automatically restarted a killed cont…