BoxAgnts Introduction (6) — Agent Multi-Turn Conversation and Tool/Skill Invocation
If you've only chatted with ChatGPT, you might think an AI Agent is simply "send a prompt to the API, display the response." The reality is far more c…
Tech news from the best sources
If you've only chatted with ChatGPT, you might think an AI Agent is simply "send a prompt to the API, display the response." The reality is far more c…
You're building a Scrapy scraper. You ask Claude Code for help. "Add pagination to my spider." Claude reads your code. It sees scraper.py, settings.py…
For the past year, most AI music products have competed on the same thing: “Type a prompt. Generate a song.” And at first, that felt magical. You coul…
Most devs know git commit , git push , git stash . Then there's a whole floor below that nobody visits. Try it yourself: clone git-archaeology-lab , r…
You join a new team. The codebase has 200,000 lines of code, no docs worth reading, and the one engineer who knew everything just left. Where do you s…
The Most Important AI Skill Isn't Technical Since the dawn of coding there have been 10X developers, who accomplish much more than their peers. There …
An agentic analytics system is one where LLM-powered agents autonomously break a data question into sub-tasks, retrieve relevant context, execute quer…
Eight runs, eleven bugs I ran my E2E testing system on a production ecommerce platform eight times in a row – across five different business modules, …
When Claude Code explores a codebase it does not know, it spawns Explore agents that scan files with grep , glob , and Read . Every one of those calls…
If you have used Claude Code, Cursor, or Codex for real work, you know the pattern. You ask for a feature, and the agent immediately starts writing co…
The "build an agent in 5 minutes" tutorials get you to a demo. They don't get you to production. Here's the field guide for the four primitives that d…
My daily workflow looks nothing like it did a year ago. A lot has landed in Claude Code recently. Skills replaced custom slash commands, subagents and…
AI agents are becoming a new interface not only for finding people, but also for maintaining the profile that other agents search. Instead of opening …
Ever want to connect an agent to an API that doesn't support MCP and run into broken shell-scripting UX? Or the agent just tells you to paste your sec…
Over the past few months, I’ve been investing a lot of time building agentic development workflows for real production environments. Not only prompts.…
AI coding agents have revolutionized how we write software. They can implement features, fix bugs, and review code at incredible speed. But there's a …
Combine Tools & Skill to create Agent Modern agentic systems usually expose two strong but separate abstractions: Tools , which give an LLM execut…
For about a year, my primary coding agent was goose. Since I worked at Block and served as a Developer Advocate for the project, I was deeply embedded…
For about a year, my primary coding agent was goose. Since I worked at Block and served as a Developer Advocate for the project, I was deeply embedded…
I used two Amazon Bedrock AgentCore capabilities, Amazon Bedrock Registry for hybrid search over 10k+ Kiro resources, and AgentCore Harness for testin…