Skip to content

Rename Agent Self-Improvement to The Eval Loop#916

Merged
markbackman merged 2 commits into
mainfrom
aleix/the-eval-loop
Jun 17, 2026
Merged

Rename Agent Self-Improvement to The Eval Loop#916
markbackman merged 2 commits into
mainfrom
aleix/the-eval-loop

Conversation

@aconchillo

Copy link
Copy Markdown
Contributor

Summary

Reframes the Agent Self-Improvement page as The Eval Loop. The old name implied the agent improves itself at runtime; the page is really about a development-time loop where an AI coding assistant writes agent code, runs evals, reads a pass/fail result, and iterates automatically until the agent is better. A REPL analogy is added to the intro to make the mental model land.

Changes

  • Rename agent-self-improvement.mdxthe-eval-loop.mdx; update title, description, intro, and all cross-references (overview, quickstart, suites, scenarios). No redirect added since the page was never published.
  • Trim "Next steps" sections that just duplicated Mintlify's automatic prev/next page footer:
    • Remove the suites.mdx section (linked only to the literal next two nav pages).
    • Reduce scenarios.mdx to the single Eval Loop card.
    • Drop the redundant Quickstart card on overview.mdx.
  • Rename the scenario seed key reset:context: in scenarios.mdx.

Verification

  • mint broken-links passes (no broken links).

🤖 Generated with Claude Code

Reframe the page around evals as a closed loop for AI coding assistants:
the assistant writes agent code, runs evals, reads a pass/fail result, and
iterates automatically until the agent is better. Add a REPL analogy to the
intro.

- Rename agent-self-improvement.mdx -> the-eval-loop.mdx and update title,
  description, and cross-references (overview, quickstart, suites, scenarios).
- Trim Next steps sections that duplicated Mintlify's automatic prev/next
  footer: drop the suites.mdx section, reduce scenarios.mdx to the Eval Loop
  card, and drop the redundant Quickstart card on overview.mdx.
- Rename the scenario seed key reset: -> context: in scenarios.mdx.
@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

🔍 Mintlify preview for this branch: https://daily-aleix-the-eval-loop.mintlify.app

@aconchillo aconchillo requested a review from markbackman June 17, 2026 02:10

@markbackman markbackman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@markbackman markbackman merged commit 0ad1fd7 into main Jun 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants