Bringing our media AI home

In this post I describe how I create a on-premise solution to handle with videos that needs scenes segmented, faces identified, subtitles generated, thumbnails picked, metadata pulled into the catalog. This post is about how we stopped trying to win that math with people and started winning it with our own AI. TL;DR: How SOFA … Read more

Learning to Learn

You hit a concept you do not understand, paste it into an AI, read the clean answer, nod, and move on. Twenty minutes later you cannot reproduce a single line of it. The explanation was right there, perfectly worded, and somehow none of it stuck. That is because you did not learn it. You rented … Read more

Building AI-React-Agent

You want an AI agent that actually reasons, queries databases, and uses tools intelligently, not a chatbot that rephrases your question back with a different tone. The ReAct pattern with LangGraph and Azure OpenAI is how you build that. TL;DR: Build a production-ready AI agent using LangGraph’s ReAct pattern with Elasticsearch (vector search), Neo4j (graph … Read more

Snowstorm x FHIR

SNOMED CT provides a structured vocabulary of millions of clinical concepts. FHIR provides the exchange format for healthcare data. Combining them via the Snowstorm server gives you a standards-compliant terminology service that healthcare systems can query. TL;DR: Query the Snowstorm SNOMED CT terminology server via its FHIR-compatible API to look up clinical concepts and code … Read more