AiDiwas — Practical AI. Real Impact.

Practical AI skills and productivity habits, explained plainly, with working tools you can try yourself. No hype, no fixed stack — just what's actually being built.
Latest posts
Agent Approval Loops via Slack and Telegram
Why an AI agent shouldn't publish content directly — and how a bot approval step keeps a human in the loop without slowing things down.
Postgres for AI Apps: A Practical Primer
Why Postgres — with pgvector — is often the only database an AI app actually needs, and where it starts to strain.
Getting Started with Pydantic for LLM Outputs
Why raw text out of an LLM is a liability, and how Pydantic models turn it into something your code can actually trust.
Building a Typed MDX Content Engine for a Zero-Cost Blog
How this site reads blog posts straight from the filesystem at build time — no database, no CMS, fully typed.
What Is RAG, and Why It Matters
Retrieval-Augmented Generation in plain terms — what it actually does, when it's worth the added complexity, and when it isn't.