-
Builder.io agent-native framework lets an agent drive your whole app
Most “AI in your app” bolts a chatbot onto a sidebar. agent-native, a new MIT-licensed framework from Builder.io, starts from the opposite premise: the agent and the interface are two views of the same application, so anything the UI can do, the agent can do — and vice versa. ## What agent-native does The agent… Continue reading
-
Palmier Pro lets Claude edit your video timeline through MCP
Most “AI video” tools generate a clip and hand it back. Palmier Pro, an open-source macOS editor built from scratch in Swift, instead lets an agent work inside your actual timeline — Claude, Codex, or Cursor connect to the app and trim, split, arrange, and generate footage alongside you. ## What Palmier Pro is It… Continue reading
-
Zero-Touch OAuth for MCP connects servers on first login, no per-app consent
Connecting AI agents to enterprise tools through the Model Context Protocol has a quiet tax: every MCP server throws its own OAuth screen, and users drown in repeated consent prompts. Zero-Touch OAuth, part of MCP’s new Enterprise-Managed Authorization extension, removes that friction by letting an organization provision server access centrally through its identity provider. ##… Continue reading
-
LTX-2 new trainer fine-tunes open 4K audio-video in 13 modes
Most strong video models are closed APIs. LTX-2, from Lightricks, is the rare exception with truly open weights — it generates synchronized 4K video and audio together, up to 20-second clips at 50 FPS, and it runs on consumer GPUs rather than a rented cloud cluster. ## What LTX-2 is The headline is that the… Continue reading
-
Zvec is Alibabas SQLite-style vector database, now with full-text search
Most vector databases want you to run a server. Zvec, open-sourced by Alibaba’s Tongyi Lab, goes the other way — it embeds directly into your application with no server, no daemon, and no network calls. The team pitches it as “the SQLite of vector databases,” and it is built on Proxima, Alibaba’s production vector search… Continue reading
-
TesterArmy sends AI agents to test your app on every pull request
QA is the work everyone skips when they’re shipping fast. TesterArmy, a Y Combinator startup that just launched, aims to make skipping it unnecessary by sending an AI agent to test your web and mobile app the way a real user would — clicking through pages, filling forms, and handling login flows including OAuth and… Continue reading
-
Coinbase for Agents lets ChatGPT and Claude trade crypto for you
AI agents can already research a trade. Coinbase for Agents, launched June 11, lets them actually place it — connecting assistants like ChatGPT and Claude to a user’s account through Coinbase’s MCP server so the agent can execute crypto trades and move money on your behalf. ## What Coinbase for Agents does You can tell… Continue reading
-
Holo3.1 puts computer-use agents on a 12GB GPU with open weights
Most computer-use agents — the kind that click buttons, fill forms, and drive apps for you — lean on big cloud models. Holo3.1, H Company’s June 2026 family of vision-language models, pushes that capability onto hardware you already own, running a local agent in about 140ms on a 12GB GPU. ## What Holo3.1 does Built… Continue reading
-
Gemini-SQL2 is the first text-to-SQL system to clear 80% on BIRD
Google Research has put a number on database querying that no one had hit before. Gemini-SQL2, announced June 12, is a text-to-SQL system built on Gemini 3.1 Pro that turns plain-language questions into execution-ready SQL — and it is the first to clear 80% on the BIRD single-model leaderboard, landing at 80.04%. ## What Gemini-SQL2… Continue reading
-
codebase-memory-mcp indexes the Linux kernel in 3 minutes for AI agents
When an AI coding agent needs to understand a large repo, it usually reads files one by one — burning tokens and context. codebase-memory-mcp, an open-source MCP server trending hard on GitHub, takes a different route: it indexes the whole codebase into a persistent knowledge graph of functions, classes, call chains, and HTTP routes, then… Continue reading
