Super cool! how long did it take to generate all those custom images?
Yee I gotcha. Did a migration myself last week from using playwright mcp towards playwright-cli instead. Which has been playing much nicer so far. I guess you would run into the same issues you've already mentioned…
Oh woah! I've been trying to get microsandbox to play nicely. But this is much closer to what I actually need. I glimpsed through the site and the script. But couldn't really see any obvious gotchas. Any you've found so…
I really don't have any numbers to back this up. But it feels like the sweet spot is around ~500k context size. Anything larger then that, you usually have scoping issues, trying to do too much at the same time, or…
Very nice! I've been experimenting with a similar setup. And I'll probably implement some of the things you've been doing. For the proxy part I've been running https://www.mitmproxy.org/ It's not fully working for all…
From my point of view, you're either choosing between instruction following or more creative solutions. Codex models tend to be extremely good at following instructions, to the point that it won't do any additional work…
This is such a good video. I really like the way he presents it as well. His rant about CS historians is also a fun subject
> The last thing I'll mention is that Claude Code (Sonnet 4.5) is still very token-happy, in that it eagerly goes above and beyond when not always necessary. Codex (gpt-5-codex) on the other hand, does exactly what you…
I can't tell if this is satire or not. And some parts read like it was written by AI. Either way, a more fine grained control over the GC is probably preferred over something like this.
I'm always so confused by those statements as well. Because just like you, I feel that the 20B version is really good at following instructions. Some of the qwen models are too, but they seem to need a bit more…
And by GPT-5 you mean through their API? Directly through Azure OpenAI services? or are you talking about ChatGPT set to using GPT-5. All of these alternatives means different things when you say it takes +20 seconds…
I fundamentally agree with you. But anti-cheat hasn't been about blocking every possible way of cheating for some time now. It's been about making it as in convenient as possible, thus reducing the amount of cheaters.…
I think so far some of the surface devices and some of the Razer (yes, the one making computer mices, keyboards and such) had been the closest.
I still remember how much I liked the idea. Really tried to use it, but the experience with both browsers and vscode was....not that great. Kinda hope they revisit this idea in a near future again
Been using a similar setup, with so far pretty decent results. With the addition of having a short explanation for each file within index.md I've been experimenting with having a rules.md file within each directory…
Squad, Arma (and especially Arma reforger), Dayz, Battlebit, Heretic + Hexen and thr list goes on. Arma usually gets the more complex and janky stuff (in a fun way). While the others are more modified experiences. Like…
Mostly AA and indie game titles. The simulator scene is still going strong with dedicated servers (like squad, arma, farming simulator, the hunter etc etc). Larger titles swapped over to more control in order to extract…
> that rely on tool use for facts, and “knowledge bases” tuned for retrieval-heavy work I would say this isn't exclusive to the smaller OSS models. But rather a trait of Openai's models all together now. This becomes…
Initial testing has only been done with ollama. Plan on testing out llama.cpp and vllm when there is enough time
I'm on a 5090 so it's not apples to apples comparison. But I'm getting ~150t/s for the 20B version using ~16000 context size.
For ChatGPT and DeepResearch yes, not when using the API. I guess you could just return empty results if you want to offer other tools as well (can't test it now, since custom connectors only supports Workspace or PRO…
I know I'm a bit late. But for MCP servers running over HTTP/custom it should use OAuth 2.0. If it's served via stdout, it should use configuration files and/or environment variables. ref:…
It's not about being a prima Donna. It's about business value. Too many meetings over the years should either be better planned, not taken place at all or could have been an email/chat message. Business value first
If it's essential that I attend for such a meeting, the organizer usually reach out. If not. Then I'll have to either live with the decision or at least give feedback on it. Nothing is final until you build it (from a…
> no agenda, no attenda I've been using this mentality for the last three years. Some responds with hostility and some see the benefits, but most are just indifferent to it sadly. I've also been observing people just…
Super cool! how long did it take to generate all those custom images?
Yee I gotcha. Did a migration myself last week from using playwright mcp towards playwright-cli instead. Which has been playing much nicer so far. I guess you would run into the same issues you've already mentioned…
Oh woah! I've been trying to get microsandbox to play nicely. But this is much closer to what I actually need. I glimpsed through the site and the script. But couldn't really see any obvious gotchas. Any you've found so…
I really don't have any numbers to back this up. But it feels like the sweet spot is around ~500k context size. Anything larger then that, you usually have scoping issues, trying to do too much at the same time, or…
Very nice! I've been experimenting with a similar setup. And I'll probably implement some of the things you've been doing. For the proxy part I've been running https://www.mitmproxy.org/ It's not fully working for all…
From my point of view, you're either choosing between instruction following or more creative solutions. Codex models tend to be extremely good at following instructions, to the point that it won't do any additional work…
This is such a good video. I really like the way he presents it as well. His rant about CS historians is also a fun subject
> The last thing I'll mention is that Claude Code (Sonnet 4.5) is still very token-happy, in that it eagerly goes above and beyond when not always necessary. Codex (gpt-5-codex) on the other hand, does exactly what you…
I can't tell if this is satire or not. And some parts read like it was written by AI. Either way, a more fine grained control over the GC is probably preferred over something like this.
I'm always so confused by those statements as well. Because just like you, I feel that the 20B version is really good at following instructions. Some of the qwen models are too, but they seem to need a bit more…
And by GPT-5 you mean through their API? Directly through Azure OpenAI services? or are you talking about ChatGPT set to using GPT-5. All of these alternatives means different things when you say it takes +20 seconds…
I fundamentally agree with you. But anti-cheat hasn't been about blocking every possible way of cheating for some time now. It's been about making it as in convenient as possible, thus reducing the amount of cheaters.…
I think so far some of the surface devices and some of the Razer (yes, the one making computer mices, keyboards and such) had been the closest.
I still remember how much I liked the idea. Really tried to use it, but the experience with both browsers and vscode was....not that great. Kinda hope they revisit this idea in a near future again
Been using a similar setup, with so far pretty decent results. With the addition of having a short explanation for each file within index.md I've been experimenting with having a rules.md file within each directory…
Squad, Arma (and especially Arma reforger), Dayz, Battlebit, Heretic + Hexen and thr list goes on. Arma usually gets the more complex and janky stuff (in a fun way). While the others are more modified experiences. Like…
Mostly AA and indie game titles. The simulator scene is still going strong with dedicated servers (like squad, arma, farming simulator, the hunter etc etc). Larger titles swapped over to more control in order to extract…
> that rely on tool use for facts, and “knowledge bases” tuned for retrieval-heavy work I would say this isn't exclusive to the smaller OSS models. But rather a trait of Openai's models all together now. This becomes…
Initial testing has only been done with ollama. Plan on testing out llama.cpp and vllm when there is enough time
I'm on a 5090 so it's not apples to apples comparison. But I'm getting ~150t/s for the 20B version using ~16000 context size.
For ChatGPT and DeepResearch yes, not when using the API. I guess you could just return empty results if you want to offer other tools as well (can't test it now, since custom connectors only supports Workspace or PRO…
I know I'm a bit late. But for MCP servers running over HTTP/custom it should use OAuth 2.0. If it's served via stdout, it should use configuration files and/or environment variables. ref:…
It's not about being a prima Donna. It's about business value. Too many meetings over the years should either be better planned, not taken place at all or could have been an email/chat message. Business value first
If it's essential that I attend for such a meeting, the organizer usually reach out. If not. Then I'll have to either live with the decision or at least give feedback on it. Nothing is final until you build it (from a…
> no agenda, no attenda I've been using this mentality for the last three years. Some responds with hostility and some see the benefits, but most are just indifferent to it sadly. I've also been observing people just…