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

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      Handling JavaScript Event Listeners With Parameters

      July 21, 2025

      ChatGPT now has an agent mode

      July 21, 2025

      Scrum Alliance and Kanban University partner to offer new course that teaches both methodologies

      July 21, 2025

      Is ChatGPT down? You’re not alone. Here’s what OpenAI is saying

      July 21, 2025

      I found a tablet that could replace my iPad and Kindle – and it’s worth every penny

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 21, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 21, 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

      Execute Ping Commands and Get Back Structured Data in PHP

      July 21, 2025
      Recent

      Execute Ping Commands and Get Back Structured Data in PHP

      July 21, 2025

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 21, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 21, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      I Made Kitty Terminal Even More Awesome by Using These 15 Customization Tips and Tweaks

      July 21, 2025
      Recent

      I Made Kitty Terminal Even More Awesome by Using These 15 Customization Tips and Tweaks

      July 21, 2025

      Microsoft confirms active cyberattacks on SharePoint servers

      July 21, 2025

      How to Manually Check & Install Windows 11 Updates (Best Guide)

      July 21, 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

    July 21, 2025
    Machine Learning

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    July 21, 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

    My son’s been bugging me to play Minecraft for six years and this one mod could actually make me do it

    News & Updates

    Closing your Apple Watch rings can lower less stress, improve sleep – and win you prizes

    News & Updates

    When Figma Starts Designing Us

    Web Development

    CVE-2025-25180 – Apache GPU Driver GPU Escalation of Privilege

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Here’s Why NVIDIA May Have Blocked RTX 5050 Reviews

    July 4, 2025

    NVIDIA didn’t want reviewers to get their hands on the RTX 5050, but QuasarZone went…

    UEFI Secure Boot Bypass: Critical Flaw (CVE-2025-3052) Exposes Millions of Devices!

    June 10, 2025

    What is Team as a Service? (TaaS Explained + Benefits, Use Cases and More)

    June 25, 2025

    Discovering novel algorithms with AlphaTensor

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

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