Desktop agent turns a simple explorer-link request into a ~13-minute research flow

Open 💬 1 comment Opened Aug 10, 2026 by savinalexandros1-rgb
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

Summary

A simple request for a Solscan token/holders link took approximately 13 minutes because the desktop agent continued deep research after the direct answer was already known.

What happened

  1. The user asked to check the top holders of a known Solana token.
  2. The agent verified the official mint address.
  3. Solscan's UI and public API presented Cloudflare/rate-limit barriers.
  4. Instead of immediately returning the deterministic token URL, the agent launched multiple fallbacks: web searches, RPC calls, holder/address classification, calculations, and parallel sub-agent checks.
  5. The user ultimately had to narrow the request to: “just give me a link.”

The useful final answer was only:

https://solscan.io/token/<mint>#holders

Expected behavior

  • Lead with the immediately available result, especially for a simple URL request.
  • Bound retries when a website blocks automation.
  • Do not let optional verification delay a sufficient answer.
  • If deeper verification is useful, return the direct answer first and clearly mark any further work as optional/background.

Actual behavior

The agent over-expanded the task and delayed a seconds-level answer to roughly 13 minutes.

Environment

  • Codex in the ChatGPT desktop app
  • macOS
  • Observed: 2026-08-10
  • No private wallet, account, or project data included in this report.

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 18 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #36538

Powered by Codex Action