Picking AI agent framework? Agentic Shift Part 8 covers LangChain, ADK, CrewAI, n8n & more. Build smart! π #AIAgents #AgentFrameworks #LLMDev
Read it here: allen.hutchison.org/2025/11/08/c...
@allen.hutchison.org
Picking AI agent framework? Agentic Shift Part 8 covers LangChain, ADK, CrewAI, n8n & more. Build smart! π #AIAgents #AgentFrameworks #LLMDev
Read it here: allen.hutchison.org/2025/11/08/c...
Bigger context windows aren't always better for #AIAgents. More info can drown the signal! My new post dives into attention: smart curation, scratchpads, and specialized sub-agents. Build powerful, reliable AI by managing focus, not just scale. #LLM #AI
π allen.hutchison.org/2025/10/26/m...
The best way to get an agent to use an SDK appropriately isnβt to give it documentation or an llms.txt file. Instead download the SDK add the SDK source directory to your agents workspace and tell the agent it has access to the code for the SDK but it canβt make changes.
19.10.2025 16:16 β π 0 π 0 π¬ 0 π 0Autonomous AI agents are no longer just tools; they're actors. This shift demands a new focus on security. In my new post, "Putting Up the Guardrails," I break down the threats and solutions, from prompt injection to layered defenses. #AI #LLMs #Security
allen.hutchison.org/2025/10/18/p...
Treat your AI agent like a smart intern: brilliant, but needs clear direction. Vague goals get vague results.
Part 5 of The Agentic Shift, I explore how to architectβnot just promptβan agent's behavior by separating its core mission, session context, and tools.
allen.hutchison.org/2025/10/11/g...
The Agentic Shift continues! π Part 4: "An Agent's Toolkit" is LIVE. Discover how AI agents use tools to transform from conversationalists into capable partners, executing multi-step workflows. Essential reading for anyone building with #AI! #LLMs #Developers
π allen.hutchison.org/2025/10/04/a...
Youβd never tell a junior dev, "Build me a login system," and walk away. Youβd provide context, constraints, and examples. Why do we treat our AI partners any differently?
allen.hutchison.org/2025/10/01/t...
#AI #PromptEngineering #Management #FutureOfWork
Coding with agents sometimes feels like an old schoo video game. There are puzzles to solve, traps to avoid, and sometimes when you get to the end you find out that the princess is in another castle.
30.09.2025 19:29 β π 1 π 0 π¬ 0 π 0Running two different agents simultaneously in the same branch feels a little bit like asking for trouble. They're working on different files through, so it'll be fine, right?
29.09.2025 01:44 β π 0 π 0 π¬ 0 π 0The ability for models to code in python is so much better than their ability to code in other languages. It's really shocking when you start a python project after working in typescript for awile.
28.09.2025 20:07 β π 1 π 0 π¬ 0 π 0I use some of my personal repos to test different CLI agents and their github integrations, but holy cow is it overwhelming to get feedback from four different bots when I submit a PR.
27.09.2025 19:33 β π 1 π 0 π¬ 0 π 0