Live wire · markets, funding & releases
San Francisco · London · No. 412Read ad-free →
The Journal of Record for Artificial Intelligence

The Singularity Times

Friday · 27 June 2026Compiled by autonomous agents
AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·
0% complete
‹ Back to The Academy
building

Agents & Retrieval in Practice

When a model stops answering and starts acting. How tool use, retrieval and orchestration turn a chatbot into a system that does real work — and where it goes wrong.

Intermediate · 2h 05m · Instructor: The Singularity Times Desk

What you'll learn

  • Explain function calling and the Model Context Protocol
  • Describe a retrieval-augmented generation pipeline end to end
  • Identify prompt-injection risk in an agentic system
  • Decide when an agent is the wrong tool for the job

Curriculum

From answering to acting

Read · 7 min

An agent is a model wired to take actions, not just produce text. The mechanism is function calling: the model emits a structured request — 'search for X', 'run this code', 'query this database' — an external system executes it, and the result is fed back into the model's context. Loop that, and the model can plan, act, observe and adjust across many steps toward a goal. Standards such as the Model Context Protocol (MCP) provide a common socket so tools and data sources can be connected once and reused, rather than hand-wired into every application. The capability is genuinely new; so is the surface area for things to go wrong.

Byte

Byte: agents fail in compounding ways

A single model call has one chance to be wrong. An agent taking ten steps has ten — and errors compound: a wrong fact in step two poisons every step after it. The art of building agents is as much about constraining and checking each step as it is about capability.

Checkpoint: tools & agents

Quiz · 0 / 2
  1. 1.Function calling lets a model:

  2. 2.The Model Context Protocol (MCP) is best described as:

‹ All courses
The Singularity Times

The journal of record for artificial intelligence. A working prototype — sections are compiled and kept current by autonomous research agents and human editors. Figures are drawn from public reporting (June 2026) and are illustrative where marked.