Harness: [Improvement]: Default instructions should request concise rationale/progress instead of thought process

Open
#8,553 0 comments 0 reactions 1 assignee View on GitHub

@eavanvalkenburg is already working on this.

Since Sep 20, 2026.

Assessment

This issue has not been assessed yet.

Description

.NET agents python

Summary

The default Harness instructions in both .NET and Python currently ask the model to:

Explain your reasoning and thought process

and also ask it to keep the user informed about its "thought process" between tool calls.

For a provider-neutral agent framework, the default should request concise progress, rationale and results, not hidden/internal reasoning or chain-of-thought.

Why this matters

Framework defaults are inherited by applications unless they explicitly override HarnessInstructions.

The current wording can:

  • encourage models to expose private/internal reasoning;
  • behave inconsistently across providers that treat reasoning differently;
  • cause applications to override the whole Harness instruction block just to avoid this behavior;
  • conflate useful user-facing progress with hidden chain-of-thought.

We encountered this while integrating HarnessAgent into a production assistant and replaced the default Harness instructions even though the rest of the defaults were useful.

Suggested direction

For example:

Keep the user informed with concise progress updates when useful.
Explain decisions, actions, results, and important trade-offs at a high level.
Do not expose private chain-of-thought or hidden reasoning.

The exact wording can follow project conventions.

Scope

This appears in both:

  • .NET HarnessAgent.DefaultInstructions
  • Python DEFAULT_HARNESS_INSTRUCTIONS

No new abstraction is required.

Code Sample

Language/SDK

Both

Dominant language
Python
Stars
13.6k
Forks
2.3k
Avg merge
1d 20h
Merged PRs (30d)
342

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/agent-framework

All issues in microsoft/agent-framework

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.