Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      This week in AI updates: Mistral’s new Le Chat features, ChatGPT updates, and more (September 5, 2025)

      September 6, 2025

      Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

      September 5, 2025

      Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

      September 5, 2025

      Beyond the benchmarks: Understanding the coding personalities of different LLMs

      September 5, 2025

      Hitachi Energy Pledges $1B to Strengthen US Grid, Build Largest Transformer Plant in Virginia

      September 5, 2025

      How to debug a web app with Playwright MCP and GitHub Copilot

      September 5, 2025

      Between Strategy and Story: Thierry Chopain’s Creative Path

      September 5, 2025

      What You Need to Know About CSS Color Interpolation

      September 5, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Why browsers throttle JavaScript timers (and what to do about it)

      September 6, 2025
      Recent

      Why browsers throttle JavaScript timers (and what to do about it)

      September 6, 2025

      How to create Google Gemini AI component in Total.js Flow

      September 6, 2025

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Harnessing GitOps on Linux for Seamless, Git-First Infrastructure Management

      September 6, 2025
      Recent

      Harnessing GitOps on Linux for Seamless, Git-First Infrastructure Management

      September 6, 2025

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»H Company Releases Runner H Public Beta Alongside Holo-1 and Tester H for Developers

    H Company Releases Runner H Public Beta Alongside Holo-1 and Tester H for Developers

    June 5, 2025

    The idea behind Agentic AI is that many small, task-focused agents can cooperate to finish real work; however, this particular idea has felt more like a promise than a product. Fortunately, the Paris-based H Company wants to change that, announcing 3 major steps forward in bringing our vision of Agentic AI to life, starting with putting their flagship runner on the start line.

    Runner H by the H Company is now in public beta, inviting anyone to fire off a single prompt and watch a cascade of sub-agents fill spreadsheets, scrape sites, ping Slack, or even settle an invoice while you scan the results.

    The Runner H release comes alongside two more announcements: open-sourcing the visual model that guides Runner H’s browser cousin, Surfer H, and launching a private-beta test platform called Tester H. Together, these three announcements sketch a practical roadmap for bringing multi-agent systems into day-to-day engineering.

    What is Runner H?

    According to the H Company, Runner H is a state-of-the-art AI agent that lets anyone automate complex, cumbersome, multi-step tasks without repetitive and manual input.

    In simple words, Runner H is a coordinator for your digital workload:

    You provide a high-level goal, and the internal orchestration system breaks that down. This system intelligently assigns tasks to specialized sub-agents, including their Browse agent, Surfer H, and other connected applications. This allows Runner H to:

    • Extract live data, compile it into a spreadsheet, and share that with your teammates via Slack.
    • Search for relevant job openings online and proceed with the application process.
    • Update your Customer Relationship Management (CRM) system with new lead information and draft custom follow-up emails for that lead.

    Runner H’s design answers the two frustrations developers mention most with large language models (LLMs): Fragmented context and weak execution.

    Instead of returning a paragraph of advice, Runner H allocates tasks to mini-agents that can plan, call APIs, click through the UI, and keep track of what happened last time. H Company calls the approach “memory + orchestration + execution.” In practice, that means tasks that used to bounce between a shell script, Zapier, and a human checker can live in one chat thread.

    Runner H integrates memory, task orchestration, execution capabilities, and deep connections with other software into a single interface.

    Here are the key capabilities:

    • Agent Orchestration: Users can initiate complete workflows using one prompt. Runner H then coordinates different AI agents to plan and carry out the necessary steps in a synchronized manner.
    • App Integration: It connects with popular tools like Slack, Notion, Google Sheets, and various APIs, allowing it to operate directly within your existing software setup for immediate automation.
    • Knowledge Uploads: Users can provide PDFs, documents, and data files. Runner H processes this information, turning it into accessible context to inform its actions and generate more accurate results.
    • Autonomous Payments (Coming Soon): H Company plans to allow Runner H agents to make purchases from platforms like Amazon and Shopify or subscribe to software services, all without direct human intervention.

    According to H Company, Runner H is designed to redefine interaction with AI by creating a more intuitive and potent way to manage digital tasks.

    How to use Runner H:

    Step 1: Visit the Runner H web page on the H Company’s website and click on Try Now.

    Step 2: Sign up to get started. Enter your prompt and submit.

    • Prompt: Visit marktechpost.com and give me summarize of the 3 latest AI research news articles.

    Step 3: Runner H will take a few minutes to complete the task, depending on the task’s complexity. You can see and track everything from start to end.

    Holo-1: Open weights for visual navigation

    Automating the browser means seeing the browser. To make that reliable and cheaper, H Company has released Holo-1, a family of 3-billion- and 7-billion-parameter action vision-language models.

    Paired with Surfer H, Holo-1 scores 92.2% on the WebVoyager benchmark for UI localization while staying small enough to run on a single GPU. Both the weights and a 1,639-scenario WebClick dataset are now live on Hugging Face, giving academics and startups fresh material for training agents that can read and click.

    Tester H: Closing the QA gap

    If AI cranks out code in seconds, quality assurance cannot rely on weekly manual test plans. Tester H, now in private beta for enterprises, turns plain-English user stories into executable end-to-end tests. ‘

    Agents would step through the interface like a real customer and start clicking buttons, opening modals, checking text and layout, and reporting any deviation.

    Early tests say they have cut regression cycles while raising confidence in each push. Requests to join the beta are open on H Company’s site.

    Conclusion

    H Company’s recent announcements, particularly the launch of Runner H into public beta, is the first wide-open playground that points to a future where AI agents play a more active role in both personal and professional productivity. Adding an open-source visual model like Holo-1 and a testing agent like Tester H contributes a valuable resource to the broader AI community, aiming directly at DevOps pain points.

    H Company is betting that 2025 will be the year agents stop being a demo and start being part of the toolchain. For now, the introduction of more sophisticated agentic AI capabilities is an interesting development to watch in the growing tech story.

    The post H Company Releases Runner H Public Beta Alongside Holo-1 and Tester H for Developers appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleNVIDIA Introduces ProRL: Long-Horizon Reinforcement Learning Boosts Reasoning and Generalization
    Next Article Exploring the CSS contrast-color() Function… a Second Time

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    September 3, 2025
    Machine Learning

    Announcing the new cluster creation experience for Amazon SageMaker HyperPod

    September 3, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Journals and Contents: Two Special Pages in Logseq

    Linux

    CVE-2025-9087 – Tenda AC20 Stack-Based Buffer Overflow

    Common Vulnerabilities and Exposures (CVEs)

    Pomolin – minimalist Pomodoro timer

    Linux

    CVE-2025-40912 – CryptX for Perl Malformed Unicode Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Cascading Layouts: A Workshop on Resilient CSS Layouts

    April 10, 2025

    If I were starting with CSS today for the very first time, I would first…

    CVE-2025-4445 – D-Link DIR-605L Wake-on-LAN Command Injection Vulnerability

    May 9, 2025

    Double click: Does efficiency kill love?

    May 27, 2025

    CVE-2025-4345 – D-Link DIR-600L Remote FormSetLog Buffer Overflow Vulnerability

    May 6, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.