← All posts

AI + Dev Digest — July 15, 2026

Skills for disciplined AI coding, a 57-gate slop detector for UI, edge-native function calling at 26M params, and a natural-language trading research platform.

AI tooling is maturing from "build and ship" to "build reliably and build well." Today's trending board reflects a developer community increasingly focused on quality guardrails, professional-grade coding skills, and deployments that stretch beyond the browser — from edge-native models to multi-agent finance platforms. The throughline is intentionality: each of these projects exists because someone got tired of AI outputs that were fast but not good enough.

mattpocock/skills: Engineering Discipline for AI Agents

Matt Pocock, the TypeScript educator behind Total TypeScript, published his personal Claude Code skills directory and it shot to 1,679 daily stars. The collection targets four failure modes that plague AI-assisted development: agents that implement before they fully understand requirements, verbose outputs that waste tokens, code that breaks outside a demo environment, and architectural drift as AI-accelerated complexity compounds. Skills like /grill-me, /tdd, and /improve-codebase-architecture are small, composable, and installable via npx skills@latest add mattpocock/skills. It's a practitioner's answer to the question of how to make AI coding assistants genuinely reliable on real projects.

github.com/mattpocock/skills

hallmark: Running 57 Slop Tests Before Your UI Ships

Hallmark is a design skill for Claude Code, Cursor, and Codex that refuses to produce the generic layouts AI tools default to when given an underspecified brief. Before emitting any output, it runs fifty-seven anti-pattern checks and a self-critique pass, screening out the card grids, gradient heroes, and sans-serif monotony that have become synonymous with AI-generated web design. It also ships an Audit mode for scoring existing interfaces and a Study mode that extracts design DNA from sites you admire without pixel-cloning them. The 1,015 stars earned today suggest developers are genuinely frustrated that AI-assisted UIs have started to look indistinguishable from one another.

github.com/Nutlope/hallmark

Vibe-Trading: Natural Language into Backtested Strategy

Vibe-Trading converts natural-language finance questions into fully executed research workflows — market data retrieval, strategy generation, backtesting across equities, crypto, futures, and forex, then export to TradingView Pine Script or MetaTrader 5. The platform integrates roughly 19 free data sources with intelligent fallback routing, an Alpha Zoo of 452+ quantitative factors, and MCP support across 50+ specialized tool-calling capabilities. It added 1,256 stars today against a base of over 23,000. What distinguishes it from generic AI finance tools is depth: research memory persists across sessions, and multi-agent swarms can be deployed for specialized analysis tasks that benefit from parallel investigation.

github.com/HKUDS/Vibe-Trading

needle: 26M Parameters, Purpose-Built for Edge Function Calling

Cactus Compute's needle is a 26-million parameter model — distilled from Gemini 3.1 — designed to run on phones, watches, and glasses and do one thing well: determine which function to call and with what parameters. At that scale it processes 6,000 tokens per second during prefill and 1,200 during decoding on Cactus infrastructure, outperforming comparably-sized models like FunctionGemma-270m and Qwen-0.6B on single-shot function call benchmarks. The model is open-weight on Hugging Face, fine-tunable locally on standard hardware, and includes a web playground for testing against custom tool definitions. It's a pointed reminder that not every AI capability needs a 100B parameter backbone — a focused 26M parameter model with a narrow objective can win its category.

github.com/cactus-compute/needle

awesome-llm-apps: 100+ Agent and RAG Apps That Actually Run

Shubham Saboo's awesome-llm-apps collection earned 1,106 stars today, and it earns the description in its tagline: these are agent and RAG apps you can clone, customize, and ship, not proof-of-concept demos that require a six-step environment setup and break on real input. Coverage spans finance, healthcare, code review, research automation, and more, across multiple model providers. It's the kind of curated resource that's most useful to developers who learn faster from reading working code than from documentation — and right now there's a lot of working code to read.

github.com/Shubhamsaboo/awesome-llm-apps