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

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 6, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 6, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 6, 2025

      In MCP era API discoverability is now more important than ever

      June 5, 2025

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 2025

      Multiple reports suggest a Persona 4 Remake from Atlus will be announced during the Xbox Games Showcase

      June 6, 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

      TC39 advances numerous proposals at latest meeting

      June 6, 2025
      Recent

      TC39 advances numerous proposals at latest meeting

      June 6, 2025

      TypeBridge – zero ceremony, compile time rpc for client and server com

      June 6, 2025

      Simplify Cloud-Native Development with Quarkus Extensions

      June 6, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025
      Recent

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 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

    June 6, 2025
    Machine Learning

    Teaching AI to Say ‘I Don’t Know’: A New Dataset Mitigates Hallucinations from Reinforcement Finetuning

    June 6, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    How BQA streamlines education quality reporting using Amazon Bedrock

    Machine Learning

    Microsoft wants you to easily understand PC specs via Windows 11’s new System UI

    Development

    My buying advice on the cheapest wireless earbuds Apple currently sells (and they’re not AirPods)

    Development

    How To Defend Your Design Process

    Development

    Highlights

    Qt5WebEngineCore.dll is Missing or Crashes in Windows [Solved]

    January 27, 2025

    The Qt5WebEngineCore.dll file, a Dynamic Link Library developed by The Qt Company Ltd., is used…

    300 Servers and €3.5M Seized as Europol Strikes Ransomware Networks Worldwide

    May 23, 2025

    espansoGUI is a GUI for espanso

    May 31, 2025

    wttr.in – curl the weather

    December 3, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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