Tag: genai
All the articles with the tag "genai".
-
OpenClaw and the Agents That Act: What Non-Technical People Should Actually Know
A plain-English guide to OpenClaw and the new wave of AI that does things instead of just talking. What it is, how it compares to the big-company versions, and the one idea everyone needs before they hand it the keys.
-
Building GenAI for Regulated Industries Without Getting Fired
Two ways to fail when you ship GenAI into a regulated business: never ship at all, or ship something nobody can audit. The narrow path between them, from building this in financial services and industrial operations.
-
Fine-Tuning Small Models in 2026: A Practical Pipeline
An end-to-end pipeline for fine-tuning a small model in 2026: distill the data, train adapters, hold an eval bar, ship behind a canary, and watch for the drift that quietly eats your accuracy.
-
Eval-Driven Development: How I Actually Build LLM Features Now
My day-to-day loop for LLM features in 2026: write the eval first, then the prompt, then the code, and fold every production failure back in as a case.