Introduction: Conversation state management is the foundation of building coherent, context-aware AI assistants. Without proper state management, every message is processed in isolation—the assistant forgets what was discussed moments ago, loses track of user preferences, and fails to maintain the thread of complex multi-turn conversations. Effective state management involves storing conversation history, extracting and persisting… Continue reading
Category: Technology Engineering
Technology Engineering
Document Processing Pipelines: From Raw Files to Vector-Ready Chunks
Introduction: Document processing is the foundation of any RAG (Retrieval-Augmented Generation) system. Before you can search and retrieve relevant information, you need to extract text from various file formats, split it into meaningful chunks, and generate embeddings for vector search. The quality of your document processing pipeline directly impacts retrieval accuracy and ultimately the quality… Continue reading
LLM Response Streaming: Building Real-Time AI Experiences
Introduction: Streaming LLM responses transforms the user experience from waiting for complete responses to seeing text appear in real-time, dramatically improving perceived latency. Instead of staring at a loading spinner for 5-10 seconds, users see the first tokens within milliseconds and can start reading while generation continues. But implementing streaming properly involves more than just… Continue reading
Query Understanding and Intent Detection: Building Smarter AI Interfaces
Introduction: Query understanding is the critical first step in building intelligent AI systems that respond appropriately to user requests. Before your system can retrieve relevant documents, call the right tools, or generate helpful responses, it needs to understand what the user actually wants. This involves intent classification (is this a question, command, or conversation?), entity… Continue reading
Hybrid Search Implementation: Combining Vector and Keyword Retrieval
Introduction: Hybrid search combines the best of both worlds: the semantic understanding of vector search with the precision of keyword matching. Pure vector search excels at finding conceptually similar content but can miss exact matches; pure keyword search finds exact terms but misses semantic relationships. Hybrid search fuses these approaches, using vector similarity for semantic… Continue reading
LLM Fallback Strategies: Building Reliable AI Applications
Introduction: LLM APIs fail. Rate limits hit, services go down, models return errors, and responses sometimes don’t meet quality thresholds. Building reliable AI applications requires robust fallback strategies that gracefully handle these failures without degrading user experience. A well-designed fallback system tries alternative models, implements retry logic with exponential backoff, caches successful responses, and provides… Continue reading
Certified–Professional Scrum Master-I(PSM-I)
Before I joined UnitedHealth Group as a Consultant in Jul 2010, I didn’t even hear about of Agile or Scrum.I have been working in an Agile environment for last 3 years and it was really interesting experience to develop high value applications and products using Scrum. I worked on few projects during the tenure as… Continue reading
Professional Scrum Development using Visual Studio 2010 – Links & Resources
Channel 9 – MSDN – Ken Schwaber and and Sam Guckenheimer: Professional Scrum Development Ken Schwaber, co-inventor of Scrum, and Sam Guckenheimer, Group Product Planner for Visual Studio discuss the Professional Scrum Developer (PSD) program around VS 2010. PSD includes a unique and intensive five-day experience for software developers. The course guides teams on… Continue reading
Introducing you the “Martin Fowler” : The king of Software Development
Martin Fowler is an author and international speaker on software development, specializing in object-oriented analysis and design, UML, patterns, and agile software development methodologies, including extreme programming. Martin Fowler Fowler is a member of the Agile Alliance and helped create the Manifesto for Agile Software Development in 2001, along with more than 15 co-authors. He… Continue reading
- « Previous
- 1
- …
- 21
- 22
- 23