Skip to content
Discussion options

You must be logged in to vote

@jimy-r nailed the diagnosis — the Scan step is almost always where the tokens go, not the single-URL eval. When career-ops scans a board the agent pulls the rendered page into context, and a big target list (your ASX set + defence + boards) means dozens of full-page reads stacked into one session. Running Pipeline → Oferta → Scan → Pipeline in a single session compounds it, because each step also re-reads the context that has already accumulated.

A few concrete levers, roughly in order of impact:

1. Don't run the whole sequence in one session. Each phase re-reads the growing context, so a long chain pays for the same tokens repeatedly. Run scan, then start a fresh session (or /clear) bef…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@WindHaze20
Comment options

Comment options

You must be logged in to vote
1 reply
@WindHaze20
Comment options

Answer selected by santifer
Comment options

You must be logged in to vote
2 replies
@WindHaze20
Comment options

@jimy-r
Comment options

Comment options

You must be logged in to vote
2 replies
@WindHaze20
Comment options

@jimy-r
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants