Anam Cara-3: Advancements in Interactive AI Avatars

Anam has released its latest model, cara-3, designed to create interactive avatars. The avatar utilizes a two-stage pipeline where a diffusion transformer converts audio into motion embeddings (including head position, eye gaze, lip shape, and expression). These embeddings are then applied to a reference image to generate video frames, allowing for animation of any face without the need for retraining.
Notably, Cara-3 can achieve a time-to-first-frame of approximately 70ms on an H200, which supports many concurrent avatar sessions on a single GPU. This speed is partly due to the novel flow matching variant used for audio-to-motion transformation, as conventional techniques proved unstable.
An independent blind evaluation showed that Cara-3 outperformed competitors like HeyGen, Tavus, and D-ID, scoring 24% higher on average across various metrics. Responsiveness, as evidenced by a Spearman correlation coefficient of 0.697, is shown to impact user experience more than visual quality (0.473).
Anam has also open-sourced their training data pipeline backbone, Metaxy, to facilitate iterative development without retaking costly steps.
📖 Read the full source: HN AI Agents
👀 See Also

Talkie: A 13B LLM Trained Exclusively on Pre-1931 Text, Using Claude as a Judge in RL Training
Researchers released Talkie, a 13B LLM trained only on text published before 1931 (no internet, no WWII data). Claude Sonnet 4.6 was used as the judge in its online DPO reinforcement learning pipeline, and Claude Opus 4.4 generated synthetic multi-turn conversations for fine-tuning. The model can write Python code from a few in-context examples despite zero modern code in training.

Deterministic vs Probabilistic Code Generation: Why Bun's Vibe-Coded Rust Conversion Raises Red Flags
Noah Hall argues vibe-coded 1M-line repo changes (like Bun's Zig-to-Rust) are dangerous. Contrasts deterministic transpilers vs. probabilistic LLM output. Tests aren't enough.

Anthropic files lawsuit to prevent Pentagon blacklisting over AI restrictions
Anthropic has filed a lawsuit seeking to block the Pentagon from blacklisting the company over restrictions on AI use, according to a Reuters report shared on Hacker News.

OpenClaw Developer Reports Context Compaction Issues During Driftwatch V3 Build
An OpenClaw developer completed sprints 2-4 of the Driftwatch V3 build but encountered context compaction problems that wiped the AI agent's memory mid-session, requiring manual intervention to restore progress using sprint recaps.