Featured

LLMs: Beyond Chat

Using Pydantic and Instructor with OpenAI GPT-4o to use the LLM as a software device for implementing different tasks.

Grounding LLMs

Everything I learned (so far) about grounding LLMs with retrieval augmented generation to generate output that this accurate and relevant.

Latest

Two Programming-with-AI Approaches

AI coding: Helper or full agent? Both useful, but mixing them directly is risky. Keep workflows separate (project/module level). The future leans towards agent command.