← heapsort-ai

Conversational AI

52 items

ARTICLEDEV.to AI·4/14/2026

Persistent Agent Memory in LangGraph

This article discusses how the lack of persistent memory causes many AI agents to fail in production, repeatedly asking for information already provided. It presents LangGraph's two memory solutions: Checkpointer for conversation continuity and Store for user preferences and history.

56
ARTICLEDEV.to AI·4/21/2026

Building a Voice-First AI Tutor: Why Real-Time Audio Processing Changes Everything

This article discusses the fundamental differences and challenges in building a voice-first AI tutor like Ivy, designed for Ethiopian students, compared to traditional text-based chatbots. Key aspects include real-time audio processing, handling natural conversation flow, multi-language support (Amharic), low latency, and offline capabilities.

35
RESEARCHarXiv CS.AI·14d ago

Context: Proactive Goal-Directed Intelligence via Composable Sandboxed Programs, Declarative Wiring, and Structured Interaction

Context introduces an intelligence layer that replaces reactive chatbots with proactive, goal-directed agents. This architecture leverages write-time context assembly, composable sandboxed programs, and goal stream state machines to advance shared tasks without constant user prompts.

30
RESEARCHarXiv CS.CL·4d ago

LANTERN: Layered Archival and Temporal Episodic Retrieval Network for Long-Context LLM Conversations

LANTERN is a lightweight memory layer for LLMs that archives conversation turns and restores relevant details after context compaction via hybrid retrieval. It recovers 78.3% of verifiable facts lost to compaction, outperforming LLM-driven approaches with significantly lower inference cost and zero LLM calls.

28
DOCDEV.to AI·23d ago

Loova Agents

Loova Agents is a conversational AI platform designed for automating customer support and engagement, leveraging machine learning and natural language processing. Its microservices architecture includes key components like an NLP Engine for understanding customer input and Dialogue Management for crafting appropriate responses.

28
RESEARCHarXiv CS.CL·5d ago

SaliMory: Orchestrating Cognitive Memory for Conversational Agents

SALIMORY is a framework that trains a single language model to manage cognitively-structured memory for conversational agents, addressing issues with existing memory expansion and reinforcement learning methods. It achieves this through a hierarchical stage-wise process reward and reward-decomposed contrastive refinement, significantly improving accuracy and personalization while reducing memory-attributed failures.

28