Erkin Alp Güney

Results 314 comments of Erkin Alp Güney

NOTABUG: OpenAI Responses API (unlike the ChatGPT Web App API) does not expose chains of thoughts in the returned response.

The only way would be to use ChatGPT Web App API, but not even that shows raw CoT (OpenAI o-series models aren't trained to produce human-readable chain of thought responses,...

@kentyman23 those are not exposed in the responses API, they are only exposed in ChatGPT web and internal APIs

GPT-OSS-120B has a human-readable chain of thought, but performs worse than the hosted version due to the post training required to make the chain of thought readable and policy-following.

to serve as an alternative to opengl in newer hardware

> That's kinda hard to do because that license does not exist. LGPLv3, but references to GPLv3 replaced by references to AGPLv3: https://softwareengineering.stackexchange.com/questions/58033/is-there-any-copyleft-gpl-like-license-with-both-the-affero-and-lesser-modific

For-else (with Python semantics) implemented as a macro: https://github.com/erkinalp/pythonic-for

slightly updated my proof of concept: https://github.com/erkinalp/pythonic-for

@bartlettroscoe no, the agent manager itself has to perform this function or you run into silent failure modes like those observed in Manus when the KB is full.