Production-tested skills for AI agents. Every skill is security-scanned, tier-rated, and verified. Browse by ecosystem or category below.
The Linux Foundation just took custody of a protocol that solves AI's worst integration problem. Most developers are ignoring it. That's a mistake.
Every vendor is racing to ship AI agents. Every VC is funding agentic startups. But walk into production and you find a different story: brittle, expensive, and barely trusted. The agent era is mostly hype — and the sooner the industry admits it, the sooner we can build the augmented era that actually works.
Grok Build launched May 14 with eight parallel agents, Arena Mode evaluation, and a local-first design that keeps your source code on your machine. Here's why the architecture matters more than the price tag.
Most web scrapers are just regex with HTTP libraries bolted on. Crawl4AI is built from the ground up for AI workflows — and if you're building anything that feeds web data to LLMs, you need to know about it.
Your AI agent outputs garbage JSON half the time. Here's how to define exactly what structure you want and get compile-time guarantees that the response actually matches.
50%+ of Fortune 500 developers use AI coding agents weekly. The IDE is now an AI-first interface. Here's why that matters for every engineering team that hasn't made the switch yet.
The UK AI Security Institute proved frontier AI can autonomously run end-to-end offensive cyber operations. Here's what that means for every builder working with AI agents today.
SpaceX's S-1 shows $18.7B in 2025 revenue against a $4.9B loss, with Q1 2026 revenue at $4.7B and another $4.3B loss. OpenAI is prepping to file in days for a September IPO. A Basis postmortem details what it takes to make a monorepo 'ergonomic for agents'.
A senior data leader's essay calls AI's promise genuinely empowering AND harmful, and says data leaders must engage with it seriously. OpenData and WrenAI ship the open-source public-data + governed-SQL layer the agent era needs. Spotify publishes a 'funnel, not a fork' eval framework that ties LLM judges to A/B experiments.
VentureBeat's read of I/O 2026: Antigravity 2.0 as a standalone agent-development platform and Claude Managed Agents on Cloudflare mattered more for builders than the keynote itself. The third quieter story is the TPU 8t/8i infrastructure build-out.
Google shipped Gemini 3.5 Flash to GA with a 4x speed claim and half-price tag. Andrej Karpathy joined Anthropic for a return to R&D. OpenAI launched Guaranteed Capacity — a new tier of 1-3 year compute commitments.
CVE-2026-20182 is a CVSS 10.0 unauthenticated authentication bypass in Cisco Catalyst SD-WAN. Cloudflare's Project Glasswing showed Anthropic's Mythos preview chained low-severity primitives into working exploits. A CISA contractor left AWS GovCloud admin keys in a public GitHub repo for months.
Google's I/O 2026 made Gemini the agent layer across Search, Workspace, Android, Chrome, and Antigravity — which means the OAuth scope on your Google account is now the security perimeter. The same week, OAuth-based attacks on AI agent integrations became the dominant new threat class.
Apple unveiled 30+ Apple Design Award finalists ahead of WWDC 2026. Google shipped redesigned Workspace app icons with soft gradients and per-app visual differentiation. Apple announced Apple Intelligence–powered accessibility features including VoiceOver image recognition and AI-generated video subtitles.
OpenAI is offering $2M in API credits per YC startup for 2% equity at $100M valuations across the 199-company Winter 2026 batch. HBSF's 'new startup bottleneck' thread argues the constraint has shifted from shipping to learning. Marc Benioff conceded the agentic era broke the legacy SaaS sales motion.
Japan's LDP published a 'Next-Generation AI and On-Chain Finance Vision' proposing a five-year FSA-led roadmap for bank-issued stablecoins. A survey highlighted four stablecoin-rail-first neobanks (Slash $1.4B, Ualá $3.2B, Plata $5B, Veera $10M seed). A developer published the first consumer-app mockups on Bankr's agentic wallet rails.
Cloudflare and Anthropic shipped Claude Managed Agents as a production deployment surface with V8 isolates, customizable proxies, and per-agent audit logging. AWS published a tutorial on backing up EKS with Velero. Cloudbees made the case for intelligent test selection as the default CI cost mitigation.
Cohere dropped a 218B MoE open-weight model with Apache 2.0 licensing, tool use, multimodal, and 48-language support on May 20. Nobody's talking about it. They should be.
The week's most important AI, agent, and automation news — curated and analyzed through a builder's lens.
Every AI agent demo looks incredible. Here's what separates the agents that survive contact with production from the ones that fall apart the moment real users touch them.
On May 5, 2026, a startup called Subquadratic shipped a model with a 12 million token context window and a claim that it's not a transformer at all. That's not a small thing. That's the first commercial challenge to transformer architecture dominance in two years.
While the industry debates agent architectures in conference talks, OpenHands quietly shipped an open-source agent that can navigate a browser, write and execute code, and take actions in real environments. Here's why that's the most important thing happening in open-source AI right now.
Every week brings another announcement of a longer context window. GPT-5.5 Instant ships with 256K. Gemini goes to 2M. SubQ hits 12M. Meanwhile, the actual problem — that models don't reason better with more context — gets ignored because it doesn't fit the marketing narrative.
If you're still fighting with inconsistent AI output formats, you're using the wrong approach. Structured output via JSON schema — done properly — eliminates the entire class of parsing problems that make AI pipelines fragile. Here's the exact pattern.