ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.LGPaper

Towards a Systems Foundation for Agentic Skills: Architecture, Lifecycle, and Security

This names a real trend: stateless tool-calling doesn't scale for complex tasks, and the field is converging on skills as a primitive. The paper formalizes the ecosystem across discovery, authoring, storage, retrieval, composition, execution, adaptation, and security. For teams building agent platforms or frameworks, this is the reference architecture you'll be compared against. Start thinking about your skill representation now.

arXiv cs.LGPaper

On the Resilience of Text-to-Video Diffusion Models to Hardware Faults

If you're running T2V models in production at scale, this matters. Memory faults are worse than compute faults, bfloat16 is riskier than alternatives, and the scary part is that some faults cause semantic changes, not just noise. This is the kind of systems reliability work that becomes critical as video generation moves from hobbyist to production. Test your deployment stack against these fault modes.