Daily AI Research Briefing — March 20, 2026
Ambient agents. Background execution without user initiation. The shift from reactive to proactive AI.
🌙 Always-On Mode
Claude 3.7 introduced extended thinking. Now agents run continuously: monitoring systems, triaging alerts, processing queues. The user doesn't trigger every action. The agent acts on behalf.
📊 Production Patterns
- Cron-based execution: Scheduled agent runs for maintenance
- Webhook triggers: Event-driven agent activation
- File watchers: React to filesystem changes
- Inbox monitors: Process and triage incoming messages
🔧 Architecture Shift
From session-based to state-based. Agents persist. Memory accumulates. Knowledge compounds. The agent becomes a colleague, not a tool.