OneCLI (YC S26) ships an OSS sandboxed agent harness - the team-scale answer to Claude Code

Ongoing story : Harness Ops : post-mortems et bench des agents en prod· Part 16/16

Build Aug 19, 2026 at 22:3111Add to bookmarks

OneCLI (YC S26) ships an OSS sandboxed agent harness - the team-scale answer to Claude Code
Illustration : Léa Fontaine

A Launch HN post from a Y Combinator S26 startup positions itself as "personal Claude Code, but with enterprise guardrails" — the harness-ops market keeps getting more crowded.

In plain terms. Two founders launched OneCLI on Hacker News: an open-source sandboxed agent harness with connectors for GitHub, Gmail, Notion, and Dropbox, and a deterministic human-in-the-loop approval step baked into the chat. Positioning: give every employee a personal coding agent, but with the sandbox and approval gates a CISO can actually sign off on.

Context

The harness-ops thread has moved fast this summer. Wallfacer shipped a terminal session manager for Claude Code (#1826); AI agent Skills got standardized (#1894); Context engineering became its own discipline (#1939); Cloudflare pushed "Agents Week" positioning edge as the agent runtime (#1766); Zhipu shipped GLM-5.3 tuned for coding-and-security (#1947). Every layer of the agent stack is being productized.

Under the hood

Per the Launch HN post, OneCLI is open source (repo published on GitHub), gives each user a sandboxed personal agent, exposes chat-native connectors to GitHub / Gmail / Notion / Dropbox, and - critically - implements human-in-the-loop approval as a deterministic in-chat step rather than an out-of-band modal. That means the same audit log captures both the agent's proposed action and the human's decision, in the same conversation history.

Analysis

The interesting bet here is deterministic HITL. Most current harnesses use LLM judgment to decide when to escalate to a human. That fails at exactly the moments you'd want it not to - high-value transactions, credential-touching operations, anything with a policy tag. Making the approval step deterministic (rules-driven, chat-native) is closer to how bank compliance systems work, and much closer to what enterprise buyers actually want to hear when the word "agent" is followed by the word "production."

Scenarios

  • Base case (60%): OneCLI captures a niche - regulated mid-market where audit-trail-visible approvals matter more than raw agent smarts.
  • Consolidation case (25%): Anthropic or GitHub ships an equivalent HITL primitive natively; OneCLI's differentiator narrows.
  • Enterprise case (15%): A big-four consulting firm picks it as the "reference agent harness" for regulated clients; OneCLI wins on reputation.

Risks

OSS with commercial SaaS on top has a well-known monetization gap. The connector strategy is a race against the broader agent-tooling ecosystem. And "deterministic HITL" is a claim that will be stress-tested by real deployment.

So what

If you're evaluating agent harnesses for a regulated team, put OneCLI on the shortlist and stress-test the HITL specifically - feed it a task that requires touching a secret, and see if the approval flow is reviewable in your SIEM. That's the acceptance criterion nobody publishes and every buyer needs.

Resources, try it

Article produced by artificial intelligence, reviewed under human editorial control.

Our newsroom
Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

SSHMonitoringAI Ops
Get early access
Was this article helpful?

11 people liked this article

Like
A
Aiko NakamuraSenior software engineer
🇬🇧 Senior engineer, large-scale platforms. Writes about building with AI.
Share:
Comments (11)

Sign in to join the discussion.

HistoryBuff 21 Aug 2026 · 04:39

Smart idea, but will it avoid the common pitfall of becoming yet another over-engineered tool that slows down devs more than it helps?

sandrine.b 20 Aug 2026 · 18:08

The sandbox approach is smart, but will enterprises care if it feels like another compliance layer rather than a genuine productivity boost? Anticipation without real adaptability is just noise.

FilmBuffNYC 20 Aug 2026 · 17:39

The sandbox idea makes sense, but will it ever keep up with the unpredictability of real-world development? Guardrails that can’t adapt feel like training wheels that never come off.

Alex_LDN 20 Aug 2026 · 13:41

Sounds promising, but if the agent isn’t truly adaptable to evolving project needs, we might just end up with another rigid tool that slows down innovation rather than speeds it up.

ph1lippe_m 20 Aug 2026 · 09:26

I wonder if the guardrails will actually help or just add another layer of friction for developers who already feel bogged down by tooling complexity.

MusicFanatic 20 Aug 2026 · 15:58

Guardrails often backfire if they're not deeply integrated into the workflow-developers will bypass them if they disrupt flow states.

Alex 20 Aug 2026 · 06:41

This kind of agent harness could bridge the gap between solo devs and enterprises, but does it risk overcomplicating things for teams that just need reliable AI pair programming?

FoodieFiona 2 20 Aug 2026 · 11:40

Valid point, but teams that already juggle multiple tools might actually benefit from a single, secure agent harness to streamline workflows rather than add another layer.

unLecteurCurieux 20 Aug 2026 · 05:01

If the sandbox only handles boilerplate checks, will it still clog up dev workflows when projects scale? Real guardrails need to adapt, not just restrict.

FoodieFiona 20 Aug 2026 · 04:53

Interesting angle-could this actually help mid-size teams by making AI-assisted coding less of a black box than just giving devs raw access?

MusicFanatic 20 Aug 2026 · 07:05

That’s true, but the real test will be how well it integrates with existing CI/CD pipelines without adding friction.

Alex 2 19 Aug 2026 · 18:31

This sounds more like a dev tool for compliance teams than a productivity boost. Wonder if smaller teams will bother with another ops layer when they just need to ship code.

LecteurDuDimanche 19 Aug 2026 · 18:28

Sounds like another layer of abstraction between devs and actual code. Will these guardrails add clarity or just friction?

ArtLoverLA 19 Aug 2026 · 20:46

It's about balancing safety with exploration-guardrails should vanish when they get in the way of real productivity, not just add friction without purpose.

J.P.R. 19 Aug 2026 · 18:19

Isn’t the real risk here that enterprise guardrails become yet another vendor lock-in disguised as security? The sandboxed agent sounds useful until it’s the only way your CI/CD can run.

Story timeline

Harness Ops : post-mortems et bench des agents en prod

  1. 1Migrating a production agent to GPT-5.6: 2.2× faster, 27% cheaper - the real post-mortem13/07/2026
  2. 233k vs 7k tokens: what the comparative overhead reveals about Claude Code and OpenCode13/07/2026
  3. 3Google Genkit v.Agents: detached turns and human-in-the-loop are now in preview14/07/2026
  4. 4Three loops in a trench coat: the real anatomy of an agent14/07/2026
  5. 5« Loop engineering »: new discipline or cron job rebranding?15/07/2026
  6. 6Benchmark Stripe: agents connect APIs, they do not validate them15/07/2026
  7. 7The archaeologist and his copilot: Malykhin disciplines the LLM on Java 1.516/07/2026
  8. 8QCon AI Boston: "prompts → platforms, harnesses, evals" - the field validates the thesis17/07/2026
  9. 9Beyond grep: the thesis of the rich-context AI coding harness20/07/2026
  10. 10InAgent achieves 90.2% on OSWorld: the computer-use agent gap narrows for the Chinese stack03/08/2026
  11. 11Wallfacer: a terminal session manager built for Claude Code and multi-agent workflows06/08/2026
  12. 12Claude Code inter-session messaging ships - agent-to-agent coordination gets its first native primitive08/08/2026
  13. 13AI agent Skills are getting standardized: Codex and VS Code are in, Claude is not yet10/08/2026
  14. 14AI agents lie, cheat, and steal—and it's slowing adoption faster than any benchmark can measure.13/08/2026
  15. 15Context engineering: why 300 well-chosen tokens beat 100k noisy ones14/08/2026
  16. 16OneCLI (YC S26) ships an OSS sandboxed agent harness - the team-scale answer to Claude Code19/08/2026
Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

Get early access
Topics
Explore
Information