Sponsored by

Bad news is good business. Not everyone buys it.

Every morning, financial news follows the same script. Headlines panic, coverage catastrophises, and somewhere inside the noise is the story that actually matters — the one that tells you where the opportunity sits, not just where the fear is pointing.

Most sources have stopped looking. The alarm is easier to sell.

The Daily Upside was created by Wall Street insiders for readers who crave real insight over recycled anxiety. Five minutes of global business and finance, before the noise sets the agenda — just the facts, context, and analysis your decisions need.

Join 1M readers — including managing directors and principals at some of Wall Street’s largest institutions — who trust The Daily Upside to filter through the chaos.

The upsides are always there. We’ll find them before breakfast.

📬 Distill AI delivers the most important AI papers worth your time, tailored to your interests and field, every morning. 💬 Chat with any of them, instantly!

This edition is about AI taking on real responsibility — and the unglamorous plumbing that makes that safe. The lead paper proposes a protocol for teams where humans and AI agents share the call on decisions that reach customers. Around it: what models can actually learn, leaner long-context generation, and summaries that hold together. On the build side, an operating system for trading agents and a way to let language models reason over molecules — plus three open models to put to work.

📰 THE QUICK BRIEF

  • Apple used WWDC to unveil a rebuilt Siri running on Google’s Gemini, alongside iOS 27 — a striking admission that the company is leaning on a rival’s model to fix its assistant.

  • Meta is still scrambling to catch up in AI: after a rocky start, new AI chief Alexandr Wang is reportedly finding his footing as the company retools its strategy.

  • The Orion-100B project trained a 100-billion-parameter model on commodity hardware over the open internet, hitting ~65% of datacenter training speed — a hint that frontier-scale training may not stay locked inside big data centers.

TODAY’S HIGHLIGHT

As AI models move into real production systems, they stop working alone. They sit on teams — next to other agents and human staff — and their choices touch real customers. CHAP is a proposed protocol for those mixed teams: a shared set of rules for how agents plan, hand work off, use tools, and share responsibility for a decision that affects someone.

The interesting part is that “shared responsibility.” When an agent and a person jointly own an outcome, you need clear lines for who does what, who signs off, and how control passes back and forth. CHAP tries to make those handoffs explicit instead of improvised.

Why it matters: most agent demos assume the agent works solo. Real workplaces are collaborative and messy. A common protocol for human-agent teams is exactly the kind of quiet groundwork that has to exist before agents can be trusted with customer-facing jobs.

📄 MORE PAPERS WORTH READING

Why do language models pick up some skills easily and stumble on others? It’s hard to tell in messy natural language. So this paper swaps in formal, rule-based languages, then dials data frequency up and down to watch exactly how it shapes what a model can learn — surfacing patterns that the noise of real text usually hides.

Summarizers that work sentence by sentence tend to produce choppy, disjointed takes on long documents. This method keeps the document’s overall structure in view as it works, so the summary of a long report actually flows instead of reading like a pile of disconnected highlights.

Diffusion-based language models are promising but pricey on long inputs, partly because they struggle to tell which tokens matter. Focus-dLLM uses the model’s own confidence to focus attention on the important parts and skip the rest — cutting the cost of long-context generation.

💻 ON GITHUB

An “operating system” for AI trading agents: a Python framework for building automated strategies where several agents coordinate — research, signals, execution — rather than one giant script. Aimed at systematic, hands-off trading.

A clever bridge between chemistry and language models: it represents molecules as code, so an LLM can read, reason about, and manipulate chemical structures the way it handles a program. A neat idea for AI-for-science work, with a small but growing following.

🤗 ON HUGGING FACE

deepseek-ai/DeepSeek-V4-Pro — reasoning / coding.

DeepSeek’s latest pro-tier model, tuned for stronger reasoning and coding while keeping the lab’s reputation for strong results at low cost. A capable open option to sit under an agent or a coding workflow.

google/gemma-7b — small / workhorse.

Google’s open 7B model — a solid, lightweight general-purpose choice for completion, summarizing, and chat when you don’t need a frontier model.

microsoft/Florence-2-large — vision-language.

Microsoft’s compact vision-language model: hand it an image and a question and it captions, answers, or describes — a tidy way to add visual understanding without a giant multimodal stack.

DEADLINES CLOSING SOON

  • ACML 2026 — Asian Conference on Machine Learning — Melbourne, Australia — paper deadline June 27, 2026

  • AAAI 2027 — AAAI Conference on AI — Montréal, Canada — abstracts July 26, full papers August 2, 2026

  • WSDM 2027 — ACM Conference on Web Search and Data Mining — paper deadline August 16, 2026

Keep Reading