AIAny
AI Agent2025
Icon for item

HVE Core

Packages reusable GitHub Copilot building blocks — agents, prompts, instructions, and skills — to make AI-assisted coding repeatable and standards-aligned for a team. Built around an RPI (Research, Plan, Implement) workflow in VS Code.

Introduction

Most teams adopt GitHub Copilot the way they once adopted Stack Overflow: ad hoc, person by person, with no shared muscle memory. HVE — Hypervelocity Engineering — is Microsoft's attempt to turn that improvisation into a repeatable discipline, shipping the agents, prompts, instructions, and skills as version-controlled artifacts you commit to the repo instead of habits locked in one engineer's head.

What Sets It Apart
  • Built on an explicit RPI loop — Research, Plan, Implement — so a feature moves through named agents (task-researcher, rpi-agent, memory) rather than one open-ended chat. The process becomes reviewable, not just the code.
  • Treats Copilot configuration as source: instructions auto-apply coding standards, skills package reusable tool capabilities, and prompts act as reusable entry points — all diffable and shareable across a team.
  • Ships "validated artifacts," meaning workflow outputs are checked against conventions rather than trusted blindly.
Who It's For

Great fit if you run a team standardizing on Copilot and want every engineer to follow the same research-plan-implement path, with AI behavior captured in the repo. Look elsewhere if you work solo and prefer free-form chat, don't use GitHub Copilot, or want a model-agnostic agent framework — HVE is purpose-built for the Copilot and VS Code ecosystem, and is heavily PowerShell plus Python under the hood.

Information

  • Websitegithub.com
  • AuthorsMicrosoft
  • Published date2025/11/02

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).