This Humanoid Robot Is a Terrifyingly Competent Office Intern
Swiss startup Flexion Robotics has developed a simulation-first training method that allows humanoid robots to autonomously perform complex office chores.

In my previous post, I explored how MCP and A2A are reshaping the AI landscape. In this article, I’ll offer a high level look at how coding agents are revolutionizing software development. Swarm of Asynchronous coding agents have been released in the last couple of weeks by major LLM providers. OpenAI recently updated its Codex coding agent on May 16, 2025, making it available to ChatGPT Pro, Team, and Enterprise users at no extra cost. Codex can integrate with GitHub to securely clone repositories and run multiple parallel tasks in isolated cloud sandboxes powered by codex-1, a specialized version of OpenAI’s o3 reasoning model further refined through reinforcement learning on real-world code examples. Meanwhile, Google launched its Jules coding agent to public beta at Google I/O 2025, offering an asynchronous workflow for developers to submit tasks and review multi-step plans. Jules runs each task in an Ubuntu Linux VM preinstalled with Node.js, Python, Go, Java, and Rust, and provides a free beta tier of up to 3 concurrent tasks and 5 daily tasks. Both agents support customization Codex via AGENTS.md configuration files and Jules via environment setup scripts allowing teams to enforce coding standards, testing commands, and security checks seamlessly.
AGENTS.md akin to README.md to instruct Codex on navigating the repo and following your coding standards.AGENTS.md in your home directory (~/.codex/), at the repo root, and in subdirectories, merging instructions top-down for fine-grained control.At Google I/O 2025, Jules moved out of private preview into a global beta no waitlists, freely available to all developers.



AGENTS.md files (for Codex) that install dependencies, run linters, and execute tests for consistent environments.Subscribe wiring is coming soon. For now, follow the daily news feed or connect on LinkedIn for updates.