docs(agent-playground,optimization,falcon-ai): five captures and the cold-read fixes - #814
Merged
Merged
Conversation
…cold-read fixes Adds the Agents list, the LLM Prompt node drawer, the Variables drawer, and a dataset's empty Optimization tab, and replaces the Falcon AI shortcut capture with the side panel it was named for. The old one showed the floating button on a Tracing page; the page describes the panel three times and never showed it. Masks the competitor names behind KNOWN_COMPETITORS in the Variables drawer. Four cold reads, one finding on every page: the captions restated the paragraph above them, which taught the reader to stop reading captions and buried the two that carried something. Ten are rewritten to say what the picture can't. Also from those reads: - removes three embeds whose files never existed, on run-an-optimization and read-optimization-results. A broken box with a caption describing what you cannot see reads as a page falling apart, and it landed exactly where a reader matches field names against their screen. No docs page now references a missing image - breaks the tool card's anatomy out of one semicolon-chained sentence into Parameters, Result and Full output as bullets - moves the Variables capture up to the step that opens the drawer, so it no longer sits above a worked example about invoices while showing variables about competitive research, and lifts the saved-version gotcha into a Note - gives a failed connection test somewhere to go. Two failure strings were named and then the page went silent - says both buttons on the empty Connectors page open the same form, and demotes the alternative-routes aside so it stops interrupting the steps Corrects set-input-variables: a variable's value field sits underneath its name, not beside it. Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
atharva-bhange
approved these changes
Aug 14, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The follow-on to #812. It was pushed while #812 was still open, but #812 merged first, so this commit never made it into that PR and none of it is live.
Five captures
agent-playground/guides/create-agent.../build-workflow/configure-an-llm-prompt-node.../build-workflow/set-input-variablesoptimization/guides/run-an-optimizationfalcon-ai/.../open-shortcut-panelThe side panel replacement matters on its own: the page describes the panel three times and the old capture showed the floating button instead, so a reader who pressed ⌘K saw a UI matching none of the images.
The cold-read fixes, from four reader-analyst passes on the pages the captures changed most.
Why
One finding landed on all four pages: the captions restated the paragraph directly above them. Six of nine on
chat-with-falcon-ai. The reader's words were that it taught them to stop reading captions, which then buried the two that did carry something. Ten are rewritten to say what the picture can't.Three further findings were rated blockers by the readers:
<img>embeds pointed at files that never existed, onrun-an-optimizationandread-optimization-results. A broken box with an italic caption describing what you cannot see reads as a page falling apart, and one of them landed exactly where a reader matches field names against their own screen. No docs page now references a missing image, apart from one pre-existing cookbook.mp4connect-mcp-serverhad nowhere to go: the page named two failure strings and stopped. It now sends the reader back to Edit with the three fields worth re-checkingWhat cases does this cover
How
Captured over CDP at 3024×1890, annotated per
annotation-conventions.md. Every oval was verified against its source programmatically rather than by eye, usingempty_boxes-style flatness and darkness checks: all fourteen sit on empty canvas at std ≤ 2.4.Masking: the competitor names behind
{{KNOWN_COMPETITORS}}in the Variables drawer.Known gaps
create-agent.pngships without a callout. Every straight path to the Create Agent button is blocked: horizontal runs through View Docs and renders as a strikethrough on its label, vertical from below crosses the Updated at column on five rows, and vertical from above is blocked by the page header's own View Docs. Caption-only was the better of the two bad optionschat-with-falcon-aiwas to crop the screenshots, since four consecutive shots are the same empty state with a different small menu open. That contradicts §11's uniform full-window rule, and the ruling was to keep full-windowRecording
n/a — static pages.
Checklist