Harness: [Improvement]: Default instructions should request concise rationale/progress instead of thought process
@eavanvalkenburg is already working on this.
Since Sep 20, 2026.
Assessment
This issue has not been assessed yet.
Description
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/agent-framework
-
python triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/agent-framework#8523 · 1 comment ·
-
.NET compaction documentation
Difficulty 1/5 Under an hour Newbie friendliness 82/100
microsoft/agent-framework#4629 · 1 comment ·
-
harness python reproduced
microsoft/agent-framework#8567 · 2 comments · 1 assignee ·
-
.NET agents reproduced
microsoft/agent-framework#8566 · 1 comment · 1 assignee ·
-
.NET agents python
microsoft/agent-framework#8562 · 1 assignee ·
All issues in microsoft/agent-framework
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100