Back to all articles

Ai

14 articles tagged with “Ai

Claude Built My Wix Website in 3 Hours - Is SaaS Dead?
Feb 22, 202610 min read

Claude Built My Wix Website in 3 Hours - Is SaaS Dead?

I replaced my Wix website using Claude in 3 hours. A real experiment on AI, buy vs build, and why SaaS isn’t dead but rapidly evolving.

AI-Driven SDLC: How to Build Secure, Governed, and Scalable Software with AI
Feb 3, 202612 min read

AI-Driven SDLC: How to Build Secure, Governed, and Scalable Software with AI

AI is transforming the Software Development Life Cycle by embedding intelligent agents into planning, design, development, testing, and operations. This guide explains how to build a secure, governed, and scalable AI-driven SDLC using spec-driven development, centralized governance, and platform engineering practices. Learn how organizations can improve velocity, quality, and security while enabling developers to deliver production-ready code from day one.

AWS re:Invent 2025: My Serverless & Agentic AI Takeaways
Dec 8, 202524 min read

AWS re:Invent 2025: My Serverless & Agentic AI Takeaways

AWS re:Invent 2025 summary - exciting new services and features launched from a Serverless and agentic AI developer perspective.

Platform Engineering Isn’t Just for Kubernetes—Serverless Needs It Too!
Nov 6, 202510 min read

Platform Engineering Isn’t Just for Kubernetes—Serverless Needs It Too!

Platform engineering isn't just for Kubernetes—serverless teams need it too. In this post, learn how applying platform engineering principles to AWS serverless can help you scale infrastructure, enforce security, improve observability, and boost developer productivity. From reusable CDK blueprints to automated governance and cost optimization, see how platform teams empower developers and accelerate delivery in a serverless world.

AWS re:Invent 2025 — My Selection Of Sessions - Serverless, Security, SaaS and AI
Oct 8, 202517 min read

AWS re:Invent 2025 — My Selection Of Sessions - Serverless, Security, SaaS and AI

My session guide for AWS re:Invent: 2025 breakout sessions, workshops, and talks relevant to Serverless, SaaS, platform engineering, and security.

Serverless MCP on AWS: Lambda vs. Fargate for Agentic AI Workloads
Jul 16, 202516 min read

Serverless MCP on AWS: Lambda vs. Fargate for Agentic AI Workloads

Building agentic AI requires more than prompts—it needs secure, structured access to your systems. This post explores three ways to deploy a production-grade MCP server on AWS: Lambda with Web Adapter, Pure Lambda, and AWS Fargate. Compare performance, cost, observability, and DevEx tradeoffs, and access ready-to-use CDK templates. Ideal for teams bringing agentic AI into real-world applications on AWS.

Agentic AI Prompting: Best Practices for Smarter Vibe Coding
Jun 17, 202513 min read

Agentic AI Prompting: Best Practices for Smarter Vibe Coding

learn best practices for crafting effective prompts, integrating organizational context with MCP, avoiding common pitfalls, and scaling AI workflows across teams. Discover how to build faster, smarter, and safer with agentic AI—without losing your engineering edge.

Agentic AI & MCP for Platform Engineering Teams: Strategy and Real-World Patterns
May 27, 202510 min read

Agentic AI & MCP for Platform Engineering Teams: Strategy and Real-World Patterns

learn how to build a secure, governed foundation for AI adoption using three key building blocks: a centralized prompt library and CLI, MCP server blueprints, and connectors to organizational data. Discover practical strategies to enable architecture reviews, code transformations, and design generation—all while aligning with security and platform engineering standards.

I Tried Running an MCP Server on AWS Lambda… Here’s What Happened
May 10, 20256 min read

I Tried Running an MCP Server on AWS Lambda… Here’s What Happened

I attempted to run an MCP server serverlessly on AWS Lambda using FastAPI, FastMCP, and the Lambda Web Adapter. While it technically worked, the developer experience was rough—cold starts were slow, observability was limited, and testing was clunky. Compared to my experience building with Bedrock agents, this felt like a step backward. MCP is promising, but today, running it on Lambda isn’t production-ready. Here’s my full breakdown and thoughts.

Building Serverless MCP Servers and What Does Peppa Pig Have To Do With It
Apr 23, 202516 min read

Building Serverless MCP Servers and What Does Peppa Pig Have To Do With It

This post walks through building a stateless Model Context Protocol (MCP) server on AWS Lambda using Streamable HTTP—no custom bridges or transports. It explores MCP internals, tool/resource definitions, deployment with API Gateway, and local testing with stdio. Learn how Agentic AI Assistants leverage MCP to execute actions with real-time context, and how this protocol simplifies integration across diverse systems.

Reflecting on Serverless: Current State, Community Thoughts, and Future Prospects
Jul 24, 202414 min read

Reflecting on Serverless: Current State, Community Thoughts, and Future Prospects

Reflect on the current state of serverless, share my thoughts about articles from the community, and discuss the future of serverless

Build a Chatbot with Amazon Bedrock: Automate API Calls Using Powertools for AWS Lambda and CDK
Jul 8, 202410 min read

Build a Chatbot with Amazon Bedrock: Automate API Calls Using Powertools for AWS Lambda and CDK

Build a chatbot with Amazon Bedrock agents using Powertools for AWS. Learn to automate Lambda API calls via OpenAPI with bedrock agents.

ChatGPT: No Longer Cool, Thanks to Grandma!
May 29, 20237 min read

ChatGPT: No Longer Cool, Thanks to Grandma!

An opinionated article about the current state of ChatGPT, its good and bad sides, and its future triggered by my grandmother using ChatGPT.

Serverless Empowers Accessibility: Convert Text to Speech with Amazon Polly
May 8, 20239 min read

Serverless Empowers Accessibility: Convert Text to Speech with Amazon Polly

Learn to automate TTS, text to speech, with Amazon Polly in minutes using the provided GitHub Serverless service to improve accessibility.