Stop re-explaining your codebase to every AI agent — `cast-skills`
The annoying part of AI coding tools Every session, the agent forgets: your module boundaries the “every user belongs to an org” rule that lives in no…
Tech news from the best sources
The annoying part of AI coding tools Every session, the agent forgets: your module boundaries the “every user belongs to an org” rule that lives in no…
Your AI agent is confident. It points to line 42 of PaymentService.java . "There's your null pointer exception." You check. Line 42 is a comment. The …
AI coding agents are now part of the developer workflow. Whether we like that shift or hate it, users ask Codex, Cursor, Claude Code, GitHub Copilot, …
Introduction to Agentic AI You must be hearing the term "Agentic AI" a lot and wondering what it means. In this blog, I am going to explain: What is A…
A few weeks ago, I started looking more seriously at AI “skills.” Not skills in the human sense. I mean the installable skill packages used by AI codi…
TL;DR I introduced a SKILL layer while improving fare extraction in a MCP-based transit agent. After that, the agent stopped reliably using the MCP to…
I hate presenting. Not the prep, not the content, the actual moment of unmuting, sharing my screen, and narrating 20 slides to a wall of black camera …
TLDR The baseline model (Claude Opus, no guidance) already catches ~65% of textbook bugs. The plugin's value comes from false positive suppression and…
I just shipped a major update to my book Mastering Angular Signals - a brand-new Angular v22 Edition . Not a typo pass: an updated manuscript, a compa…
Cursor has spent the past week in headlines after confirming a partnership with SpaceX that could eventually lead to a $60 billion acquisition . The d…
Enterprise software development is undergoing a fundamental structural shift. For decades, the traditional Software Development Life Cycle (SDLC) reli…
Buckle up, gang — it's conspiracy theory time. I've had this theory percolating in the back of my head for a while now. It was seeded as I started lea…
Engineering teams building with AI agents have largely solved the single-agent problem. The harder challenge arrives when capabilities get split acros…
On reviving Univeros, and why layering AI on top of a framework is the wrong approach. There’s a project folder I’ve avoided revisiting for almost a d…
Your agents keep making the same mistakes. Nobody has time to fix it. AI coding agents are getting better at the tasks you give them direct feedback o…
You have seen this loop before. An agent starts a “simple” task, say scrape listings, refactor a repo, research a market, or whatever. It fails, it re…
If you've let a coding agent loose on AWS, you've watched it guess. It invents API parameters that don't exist, or hands you an S3 bucket a security r…
Artificial Intelligence has brought the term "AI Agent" into almost every technology conversation. As a result, many people now use the words agent an…
Every agent failure follows a pattern. Once you know the patterns, you can catch them before they do damage. I introduced harness engineering yesterda…
Most model comparisons ask which model is best. This one starts with a model that never even produced a single result. We tested NVIDIA's open-weight …
Agentic development starts as a productivity story, but at scale it quickly becomes a governance problem. At AI Native DevCon London, we hosted a set …
Provisioning a Bedrock RAG knowledge base with S3 Vectors, without the hallucinated API calls. If you've asked an AI coding agent to set up AWS, you'v…
26,000 agents got compromised by a fake skill that sailed through security scanners. The trick? A mutable external link that pointed to benign code du…
The AI Agent Habit That Was Quietly Wasting My Time and Tokens Tags: ai, localai, machinelearning, productivity, agents I realized I had been using AI…
GitHub: https://github.com/sirius-zuo/architect-skills It's a set of LLM agent skills focused on software architecture analysis and review . The repo …
When a stronger model ships, there are two questions every skill author should want answered, and evals are the only honest way to answer either: Whic…
Agent Skills are the open standard ( agentskills.io ) for packaging team-specific instructions that any AI coding tool can discover. Migrating from ha…
The agent runs. The code appears. The feature is not what I wanted. Not because the model was wrong. Because I was vague. Speed Was Never the Moat Bef…
If you've ever tried asking an AI agent to wire up a new SDK, you know the pain: half the docs are for humans, the tokens live in three different plac…
Over the past six months, I've built about 10 Agent Skills — the kind of scripts that LLM-powered coding agents invoke to get real work done. By the t…