Awesome Harness Engineering

May 30, 2026 · View on GitHub

This repository is a curated resource list for Harness Engineering and AI Native Engineering. Entries are filtered for direct relevance. GitHub projects include star counts at collection time.

Special Thanks to linux.do

Last researched: 2026-05-30 (Asia/Shanghai).

1) Articles

Harness Engineering Foundations

Harness / Platform Engineering in Practice

Harness Design Primitives

AI Native Engineering

2) Chinese & WeChat Articles

3) Reference Implementations & Open Source Tools

Tutorials & Educational

  • anthropics/claude-cookbooks37,517 stars Anthropic's official notebooks covering orchestrator-worker, tool use, context compaction, and Agent SDK patterns.

  • huggingface/smolagents26,463 stars A deliberately small codebase for understanding the full harness surface, including tools, memory, and sandbox integration.

  • shareAI-lab/learn-claude-code48,944 stars Step-by-step deconstruction of Claude Code's harness, useful for learning loop design, skills, and context management.

Coding & Agent Harnesses

  • OpenHands/OpenHands70,670 stars A production-grade coding agent architecture with runtime isolation, event streaming, and controller layers worth studying.

  • browser-use/browser-use86,220 stars A clean browser-agent harness showing how DOM state, actions, and retries fit into a minimal loop.

  • SWE-agent/SWE-agent18,933 stars Demonstrates task-specific agent-computer interfaces for file search, editing, and controlled software repair.

  • Aider-AI/aider42,897 stars A strong reference for multi-file editing, planner/coder separation, and git-aware coding workflows.

  • google/adk-python18,777 stars Google's agent framework for multi-agent orchestration, tool registration, sessions, and evaluation pipelines.

  • pydantic/pydantic-ai16,124 stars Type-safe agent framework that turns tool contracts and structured outputs into explicit schema-level boundaries.

  • modelcontextprotocol/servers83,065 stars The main reference implementation set for MCP servers and external capability wiring.

  • microsoft/playwright-mcp30,349 stars A browser automation MCP server that shows how GUI/web tooling can be exposed safely to agents.

Harness / Platform Engineering

  • harness/harness33,987 stars Unified delivery platform with CI/CD, release governance, and policy-aware automation.

  • argoproj/argo-cd22,420 stars GitOps control plane for standardized Kubernetes deployment governance.

  • backstage/backstage32,887 stars Internal Developer Platform core with catalogs, templates, and self-service workflows.

  • hashicorp/terraform48,024 stars Industry-standard Infrastructure as Code for environment standardization.

  • opentofu/opentofu28,203 stars Terraform-compatible IaC implementation with open governance orientation.

  • pulumi/pulumi24,947 stars Multi-language infrastructure platform with policy-friendly abstractions.

  • bytebase/bytebase13,847 stars Database change workflow with approvals and review-oriented safety controls.

  • crossplane/crossplane11,525 stars Controller-driven cloud resource abstraction layer for platform teams.

  • tektoncd/pipeline8,919 stars Kubernetes-native CI/CD pipeline platform for repeatable build/deploy flows.

  • keptn/keptn1,778 stars Event-driven application lifecycle automation with policy hooks.

  • kubernetes-sigs/cluster-api4,146 stars Declarative cluster lifecycle APIs for platform-scale operations.

  • loft-sh/vcluster11,062 stars Virtual cluster approach for tenant isolation and environment scaling.

  • open-feature/flagd887 stars Feature flag service for progressive delivery and risk gating.

  • KusionStack/kusion1,284 stars Platform-oriented intent and resource orchestration for unified delivery.

  • KusionStack/karpor1,685 stars Kubernetes observability toolkit for complex platform estates.

  • seal-io/walrus440 stars Self-service platform building blocks with templates and policy modules.

  • projectsveltos/addon-controller493 stars Multi-cluster add-on orchestration and policy synchronization.

  • briefercloud/layerform1,207 stars Layered IaC platform pattern for environment and template governance.

  • open-policy-agent/conftest3,146 stars Reusable policy testing in CI/CD for platform-level compliance gates.

  • cnoe-io/ai-platform-engineering328 stars AI platform engineering reference implementation with workflow guardrails.

  • kbst/terraform-kubestack707 stars Modular Terraform toolkit for Kubernetes platform stack standardization.

