logoalt Hacker News

canpantoday at 12:52 AM2 repliesview on HN

One big pain point is not seeing the thinking trace. I noticed using pi with a self hosted model that I could spot, stop and correct my prompt much faster. With claude etc I have to first wait for it to think 3 minutes and then notice it got completely off the path I wanted.

I still use a plan, because my local model is not as smart as opus, but I can iterate much faster.


Replies

WilcoKruijertoday at 8:03 AM

I’ve seen people have success figuring out model reasoning by adding a required `reasoning` parameter to tool calls. Might be worth experimenting with this for the `write` tool call in a coding agent harness.

show 1 reply
carterschonwaldtoday at 1:42 AM

this so true. its really hard to make sure a model isnt going off the rails if i dont see full cot. the fact that oai and anthropic models hide it now has made them less reliable. which is a shame

show 1 reply