Available posts in ai-agent

Strands TypeScript SDK - Building Production AI Agents

Strands TypeScript SDK - Building Production AI Agents
30th January 2026

Introduction Building AI agents that work in production requires more than wrapping an LLM API. You need tool execution, streaming responses, cost management, and integration with existing systems. After evaluating several frameworks for ai-secure…

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud
9th January 2026

Introduction Building production-ready AI agents requires more than just a prompt and an LLM. You need infrastructure for state management, tool execution, and secure deployment. I recently built https://ai-secure.dev, a SaaS for automated security…

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud
9th January 2026

Learnings Try to have complex flows solely solved by the agent. And then write deterministic code. speed. Introduction Building production-ready AI agents requires more than just a prompt and an LLM. You need infrastructure for state management, tool…