H Company

H Company

Autonomous AI agents for enterprise workflows

Overview

H Company builds autonomous virtual humanoids that operate enterprise software and execute complex digital workflows at scale. Their AI agents are multimodal vision-language models (the Holo series, including Holotron-12B) that interact directly with user interfaces across web, desktop, ERP/CRM and internal tools without traditional API integrations. They perceive context, plan multi-step actions, and execute tasks to act as autonomous digital operators embedded in business workflows, delivering measurable productivity gains through ROI-focused Forward Deployed Engineering engagements. They collaborate with NVIDIA on Nemotron architectures and aim to become a global leader in enterprise autonomous AI for large organizations.

Significant Headcount Growth

About H Company

Simplify's Rating
Why H Company is rated
C+
Rated B on Competitive Edge
Rated B on Growth Potential
Rated D+ on Differentiation

Industries

Data & Analytics

Enterprise Software

AI & Machine Learning

Company Size

201-500

Company Stage

Seed

Total Funding

$220M

Headquarters

Paris, France

Founded

2024

People at H Company

People at H Company who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Quantized Holo3.1 models enable private local deployment, reducing cost and privacy barriers.
  • Strategic NVIDIA alignment and ecosystem partnerships accelerate global scaling via design partners.
  • FDE model aligns with industry shifts toward outcome-based business transformation using agents.

What critics are saying

  • MacArena benchmark failure on native macOS tasks renders deployment unreliable for Apple ecosystem users.
  • Long-horizon web agent collapse due to context degradation causes real ERP/CRM automation failures.
  • Leadership schism post-Labour Sifre departure risks product stall and science leadership loss.

What makes H Company unique

  • H Company pioneers third-generation AI virtual humanoids for autonomous enterprise software operation.
  • Its Forward Deployed Engineering model delivers measurable ROI, not experimentation, to clients.
  • Proprietary Holo series models enable direct GUI interaction without traditional API integrations.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$220M

Above

Industry Average

Funded Over

1 Rounds

Notable Investors:
Seed funding is usually the first official round after pre-seed, when a startup has a prototype or concept. It’s typically used to develop the product, test the market, and start building the team. Investors here are often angel investors or early-stage venture capitalists.
Seed Funding Comparison
Above Average

Industry standards

$3.3M
$2M
Netflix
$2.3M
Instacart
$3M
Robinhood
$220M
H Company

Benefits

Hybrid Work Options

Professional Development Budget

Growth & Insights and Company News

Headcount

6 month growth

9%

1 year growth

7%

2 year growth

6%
Clawvard Lab
Jun 8th, 2026
Computer-Use Agents in 2026: how good they are and how to run one locally.

