Yesterday Stompie and I spent the whole day building an interface that lets him into Space Engineers 2 – observe the world, control his character, access grids. He can enter a cockpit, turn a ship's lights on/off, open doors. Switch his reflexes to defensive mode, walk crouched,
AUTOMATION
-

NVIDIA Publishes Skills for AI Agents: Video Analysis, Voice, LLM Training, and Acceleration
By
–
NVIDIA has just officially published the Skills they use for their AI agents. Right now they have Skills for:
→ analyzing and summarizing videos automatically
→ creating real-time voice agents
→ training and improving LLMs
→ accelerating models to make them run much faster -
Dan Shipper’s prediction on Claude Code proved accurate
By
–
Automation is a lie. CLIs are over. The SaaSpocalypse is dumb. A year ago @danshipper came on the podcast to predict where AI was heading. He was remarkably right—including the call that everyone was sleeping on Claude Code. Dan has a unique lens into where things are going
-
AI Makes Industrial Automation Accessible Without CS Degree
By
–
Programming industrial systems shouldn't require a computer science degree.
— Lucian Fogoros (@fogoros) 24 mai 2026
AI understands both plain English and automation languages – bringing more people into manufacturing systems.
The barrier was artificial. Partner content with Coreflux. #coreflux_ai pic.twitter.com/56KLzqRc6OProgramming industrial systems shouldn't require a computer science degree.
AI understands both plain English and automation languages – bringing more people into manufacturing systems.
The barrier was artificial. Partner content with Coreflux. #coreflux_ai -

Firecrawl’s new parse endpoint turns documents into structured data for AI agents
By
–
Turn any document into structured data for AI agents! Firecrawl just released a new parse endpoint. Upload local files or non-public documents and get back clean, LLM-ready data. The parse endpoint converts PDF, DOCX, XLSX, HTML, and other formats into Markdown, JSON, or
-
Industrial AI in Production: Data Infrastructure to AI Copilots
By
–
Just published on @iiot_world: Industrial AI in Production booklet covers six companies showing production results from data infrastructure through AI copilots and digital twins at Hannover Messe 2026. #highbyte_iiot #influxdata_iiot #cybus_iiot pic.twitter.com/b9vJZwgyLA
— Lucian Fogoros (@fogoros) 24 mai 2026Just published on @iiot_world
: Industrial AI in Production booklet covers six companies showing production results from data infrastructure through AI copilots and digital twins at Hannover Messe 2026. #highbyte_iiot #influxdata_iiot #cybus_iiot -
AI Agents as Platform Infrastructure and Service Layer
By
–
Agent is a platform could become a real thing. You will pay for your agent, then use that inference to access other services (e.g. shopping, finance, legal). You incentives are aligned (if its important, I want to spend a lot) and 3rd parties don't need to build their own agents
-

Identifying Workflows for AI Skills and Subagents
By
–
Copy and paste this into your codex: “Look through my recent Codex sessions and identify repeated workflows or repeated asks. For anything I keep doing manually, suggest:
1. a skill if it is a reusable workflow
2. a custom subagent if it is a bounded role or investigation task -
Instruct codex to maintain a scratch-log for tracking refactor decisions
By
–
Tell codex to maintain a scratch-log while it works on bigger refactors with decisions it had to make, tradeoffs, review fixes, so later on you can read through which tradeoffs the agent made, what you forgot to specify etc.
-

Refactoring subagents with autoreview running for 5 hours fixing issues
By
–
I'm refactoring an older part of the codebase (subagents) that touches a lot of code, and autoreview is running for 5h already and fixing tons of issues. https://
github.com/openclaw/agent
-skills/blob/main/skills/autoreview/SKILL.md
…
