|
|
|
|
|
by westurner
18 days ago
|
|
> minimize cost to converge upon sufficiently low error problem Is this a convex optimization or non-convex optimization problem? > Evals Re: pytest-evals, mcpbr, agentevals, foundry-toolkit; and devtools-mcp; https://news.ycombinator.com/item?id=48532642 OpenInference and OpenTelemetry have a schema for agent sessions. I finally discovered agentsview and ctxrs/ctx for indexing and searching agent session logs. Perhaps such an index is also useful for agent optimization > Nonce Accuracy is sensitive to
nonce and temperature without variance in the model hyperparameters |
|
> Is this a convex optimization or non-convex optimization problem?
- Neither, frugon sidesteps that issue by having a small finite candidate selection that it evaluates completely. No search needed because the problem is discrete and small.
> OpenInference and OpenTelemetry have a schema for agent sessions.
- Good to know for when I look into it.
> Accuracy is sensitive to nonce and temperature without variance in the model hyperparameters
- Yes, this is a current weakness in frugon...Hmm, I see, so I'd essentially need to establish a baseline (with whatever the default temp is) + nonce, then compare both spreads. Noted.
Good thread. Give frugon a try on your own logs, and tell me what you think.