Register and share your invite link to earn from video plays and referrals.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture ๆŠ•็จฟใฏๅ€‹ไบบใฎๆ„่ฆ‹ใงใ™ใ€‚
Joined May 2026
258 Following    220 Followers
TL;DR Reliable agentic AI comes not from "a better model or prompt" but from explicitly engineering context and the orchestration harnessโ€”lessons from PRINCE, a Bayer ร— Thoughtworks pharma system. ๐Ÿงช Title: Building Reliable Agentic AI Systems URL: Highlights ๐Ÿงญ Sequential agents with pause points: clarify intent โ†’ Think & Plan โ†’ Researcher โ†’ Reflection โ†’ Writer, verifying step by step ๐Ÿ” Three reflection loops: process (trajectory), data (evidence sufficiency), draft (output completeness) catch distinct failures ๐Ÿ”Ž Hybrid retrieval: query expansion n=5, weighting 0.7 semantic + 0.3 keyword, bge-reranker cutting ~20 โ†’ 7 chunks ๐Ÿ—ƒ๏ธ Structured data via Text-to-SQL: SELECT-only, up to 3 self-corrections, โ‰ค50 rows per query ๐Ÿ›Ÿ Harness engineering: state persisted in PostgreSQL/DynamoDB, resume from failure point, automatic provider fallback ๐Ÿ“Œ Sentence-level citations plus RAGAS and Langfuse evals; daily batch checks on live traffic catch hallucinations ๐Ÿท๏ธ NER extracts entities from study PDFs; high-confidence fields auto-update, low-confidence quarantined for human review The "even with big context windows, selectivity still matters" stance rings true to anyone shipping this stuff. #AIAgents# #LLMOps#
Show more