NYT Magazine covers real-world OpenClaw use in small businesses — gift article shared from Reddit

A New York Times Magazine article published June 4, 2026, covers how small businesses are using OpenClaw (OC) — the open-source AI coding agent platform. The piece started as a post on r/openclaw and includes interviews with several users, including the original poster.
Source details
- Publication: New York Times Magazine
- Date: June 4, 2026
- Title: “AI Agents OpenClaw in Small Business”
- Link: NYT gift article
- Original Reddit thread: Posted by u/rsbell on r/openclaw
The article is behind a paywall, but a gift link is provided for free access. The Reddit post also contains community discussion about the coverage.
For developers running OpenClaw agents in production, this article offers real-world context on adoption patterns and concrete business outcomes — a rare look at how AI coding agents are actually deployed outside large tech companies.
📖 Read the full source: r/openclaw
👀 See Also

Talkie: A 13B LLM Trained Exclusively on Pre-1931 Text, Using Claude as a Judge in RL Training
Researchers released Talkie, a 13B LLM trained only on text published before 1931 (no internet, no WWII data). Claude Sonnet 4.6 was used as the judge in its online DPO reinforcement learning pipeline, and Claude Opus 4.4 generated synthetic multi-turn conversations for fine-tuning. The model can write Python code from a few in-context examples despite zero modern code in training.

AI Inference Is Obviously Profitable: Breaking Down the Economics
Frontier AI inference providers report 70-80% gross margins. Cost estimates show ~$1 per million tokens to serve a 70B model, while API pricing is $4.50+ per million tokens.

Claude Code v2.1.117 Release: Subagent Forking, Plugin Improvements, and Performance Fixes
Claude Code v2.1.117 enables forked subagents on external builds via CLAUDE_CODE_FORK_SUBAGENT=1, improves plugin dependency handling, and fixes Opus 4.7 context window calculations. The release includes faster startup with concurrent MCP connections and replaces Glob/Grep tools with embedded bfs/ugrep on macOS/Linux.

Research on AI Agent Consistency: Key Findings and Practical Takeaways
A study of 3,000 experiments across Claude, GPT-4o, and Llama reveals that consistent agents achieve 80–92% accuracy while inconsistent ones drop to 25–60%, with 69% of divergence occurring at the first tool call.