Skip to content

Add STP/MTP terminology definitions to agent docs#706

Merged
functionstackx merged 1 commit intomainfrom
docs/add-stp-definition
Feb 17, 2026
Merged

Add STP/MTP terminology definitions to agent docs#706
functionstackx merged 1 commit intomainfrom
docs/add-stp-definition

Conversation

@Klaud-Cold
Copy link
Copy Markdown
Collaborator

Summary

  • Add STP (Single Token Prediction) and MTP (Multi-Token Prediction) definitions to AGENTS.md, claude-pr-review.yml, and claude.yml
  • STP = standard autoregressive decoding (one token per forward pass, no speculative decoding or MTP)
  • MTP = multiple tokens per forward pass using speculative decoding (e.g., EAGLE, NEXTN)

Changes

  • AGENTS.md: Added new "Terminology" section with STP/MTP definitions
  • .github/workflows/claude-pr-review.yml: Added terminology section to the review prompt
  • .github/workflows/claude.yml: Added STP/MTP definitions to "Additional Knowledge" section

Context

Requested in PR #704 — the term "STP only" was used in a benchmark PR title and the reviewer flagged it as unclear.

🤖 Generated with Claude Code

Define STP (Single Token Prediction) and MTP (Multi-Token Prediction)
in AGENTS.md and workflow prompt configs so agents understand that
STP means standard autoregressive decoding with no speculative
decoding or MTP.

Co-authored-by: functionstackx <functionstackx@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants