Tag: genai
All the articles with the tag "genai".
-
RAG Over Enterprise Records: The Boring Parts That Matter
Enterprise RAG is trustworthy because of the unglamorous parts: per-user permissions enforced at retrieval, freshness, lineage, and handling records that change. Retrieval is an access-control problem wearing a search costume.
-
Agentic Workflows Need Guardrails, Not Vibes
How to put real constraints around an agent that touches money or production: bounded tools, approval gates on irreversible actions, dry-run modes, spend limits, and a tool-call audit trail you can actually read.
-
Agents Are Coming. Most Demos Are Lying.
A skeptical look at agent reliability in late 2024, where the impressive demos quietly fall apart in production, and the narrow places agents already pull their weight.
-
Getting JSON Out of LLMs Without Crying
Function calling and JSON mode get you syntactically valid JSON. They do nothing about a model that fills the right shape with confident nonsense. The validation-and-repair layer you still have to write.