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…
If Claude can already search the web, read a 10-K, and explain what a rate cut does to long-duration equities, the fair question is why you would conn…
AI coding agents like Claude Code are changing how SDETs approach browser automation. Instead of writing every locator and assertion by hand, you can …
It's not abnormal for projects to go weeks, or dare I say months, between dependency updates. And when people finally do update, they do it in full fo…
If you've tried to subscribe to Claude Pro and hit a wall at checkout — card declined, "payment method not supported," or a charge that mysteriously f…
The check had been green for a week. It greps every diff under src/ for import mock , because production code has no business importing a mock library…
Claude Code is the best coding agent I've used. But every session starts from zero. It re-reads the same files, re-derives the same conclusions, and f…
The 90% that never lands There is a failure mode almost everyone building with agents has hit, and it rarely gets named as its own layer. The agent ru…
TL;DR Some things can't be checked with a number, like whether an animation feels right. So a second, read-only agent grades the first one against a w…
TL;DR A "loop" is not an agent grading its own work. It is an external script that re-runs the agent, plus a separate check the agent cannot edit. I t…
TL;DR This loop runs on a schedule and succeeds by doing nothing almost every night. The pass/fail check is plain deterministic code, with no AI in th…
A few months ago I opened our cloud bill and had that small stomach drop moment every engineer knows. Our AI coding spend had roughly tripled. Not bec…
I shipped a second small pack this week: 10 Claude Code slash commands, 4 subagents, 3 hook recipes and 2 templates, built from the same discipline as…
Originally published on hexisteme notes . I run a fleet of Claude Code agents, and for a long time I tried to enforce behavioral rules the obvious way…
In my last post, "Letting Claude Code improve itself autonomously — autopilot" , I covered how to keep autopilot from running away, but I glossed over…
I spent today shipping a tool I've wanted for months. If you build with Claude, you've probably written a SKILL.md file. And you've probably shipped i…
Welcome! I'm Shreya, a data professional, and I started this blog to document my journey into AI and share every lesson, failure, and breakthrough I e…
"AI agent" gets thrown around so much I figured I should just build one instead of reading more threads about it. The core idea turned out to be small…
Anthropic shipped Claude Code 2.1.207 on Friday, and the one-line changelog entry hides a more interesting story than the headline suggests. Auto mode…
🚀 Automation & Scripting -p / --print: Non-interactive mode. Runs a query, outputs the result to stdout, and terminates immediately (essential for…
AWS released an official Agent Toolkit that plugs Claude Code, Codex, and Cursor directly into your AWS account through a single MCP server. Instead o…
You have eleven things in flight. Three of them are "almost done." You can't remember which three. Every morning you spend the first ten minutes rebui…
The Ultimate Claude Masterclass: 13 Power Features Changing the AI Game Artificial Intelligence is no longer just about asking questions and getting t…
New Currency Forget cloud bills — in 2026, the line item engineers actually argue about is tokens. Every move a coding agent makes (reading a file, ru…
Last time I wrote about splitting Claude Code's memory into four layers . This is the follow-up: a setup where Claude Code itself discovers "reusable …
This is a follow-up to the Vault auto-ingest pipeline I mentioned in my previous post, " Turning conversation logs into skills ." This time I want to …
Yesterday OpenAI shipped the GPT-5.6 family (Sol, Terra, Luna) and folded Codex into a unified ChatGPT desktop app. Within hours, the loudest thread o…
Most MCP tutorials stop at a single stdio tool. These notes cover what I had to change once a server of mine had actual users, in the order the proble…
" Shifting from Prompt Engineering to Infrastructure Orchestration " Week 2 was a mix of excitement, curiosity, and a little bit of frustration. I lea…
Artificial intelligence has transformed software development. Instead of simply generating code snippets, modern coding assistants can understand enti…