explaingit

ianhxu/agentic-engineering-field-study

Analysis updated 2026-05-18

2Audience · researcherComplexity · 1/5Setup · easy

TLDR

A multi-agent research report mapping out how people build software with AI coding agents in 2026, covering context, harness, and loop engineering.

Mindmap

mindmap
  root((field study))
    What it does
      Maps agentic engineering terms
      Synthesizes 8 sub reports
      Cites primary sources
    Tech stack
      Claude Fable 5 research run
      Markdown reports
      Web sourced citations
    Use cases
      Learn agentic engineering vocabulary
      Compare harness vs model impact
      Study loop based agent workflows
    Audience
      Researchers
      Developers
      AI engineering leads

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Read the field map to learn the difference between vibe coding, spec driven development, and agentic engineering.

USE CASE 2

Study the harness engineering section to improve how an AI coding agent is set up at work.

USE CASE 3

Use the learning path section as a fifteen to twenty hour self study plan for agentic engineering.

USE CASE 4

Cite the report's primary sources when researching AI coding agent practices.

What is it built with?

MarkdownClaude Fable 5

How does it compare?

ianhxu/agentic-engineering-field-study0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPython
Setup difficultyeasymoderateeasy
Complexity1/52/52/5
Audienceresearchergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

It is a document to read, not code to run, so there is nothing to install.

No license information is given in the README.

In plain English

This repository is a research report, not a piece of software. It was produced by running several AI research assistants in parallel, each digging through sources published in 2025 and 2026, and then combining their findings into one document. The report tries to map out the fast moving world of using AI agents to write software, a practice it calls agentic engineering, and it comes with eight separate sub reports plus learning resources. The main finding is that this way of working now has a settled vocabulary. Terms like vibe coding, spec driven development, context engineering, the surrounding-setup discipline it calls the environment layer, and loop engineering are not just different names for the same thing. They describe different angles: how much a human stays accountable for the code, whether intent is captured as a durable written spec or through ongoing conversation, and which part of the system engineers currently spend their effort improving. A central idea the report keeps coming back to is that an AI agent's quality equals the underlying model plus everything built around it: the tools it can use, how its input context is managed, the checks that verify its work, and the permissions it operates under. The report cites evidence that changing that surrounding setup around a fixed model produced a large jump in one benchmark score, showing that the system around the model can matter as much as the model itself. The report also argues that practice has shifted from carefully writing single prompts toward building repeating loops: an agent starts with a fresh slate each round, keeps its working notes on disk, and completes one small task per round before repeating. It says giving an agent a way to check its own work is one of the most valuable things a person building these systems can do, since a human reviewing everything by hand becomes the real bottleneck. The report states the core approach it describes can be learned in roughly fifteen to twenty hours: gather the right context, write a plan you can edit, break work into small verifiable tasks, let the agent run its own checks, review with fresh eyes, then commit.

Copy-paste prompts

Prompt 1
Summarize the difference between context engineering, harness engineering, and loop engineering as described in this report.
Prompt 2
Explain the Agent equals Model plus Harness idea from this report and give me the benchmark evidence it cites.
Prompt 3
Turn the fifteen to twenty hour learning path in this report into a week by week study schedule for me.
Prompt 4
List the primary sources this report cites for its claims about context engineering failure modes.

Frequently asked questions

What is agentic-engineering-field-study?

A multi-agent research report mapping out how people build software with AI coding agents in 2026, covering context, harness, and loop engineering.

What license does agentic-engineering-field-study use?

No license information is given in the README.

How hard is agentic-engineering-field-study to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is agentic-engineering-field-study for?

Mainly researcher.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.