HackerLangs
TopNewTrendsCommentsPastAskShowJobs

_bobm

9 karmajoined 6 лет назад

Submissions

Codex Responses regression: reasoning summaries now return bodies

1 points·by _bobm·позавчера·0 comments

comments

_bobm
·20 часов назад·discuss
are people getting the `<!-- -->` sentinel'd reasoning summaries?
_bobm
·19 дней назад·discuss
I find it funny that some comments are arguing why "the innocent users have to fall victims, becoming/ being collateral damage" to this american governmental whim and thus being deprived of access to these models.

But hold on, collateral to what? Is this "our own personal jesus" access that we cannot live without or what?

People don't and cannot learn how to code or what? We don't know how to think?

I am calling their bluff. Fill your own gddam datacenters with "meaning".

Panta rei.
_bobm
·25 дней назад·discuss
Yes, but it isn't.
_bobm
·25 дней назад·discuss
Yes, local models have already all that is needed, they have all the prerequisites.

But what they do not have is the correct shape, the correct approach. This is missing and it shows on multiple scales: it shows in the COT, it shows in the output itself, it shows in the infra to serve the models, it shows in the model orchestration.

This is what anthropic said one year ago:

> Finally, we've introduced thinking summaries for Claude 4 models that use a smaller model to condense lengthy thought processes. This summarization is only needed about 5% of the time—most thought processes are short enough to display in full. Users requiring raw chains of thought for advanced prompt engineering can contact sales about our new Developer Mode to retain full access.
_bobm
·25 дней назад·discuss
idk what is "minifying outputs" in the context of what we are talking about. Opencode is opensource, you can find out what it is doing.

Last time I checked, OpenAI even send (in the response) the summary of the thinking part alreafy in markdown, so opencode has to remove the formatting to format it to their liking.

> Many models now no longer return the entire chain-of-thought (to avoid distillation attacks).

This is what they say: to avoid distillation attacks. And to some large extent this is true. I am saying there is a side- effect and this side- effect (depending on how tin-foilly you want to go) may be either a nice thing to have or it may be the "main reason" for all of this.

The side effect is splicing the inference, brokering requests, and what not, which brings huge benefits at scale.

This was my original point: openweights model to a sota model may be apples to oranges. So when will a local model catchup with its single cot run which is not even shaped properly: well never.

It is apples to oranges.
_bobm
·25 дней назад·discuss
> Can you give an example?

Sure, connect opencode to an openai/chatgpt endpoint and use it. You will notice multiple "thinking" parts per "turn".

I put all of these in quotation because... they are part of the orchestration game. For example, it is not known if the thinking parts of a particular turn are chain of thought thinking summaries or just plain response which is masquaraded and thus orchestrated into appearing as thinking.

Further notice the cadence, word choice and sentence formation. Notice sentence construction. Notice "thinking part" construction and sequencing.

There is pretty heavy orchestration.

> I don't understand, why does it make you think this is the case?

Because not all tokens are equal. And if you waste expensive tokens on mundane tasks you will go out of business. This is the reason.

As I said, if you observe the output from these api endpoints you will notice it.
_bobm
·25 дней назад·discuss
But, guys, when you say Claude/ GPT models, do you stop to think what are these "models"?

One day I thought about how can GPT send thinking parts one after another with a markdown header summary of the thinking block itself. Just think about it.

As a matter of fact, think about these operations, api endpoints, observe their output.

These so called SOTA models are not what meets the eye, and are not at all comparable in the infra department to local models. There is crazy orchestration going on due to the scale of these operations. But also these hard constraints lead to innovation. Innovation nobody speaks about.

I wouldn't say we cannot catchup, but serving our local models through llama, vllm is just the A, B, C of it all. In reality I think what is needed is a replication of said orchestration which I hinted at above.

The SOTA models are a deep orchestration of multiple models operating together it isn't a single model. As such no single model ever will catchup to them until it replicates through training first and then maybe through model architecture this orchestration.

Finally, I would wager that the SOTA "models", as one of these models in this orchestration setup, as served for general consumption, are not so much more capable than qwen 3.6.

I am sure that if you change your perspective you will start noticing the scale of the "magic".
_bobm
·в прошлом месяце·discuss
Very confident. But will it stick? And if it doesn't -- what then? Back to scheming?
_bobm
·3 месяца назад·discuss
What are the news recently?
_bobm
·3 месяца назад·discuss
amen
_bobm
·5 месяцев назад·discuss
hah, good on them.

nice catch.
_bobm
·5 месяцев назад·discuss
How do you see Zulip comparing to anytype, https://anytype.io/ ?
_bobm
·6 месяцев назад·discuss
This is how I view it as well.

And... and...

This results in a _very_ deep implication, which big companies may not be eager to let you see:

they are context processors

Take it for what it is.
_bobm
·6 месяцев назад·discuss
But you are not having a free meal lunch are you? You _are paying_ for your meal.

Worse: you are the meal as well.

Do you see this?
_bobm
·10 месяцев назад·discuss
I have been a bit out of the loop. what is relevant these days for writing ebpf code? what about ebpf code in python?