[PR #4837] experimental: synthetic instructions #11136

Closed
opened 2026-02-16 18:15:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4837

State: closed
Merged: No


Why

I've noticed that adding another snippet in the system prompt about how to use a specific tool help the llm adhere to the instructions more closely.
I've also noticed that if you move that snippet to the user message level directly, the model is even more likely to do what you want.

What

The synthetic instruction is a feature intended to do just that, inject a synthetic text snippet at the user message level. Particularly useful for experimental and plugin tools. This leverages recency bias in models to better adhere to tool instructions

PS; this PR is very much slop

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4837 **State:** closed **Merged:** No --- ### Why I've noticed that adding another snippet in the system prompt about how to use a specific tool help the llm adhere to the instructions more closely. I've also noticed that if you move that snippet to the user message level directly, the model is even more likely to do what you want. ### What The synthetic instruction is a feature intended to do just that, inject a synthetic text snippet at the user message level. Particularly useful for experimental and plugin tools. This leverages recency bias in models to better adhere to tool instructions PS; this PR is very much slop
yindo added the pull-request label 2026-02-16 18:15:55 -05:00
yindo closed this issue 2026-02-16 18:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11136