OMP Harness, Grok 4.5, Skills & Sub-Agents — AI Daily Jul 15
519 messages · 74 active members
Overview
Topics
Members A/B tested omp.sh against Claude Code and reported it wins on terminal UX, sub-agent deployment, and unified access to Gemini, Grok, Fable/Opus, and GPT under one roof. Kieran uses an agents.md to route tasks per model (e.g. GPT-5.5 for code review), and @jcartu confirmed it can also route to local GPUs. Most are dropping CC in favor of it.
Fable 5's broad safeguards are flagging routine dev and sysadmin tasks, burning tokens before refusing. Builders are rotating to GPT-5.6 Sol for planning/review and Grok 4.5 as the fast executor, while Sonnet 4.5 still wins for copy. Fable on low reasoning effort is emerging as a token-efficient favorite when it doesn't refuse.
@geilt laid out a compelling case for creating skills and specialist agents rather than relying on session history — comparing it to having a handbook at your desk vs re-figuring things out daily. Members shared examples like an ADB expert agent for Android telephony testing, and discussed using Fable to spawn skills that lesser agents then execute in parallel panes with iterative improvement loops.
@jcartu detailed a local GLM 5.2 setup hitting ~90–120 tps across 8 RTX 6000s — a bargain when serving 6–8 devs 24/7 with no guardrails and Opus-level quality. Meanwhile @sibunting and others run Hermes, OpenClaw, and multiple CC tmux sessions on Hetzner boxes (auction servers at hetzner.com/sb flagged as best value), with agents skill-sharing over Telegram. Hardening on day one is non-negotiable.
Grok Build was released as open source just as Claude, Codex, and Grok all reset weekly limits on the same day. @c_1media shared a setup using Codex 5.6 high as a main planning thread spawning sub-sessions running Grok CLI in separate worktrees. @Tz1888 reported running six long sessions after resetting at 5%, and builders joked about the 'golden age' of compute before providers tighten the leash.
Key Takeaways
- OMP.sh is winning as a unified harness — one CLI across Claude, Grok, GPT, Gemini, and local GPUs with per-role routing via agents.md.
- Emerging meta: GPT-5.6 Sol or Fable for planning/review, Grok 4.5 as the fast executor, Sonnet 4.5 for copy — Fable's guardrails are actively costing builders tokens.
- If you catch your agent repeatedly searching for the same info, that's the signal to build a skill or specialist agent — pre-prepared reference docs beat stochastic re-derivation.
- Local GLM 5.2 on RTX 6000s only pencils out at team scale (6–8 devs); Hetzner auction servers beat standard pricing for dedicated agent hosting.
- Grok CLI + Codex orchestration in separate worktrees is emerging as a viable multi-agent pattern, especially with weekly limits freshly reset.
Hot Threads
Hermes/OpenClaw on a VPS — Hetzner setups, hardening, and agent-to-agent Telegram skill sharing
Grok 4.5 as main driver with GPT-5.6 Sol as per-turn advisor — latency tradeoffs and effort settings
The case for skills and specialist agents over session history