Computer-Use Agents in 2026: how good they are and how to run one locally. Computer-use agents - AI systems that operate a real graphical interface by looking at the screen and clicking, typing, and scrolling like a person - crossed an important line in June 2026. On June 2, H Company released Holo3.1, a computer-use model family with checkpoints small enough to run on a laptop. Days later, two new research efforts landed: MacArena, a benchmark that runs agents inside real macOS, and a paper on long-horizon web agents that pinpoints why these systems lose the thread on long tasks. Together they mark the moment computer-use agents stopped being demo-ware and became something you can actually evaluate and run yourself. This piece pulls those threads together: what computer-use agents can genuinely do today, how the latest benchmarks measure them, where they still break, and what it takes to run one locally instead of through a cloud API. What is a computer-use agent? A computer-use agent is an AI model that controls a computer through its graphical user interface rather than through a purpose-built API. It perceives the screen - via vision and control primitives, in MacArena's framing - and issues actions like clicks, keystrokes, and scrolls to accomplish a goal. The appeal is generality: instead of wiring a custom integration for every app, you point the agent at the same UI a human uses. Holo3.1 is built exactly for this, targeting GUI automation across web browsers, desktop applications, mobile (Android) environments, business and e-commerce workflows, and collaboration tools. The category overlaps with web agents, which operate inside the browser specifically, and the two share the same core challenge: reliably grounding a high-level goal into a long sequence of low-level UI actions without drifting off course. How good are computer-use agents in 2026? Good enough to be useful in specific domains, and still clearly short of reliable general competence. The honest picture comes from looking at progress and limits side by side. On the progress side, Holo3.1 posts concrete gains over its March 2026 predecessor, Holo3. On the AndroidWorld mobile benchmark, H Company reports its flagship 35B-A3B model rising from 67% to 79.3%, with the 4B and 9B variants both climbing from 58% to 72%. The company also reports a 25% improvement over Holo3 in its own Holotab product harness, and says its new native function-calling protocol reaches near-parity with the structured-JSON output it carried over from Holo3. The model family is built on the Qwen family and is explicitly engineered for robustness across what H Company calls the three production dimensions: environments, agent frameworks, and deployment targets. On the limits side, MacArena delivers the cold water. When researchers built a benchmark of 421 manually verified tasks across 50 macOS applications and ran agents against it, they found that model rankings invert between ported tasks and macOS-native ones - with a leading model trailing by over 26% on the MacArena-native subset. Their conclusion is pointed: strong scores on existing benchmarks often reflect "familiarity with task distributions rather than genuine cross-platform GUI competence." In other words, an agent that looks great on a Linux-based benchmark can fall apart on a Mac, because it learned the test, not the skill. The takeaway: treat per-domain numbers as real, but be skeptical of any claim of broad, platform-independent ability. How are computer-use agents benchmarked? The newest benchmarks share a theme: test agents in real environments, not simplified stand-ins. MacArena, accepted to the Second Workshop on Agents in the Wild at ICML 2026, runs on Apple's native Virtualization framework on Apple Silicon - real macOS, not an emulated x86 approximation. Its 421 tasks combine ported OSWorld tasks, content drawn from the earlier macOSWorld, and 49 brand-new macOS-native tasks. The design directly targets a gap the authors identify in prior work: macOSWorld covered mostly first-party apps with simpler tasks on incompatible x86 VMs. By running native and mixing in genuinely new tasks, MacArena shows that macOS "presents distinct GUI challenges beyond what Linux-based benchmarks capture." For web agents specifically, the long-horizon question is less about any single click and more about whether the agent can stay coherent across dozens of steps. A June 2026 paper, Signal-Driven Observation for Long-Horizon Web Agents, identifies the culprit: web agents ingest the raw DOM and accessibility tree - "routinely tens of thousands of tokens" - at every single action step. The authors call coupling observation frequency to action frequency "an architectural mistake," because the flood of context causes "progressive context degradation that erodes reasoning well before tasks complete." Their proposed fix, Signal-Driven Observation (SDO), is instructive even if you never implement it: a dedicated sub-call reads the full DOM but returns only the task-relevant elements and their selectors, and that sub-call is re-invoked only when a lightweight signal detector fires - on URL transitions, newly visible interactive elements, action failures, or external browser events. The principle, borrowed from Recursive Language Models, is that "querying a document outperforms reading it wholesale." The broader argument for anyone evaluating web agents: observation compression is "a core architectural decision," not an afterthought - so when you compare agents, look at how they manage context over long tasks, not just whether they can do one step. Can you run a computer-use agent locally? Yes - and that's the most practical shift in this release cycle. Holo3.1 ships in four sizes aimed at different deployment targets: Holo3.1-0.8B for ultra-lightweight local agents, Holo3.1-4B for cost-efficient deployment, Holo3.1-9B for balanced performance and latency, and Holo3.1-35B-A3B for state-of-the-art performance. Crucially, H Company publishes quantized checkpoints for local inference - including Q4 GGUF builds for running on consumer Windows and Mac hardware, plus FP8 and NVIDIA NVFP4 formats. The privacy story is the point: H Company describes a fully private deployment with "nothing leaving the user's network," and offers a pattern where an optional DGX Spark on the same local network handles model inference while the agent itself runs locally. For teams that can't send screen contents of internal apps to a third-party API, a local computer-use agent is suddenly viable. Performance under quantization is reported as surprisingly cheap. On a DGX Spark, H Company says the 35B-A3B model in NVFP4 W4A16 hits 1.41x the throughput of FP8 and 1.74x of BF16, while OSWorld scores for FP8 and NVFP4 land only about two points below BF16. End to end, they report roughly a 2x agent speedup, with average step time dropping from 6.8 seconds to 3.3 seconds. The headline: quantizing for local or on-prem use costs little accuracy and meaningfully improves speed. What should you actually take away? For Clawvard readers building on agent infrastructure, three durable lessons survive past this news cycle: * Benchmark on your real environment. MacArena's rank inversions are a warning: a model's leaderboard score may not transfer to your OS, your apps, or your task distribution. If you're going to depend on a computer-use agent, test it where it will run. * Treat context management as architecture. The long-horizon web-agent work shows that how an agent observes its environment - not just how smart the base model is - determines whether it survives a long task. Favor designs that query for relevant state instead of re-reading everything each step. * Local is now a real option. Quantized checkpoints that run on consumer hardware with small accuracy loss change the calculus for any team with privacy or cost constraints. You no longer have to choose between capable computer-use and keeping screen data in-house. Computer-use agents in 2026 are powerful in the domains they've been measured on and brittle outside them - which makes rigorous, environment-matched evaluation the difference between a useful deployment and a flaky one. Related reading. If you're evaluating or deploying computer-use agents, explore how Clawvard helps teams run and measure agents on infrastructure they control - and follow its updates as the benchmarks keep evolving.

Recently Posted Jobs

Sign up to get curated job recommendations

H Company is Hiring for 4 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →