← All posts

AI + Dev Digest — May 10, 2026

Claude agents for financial services, Chrome DevTools MCP, and desktop GUI automation lead today's GitHub trending.

Today's trending repositories mark a clear maturation shift: AI agents are no longer general-purpose novelties but are being engineered for specific professional contexts, with structured workflows, industry-specific data integrations, and formal quality gates replacing the exploratory prompt-and-hope approach of a year ago.

Claude for Financial Services: Industry-Grade Agents for Banking and Research

Anthropic's anthropics/financial-services picked up 3,281 stars today as a collection of 12+ named agents targeting investment banking, equity research, private equity, and fund administration workflows. The agents handle tasks like generating pitch decks, running earnings call analysis, building financial models, and screening KYC documents — all designed to draft analyst work product for human review, not to execute transactions or make autonomous recommendations. The project also bundles MCP data connectors to ten-plus providers including Morningstar, FactSet, and PitchBook, illustrating how production AI agents in regulated industries are built around structured data integrations rather than open-ended web access.

github.com/anthropics/financial-services

Agent Skills: Structured Development Workflows for AI Coding Agents

addyosmani/agent-skills pulled in 3,009 stars today with a library of 22 lifecycle-structured workflows designed to enforce senior engineering discipline on AI coding agents. Organized into six phases — define, plan, build, verify, review, ship — the collection maps to slash commands like /spec, /build, and /ship, and includes specialist personas for security auditing and test engineering. The project's anti-rationalization design is notable: it actively addresses common shortcuts agents take when skipping verification steps, encoding guardrails that mirror code review culture at engineering-mature organizations.

github.com/addyosmani/agent-skills

Chrome DevTools MCP: Browser Inspection and Debugging for AI Agents

The official ChromeDevTools/chrome-devtools-mcp repository gained attention today as a Model Context Protocol server that gives AI coding agents direct access to Chrome's developer tooling — including performance traces, network request inspection, Lighthouse audits, and memory profiling, all via Puppeteer-backed automation. With 40+ exposed tools, agents can now perform the kind of live browser debugging that previously required a human to open DevTools and manually interpret results. As AI agents take on frontend tasks, closing this gap between agent code generation and live browser-state observation is a meaningful step toward genuinely autonomous UI work.

github.com/ChromeDevTools/chrome-devtools-mcp

UI-TARS Desktop: Vision-Based GUI Automation Beyond the Browser

ByteDance's bytedance/UI-TARS-desktop added 552 stars today as a multimodal agent stack pairing a general-purpose agent (Agent TARS) with a native desktop application for GUI control. The system uses a vision-language model to understand screenshots and perform mouse and keyboard actions across both local and remote machines, handling tasks that span web interfaces, desktop applications, and multi-step forms. Unlike browser-specific automation tools, it targets the full desktop environment — making it relevant for workflows that touch software without a clean API or that require coordinating across multiple applications at once.

github.com/bytedance/UI-TARS-desktop

Hello-Agents: A Systematic Curriculum for Building Agent Systems

Datawhale's datawhalechina/hello-agents picked up 1,197 stars today as a five-part open curriculum that takes developers from agent fundamentals to multi-agent architectures, covering both low-code platforms like Dify and n8n and code-first frameworks like AutoGen and LangGraph. The project explicitly targets developers who want to move from being LLM users to agent system builders, with modules on memory systems, context engineering, RAG, and reinforcement learning for agents. It reflects growing demand outside English-speaking markets for structured, practice-driven agent education.

github.com/datawhalechina/hello-agents