AI Native Engineering Tools

  • openai/openai-agents-python20,243 stars Standardized orchestration framework for building reproducible AI agents.

  • langchain-ai/langchain130,796 stars Core LLM orchestration framework with broad tooling and context integration.

  • langchain-ai/langgraph27,282 stars Graph-based orchestration for durable and stateful agent workflows.

  • microsoft/autogen56,096 stars Multi-agent framework for planning, delegation, and shared context.

  • crewAIInc/crewAI47,012 stars Role-based agent orchestration suited for cross-functional workflow decomposition.

  • run-llama/llama_index47,918 stars Retrieval-augmented generation and context engineering foundation project.

  • ComposioHQ/composio27,483 stars Secure model-to-tool integration layer with strong connector coverage.

  • BerriAI/litellm40,092 stars LLM gateway for provider normalization, routing, and cost governance.

  • tensorzero/tensorzero11,125 stars AI operations stack for inference routing, eval, and optimization feedback.

  • qdrant/qdrant29,802 stars High-performance vector database for semantic retrieval in AI-native applications.

  • chroma-core/chroma26,792 stars Lightweight vector store for RAG workloads and prototype iteration.

  • langfuse/langfuse23,622 stars LLM observability and tracing for prompts, spans, and quality metrics.

  • n8n-io/n8n180,729 stars AI-native workflow engine for visual automation and self-hosted deployment.

  • ToolJet/ToolJet37,642 stars Internal-tool platform for AI-native internal applications and data workflows.

  • alibaba/higress7,891 stars Cloud-native gateway with AI gateway and traffic management features.

  • open-gitagent/gitagent1,056 stars Standardization-focused experiment for interoperable AI agent definitions.

  • phodal/auto-dev4,406 stars AI-native development framework covering the full software lifecycle.

  • TaskingAI/TaskingAI5,378 stars Open-source platform for building AI-native applications and operations layers.

  • OpenBMB/IoA812 stars A Chinese-oriented collection around AI-native architecture and AI-native workflow experiments.

  • Voltagent/voltagent6,935 stars Reliable AI agent execution framework for iterative production workflows.

  • AGI-Eval-Official/CATArena62 stars Agentic benchmark dataset and evaluation tooling for engineering tasks.

  • ServiceNow/AgentLab541 stars Evaluation-oriented platform for testing agent workflows in realistic enterprise tasks.

Evaluation Frameworks & Agent Benchmarks

  • openai/evals18,536 stars OpenAI's framework and registry for evaluating LLMs and LLM systems, including private workflow-specific evals.

  • UKGovernmentBEIS/inspect_ai2,127 stars UK AI Security Institute's eval framework with built-in support for tool use, multi-turn dialog, prompt engineering, and model-graded scoring.

  • EleutherAI/lm-evaluation-harness12,698 stars Widely used model evaluation harness with many benchmark task implementations, useful as a baseline layer before agent-specific evals.

  • stanford-crfm/helm2,800 stars Stanford CRFM's holistic evaluation framework for reproducible and transparent model and multimodal evaluation.

  • SWE-bench/SWE-bench5,015 stars Canonical repository-level issue-resolution benchmark and execution harness for coding agents.

  • microsoft/SWE-bench-Live192 stars Continuously updated SWE-bench-style benchmark with monthly curation, MultiLang, and Windows task variants to reduce contamination and staleness.

  • harbor-framework/terminal-bench2,264 stars Terminal agent benchmark for hard shell tasks across software engineering, machine learning, security, data science, and related workflows.

  • EuniAI/TerminalWorld12 stars New May 2026 benchmark and data engine derived from real terminal recordings; useful for tracking authentic shell-workflow evaluation.

  • sierra-research/tau-bench1,246 stars Tool-Agent-User benchmark for multi-turn enterprise customer-service workflows with APIs and policy constraints.

  • sierra-research/tau2-bench1,237 stars Current tau-bench family repo, now including knowledge, voice, task-quality fixes, and richer tool-user simulation modes.

  • ServiceNow/BrowserGym1,229 stars Gym-style environment for web agents, bundling MiniWoB, WebArena, VisualWebArena, WorkArena, AssistantBench, OpenApps, and TimeWarp.

  • xlang-ai/OSWorld2,875 stars Multimodal computer-use benchmark in real OS environments, useful for desktop-agent harness and GUI automation evaluation.

  • claw-bench/claw-bench171 stars New agent benchmark with pytest-based verifiers and broad task domains; useful to watch as a fresh harness-oriented benchmark experiment.

Sandboxing, Observability & Evaluation

  • e2b-dev/E2B11,594 stars MicroVM sandboxes for agent tool loops, useful when code execution must be isolated from the host environment.

  • daytonaio/daytona71,416 stars Persistent workspace and sandbox infrastructure for longer-running or stateful agent tasks.

  • promptfoo/promptfoo19,587 stars Practical LLM and agent regression testing with YAML configs, assertions, and CI integration.

  • confident-ai/deepeval14,534 stars Open-source evaluation framework with built-in metrics for agent quality, RAG correctness, and tool behavior.

  • traceloop/openllmetry6,981 stars OpenTelemetry-based instrumentation for tracing LLM calls, agent steps, and tool execution.

  • Arize-ai/phoenix9,182 stars Self-hostable tracing and evaluation UI for inspecting and replaying agent workflows.

Security & Permissions

Evals & Verification