Learning AI Out Loud — Full Series Index

Published: (May 8, 2026 at 12:50 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

Cover image for Learning AI Out Loud — Full Series Index

Hi. I’m a cloud architect and a developer advocate. I’ve spent fifteen years designing distributed systems. Then I took maternity leave, came back six months later, and the entire AI landscape had shifted under my feet.

I’m not new to tech. But I felt new to this.

Why I’m doing this publicly

Because I know I’m not the only one who feels behind. The honest version of learning—where things break and you say “I don’t know yet”—is more useful than another polished tutorial that skips the hard parts. Every post includes what worked, what didn’t, and what I’d do differently. No fluff.

Who this is for

  • Curious non‑coders – PMs, designers, analysts, architects who work around tech but don’t code daily. You keep hearing “AI” in every meeting and want to actually understand what’s happening underneath.
  • Developers who feel behind – You’ve shipped production systems, but AI moved fast and you want a ground‑up refresher without anyone being condescending about it.

Both audiences get the same series. I don’t dumb things down or skip the architecture; I just don’t assume you’ve been following every model release since 2022.

What tools I use

  • Amazon Bedrock Playground – where I run most of the initial demos. Type a prompt, pick a model, see what happens.
  • Bedrock API – I move from the playground to code.
  • Kiro IDE – an AI‑powered IDE I use to build something real with specs and structure.

The tools are AWS because that’s my stack, but the concepts are portable. Everything I explain works the same way on any cloud.

Act 1: “AI is not magic”

Part 1: What even is AI?

What Even Is AI? (I Took a Break & Had to Relearn Everything)

Part 2: Why does AI lie?

Why does AI lie? Hallucinations explained simply

Part 3: Which model should I use?

coming soon…

Follow me to get notified when new parts drop

0 views
Back to Blog

Related posts

Read more »

LLMs and Text-in-Text Steganography

Comments Privacy – May 11, 2026 8:07 AM To hide text, try white text on a white background. The human eye won’t see it but the computer will. If you want to te...

Exploring AI on AWS Made Simpler 🚀

!pichttps://media2.dev.to/dynamic/image/width=256,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farti...

[Paper] Normalizing Trajectory Models

Diffusion-based models decompose sampling into many small Gaussian denoising steps -- an assumption that breaks down when generation is compressed to a few coar...