The Agentic Digest

IndustrialMind brings agentic CAD review to heavy industry

·5 min read·ai-agentsllmopen-sourcedevtools

For engineers, designers & product people. Stay up to date with free daily digest.

TLDR: Heavy industry gets real CAD agents, while Mastra and Optio ship more opinionated orchestration for memory, tickets, and PRs.

IndustrialMind.ai deploys CAD review agents at ANDRITZ

IndustrialMind.ai is rolling out an AI platform at ANDRITZ that reviews hydraulic equipment part drawings and generates bills of materials as of 2026-03-26. The deployment focuses on standardizing technical drawing checks against internal standards and manufacturing constraints, plus automating bill of materials creation directly from those drawings.

For anyone building production agents in legacy engineering environments, this is a useful reference case. The value props are concrete: fewer engineering change request cycles, earlier detection of manufacturability issues, and less manual BOM work for repetitive part variants. The catch is that this lives inside a very structured domain with strong standards, which is friendlier to automation than greenfield product design.

Worth watching is how far ANDRITZ and IndustrialMind.ai push autonomy: from assistant-on-the-side toward fully automated drawing approval for well bounded part families.

Also covered by: tavily/search

Read more →


Mastra 1.16.0 adds smarter memory model routing

Mastra AI released @mastra/core version 1.16.0, highlighted by ModelByInputTokens for observational memory routing as of 2026-03-26. The new feature lets you declaratively pick models based on token count so short memory inputs hit a cheaper model while longer context goes to a stronger one, with tracing that reveals which model was used and why.

This matters if you are running agents with heavy logging or reflection and are fighting latency and cost. Instead of wiring your own router, you can centralize that policy in memory configuration and keep observability. The same release brings @mastra/mongodb support for versioned datasets and experiments which is relevant if you are treating prompts and traces as evolving datasets.

The interesting bit is Mastra leaning into infra-like controls for agent memory traffic instead of bolting routing onto every individual tool.

Read more →


Optio open sources ticket to merged PR agent orchestration

Optio launched as an open source orchestration system that turns tickets into merged pull requests on Kubernetes as of 2026-03-26. The project, shared on Hacker News, targets developers juggling multiple Claude Code or similar sessions by coordinating AI coding agents that can work across repos and worktrees with less human babysitting.

For teams experimenting with autonomous coding agents in real repositories, Optio is interesting because it is opinionated about the full path: ticket ingestion, branch management, coding, and PR merge. That is more ambitious than a single chat-based assistant and it aligns with the trend toward workflow-centric dev agents. The usual caveats apply: early stage, few production references, and you still own guardrails, tests, and security reviews.

If you are already on Kubernetes and want to prototype multi agent software factories, Optio gives you a starting framework instead of stitching together scripts and CI glue.

Read more →


Quick Hits

More from the Digest

For engineers, designers & product people. Stay up to date with free daily digest.

© 2026 The Agentic Digest