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.AIPaper

Delegation Asymmetry in Agentic Recommender Systems: Measuring Two-Sided Receptivity in Online Dating

The delegation asymmetry finding, willingness to send an agent versus willingness to receive one, is a design constraint any two-sided marketplace deploying agentic assistants needs to plan for. Product teams building agent-mediated matching or negotiation features should expect adoption to stall on the receiving side long before the sending side does.

Chip HuyenArticleoriginally Jan 2024

Generation configurations: temperature, top-k, top-p, and test time compute

This is a solid explainer of why LLM outputs vary run to run, framed around a real finding that a fifth of one startup's support tickets stemmed from users not understanding sampling behavior. Useful if you're writing product docs or building UX around non-deterministic outputs, but it's educational content, not new information for anyone technical. File under onboarding material for junior team members.

Latent SpaceArticle

Unpacking ChatGPT Work: the Agent for a Billion Users

Reverse-engineering pieces like this matter because OpenAI rarely documents its agent architecture in detail, and competitors building agent products need a working model of what 'good enough' proactive scheduling and memory integration looks like at scale. If you're building an agent product, this is a useful blueprint of the surface area you need to cover to compete with ChatGPT Work.