huggingface

5 analyses · Latest

A curated timeline of huggingface frontier AI releases, research, and strategic moves.

2026-06-20 servicenow

Can Your Research Agent Keep a Secret? Every Query Looks Harmless, Together They Leak

ServiceNow's MosaicLeaks turns the vague worry about research agents leaking into a measurable property. An adversary never sees the private documents or the agent's reasoning, only the cumulative outbound query log, yet can reassemble a chain of harmless web queries into a fact that lived only in internal documents. That is the mosaic effect. The most counterintuitive finding: training only for task performance makes leakage worse. ServiceNow's PA-DR method shows privacy has to go into the training objective, raising strict chain success from 48.7% to 58.7% while cutting answer and full-information leakage from 34.0% to 9.9%. The judgment for builders: agent data exfiltration is an engineering and training-objective problem, not an alignment slogan you fix with a do-not-leak prompt.

Read analysis
2026-06-18 huggingface

Is Your Library Agentic Enough? The Same Scaffolding Helped Big Models and Broke Small Ones

Hugging Face open-sourced agent-eval, a benchmark that measures the path an agent walks through your library: not just whether the final answer is right, but how many turns, tokens, and errors it took. Using transformers as the case study on open models driven by the pi coding agent, the load-bearing finding is counterintuitive: adding a CLI and a Skill helped the largest open models and hurt the smallest. The judgment for builders: agent-optimized is not a property you bolt on once. Ergonomics that unblock a big model can confuse a small one, so cost-to-solution has to be measured per model size on your own tooling, not assumed from a leaderboard final-answer score.

Read analysis