It's difficult to make money if you have to spend all the money on defense lawyers. Once Trump dies of natural causes I assume some intrepid journalists will go through the mountain of evidence and dig out some exciting…
Similar interest here, possibly including if qwen 3.6, Gemma4 or DiffusionGemma (with the largest quants that will fit in a single card) will offer, say, 50 tokens-per-second (fast enough for interactive…
Have you seen https://news.ycombinator.com/item?id=48892015 and yoloai? https://github.com/kstenerud/yoloai Seems like both projects are following very similar approaches.
"integrated graphics processor, using system memory" had its name dragged through the mud for decades. So we had to rebadge it to "unified memory". Curious if we'll ever see some old integrated graphics processor…
I find it to be a useful tool for summarizing things, creating examples, and as a tutor for explaining a topic using analogies. Plus it can generate and iterate on code snippets. Like, I personally find python pandas…
You can work in the technology department of a non-tech company. I am enjoying being a part of an employee-owned company so far.
Ok, and? You can live with that if there are more important things to deal with. I've stared at ugly LLM code, that I had just had generated, and worked well enough for my purposes. (generally, some quick recursion into…
I have been looking at this sandbox tool, but haven't quite figured out how I want to deploy it, and anyways I haven't found an agent I like yet. https://github.com/kstenerud/yoloai
I play with my brother and an old friend of mine. I'm getting close to forty. There's no "leagues", it's just lobbies you join, and you gain or loose OS (Elo) per battle. Party up with your friends, find a lobby that…
Speaking as an occasional contributor: there's a roadmap towards that, but there's a few components that need to finish baking before we release on Steam. e.g. the current lobby protocol isn't capable of handling Steam…
BAR does have a series of scenarios for singleplayer / offline play. Or in multiplayer you can arrange a co-operative game with humans against AI opponents, which often has substantially less flaming involved,…
Knowing what to build (and that it hasn't already been built or bought elsewhere in the company) requires bits of information / person-to-person networking / visibility into the state of the company that not all…
You can also observe this in games like Dyson Sphere Program, (which is all workers and queues and buffers) where adding a buffer storage section of a belt only hides the fact that you are under-producing one of the…
Orbital ring would kickstart the space economy like nothing else, and is technically achievable with existing materials.
As others have said, the server receives a function call request and decides what to do with it. Whether or not a user or session is currently authorized to perform the action they want is something you evaluate inside…
Nice, I might try using this as I'm currently on 16 GB of RAM / 11 GB VRAM and feel like the VRAM is usually idle except for when I game or try a local LLM. It would be nice to have dynamic scaling or even just…
Hey, congratulations on creating this! While I'm already using a Raspberry Pi, NATS, docker container, etc and am happy with my setup, I am looking forward to reading over this and seeing how it works! The use of an…
I have occasionally wondered the same thing. Thinking about it more, on my setup I have a DVI port on the motherboard that I would be happy to use with a DVI cable, but I instead need to buy a DisplayPort <-> DVI…
Cool! Thanks for the details, and your blog posts are usually interesting food for thought, so thank you for them too!
"[would have spent] $1,199 with Anthropic, $980 with OpenAI" How many tokens is that, input/output-wise? (a) I'm curious if you feel like you got $2000 worth of value out of them in the last month? (b) I'm also curious…
I don't think your counterpart is arguing that OpenRouter created DeepSeek. Rather I suspect their argument is that there are 13 providers listed on OpenRouter for DeepSeek v4 Pro that are competing on price. (That's…
I asked the LLM to explain, rephrase, or rewrite things until I was happy. Some examples : I asked for examples of how the algorithm worked. I asked for examples of how to call the code. I asked for a happy-path unit…
Thank you for all your work. I love your reports (even if they fly over my head when the timelines get squirrly), I love that you release them under an ethical reporting guideline, and I don't blame you if you take your…
You're kicking a man when he's feeling down. Have some sympathy for a man who loves to do things, teach people about the things he's found, and just hopes that good things will come back to him.
> I don't think AI coding is a bad thing. [...] it levels the playing field [...] I'd like to put regional differences aside and say AI coding / LLMs are incredible tools. While I'm nervous about my job as a programmer…
It's difficult to make money if you have to spend all the money on defense lawyers. Once Trump dies of natural causes I assume some intrepid journalists will go through the mountain of evidence and dig out some exciting…
Similar interest here, possibly including if qwen 3.6, Gemma4 or DiffusionGemma (with the largest quants that will fit in a single card) will offer, say, 50 tokens-per-second (fast enough for interactive…
Have you seen https://news.ycombinator.com/item?id=48892015 and yoloai? https://github.com/kstenerud/yoloai Seems like both projects are following very similar approaches.
"integrated graphics processor, using system memory" had its name dragged through the mud for decades. So we had to rebadge it to "unified memory". Curious if we'll ever see some old integrated graphics processor…
I find it to be a useful tool for summarizing things, creating examples, and as a tutor for explaining a topic using analogies. Plus it can generate and iterate on code snippets. Like, I personally find python pandas…
You can work in the technology department of a non-tech company. I am enjoying being a part of an employee-owned company so far.
Ok, and? You can live with that if there are more important things to deal with. I've stared at ugly LLM code, that I had just had generated, and worked well enough for my purposes. (generally, some quick recursion into…
I have been looking at this sandbox tool, but haven't quite figured out how I want to deploy it, and anyways I haven't found an agent I like yet. https://github.com/kstenerud/yoloai
I play with my brother and an old friend of mine. I'm getting close to forty. There's no "leagues", it's just lobbies you join, and you gain or loose OS (Elo) per battle. Party up with your friends, find a lobby that…
Speaking as an occasional contributor: there's a roadmap towards that, but there's a few components that need to finish baking before we release on Steam. e.g. the current lobby protocol isn't capable of handling Steam…
BAR does have a series of scenarios for singleplayer / offline play. Or in multiplayer you can arrange a co-operative game with humans against AI opponents, which often has substantially less flaming involved,…
Knowing what to build (and that it hasn't already been built or bought elsewhere in the company) requires bits of information / person-to-person networking / visibility into the state of the company that not all…
You can also observe this in games like Dyson Sphere Program, (which is all workers and queues and buffers) where adding a buffer storage section of a belt only hides the fact that you are under-producing one of the…
Orbital ring would kickstart the space economy like nothing else, and is technically achievable with existing materials.
As others have said, the server receives a function call request and decides what to do with it. Whether or not a user or session is currently authorized to perform the action they want is something you evaluate inside…
Nice, I might try using this as I'm currently on 16 GB of RAM / 11 GB VRAM and feel like the VRAM is usually idle except for when I game or try a local LLM. It would be nice to have dynamic scaling or even just…
Hey, congratulations on creating this! While I'm already using a Raspberry Pi, NATS, docker container, etc and am happy with my setup, I am looking forward to reading over this and seeing how it works! The use of an…
I have occasionally wondered the same thing. Thinking about it more, on my setup I have a DVI port on the motherboard that I would be happy to use with a DVI cable, but I instead need to buy a DisplayPort <-> DVI…
Cool! Thanks for the details, and your blog posts are usually interesting food for thought, so thank you for them too!
"[would have spent] $1,199 with Anthropic, $980 with OpenAI" How many tokens is that, input/output-wise? (a) I'm curious if you feel like you got $2000 worth of value out of them in the last month? (b) I'm also curious…
I don't think your counterpart is arguing that OpenRouter created DeepSeek. Rather I suspect their argument is that there are 13 providers listed on OpenRouter for DeepSeek v4 Pro that are competing on price. (That's…
I asked the LLM to explain, rephrase, or rewrite things until I was happy. Some examples : I asked for examples of how the algorithm worked. I asked for examples of how to call the code. I asked for a happy-path unit…
Thank you for all your work. I love your reports (even if they fly over my head when the timelines get squirrly), I love that you release them under an ethical reporting guideline, and I don't blame you if you take your…
You're kicking a man when he's feeling down. Have some sympathy for a man who loves to do things, teach people about the things he's found, and just hopes that good things will come back to him.
> I don't think AI coding is a bad thing. [...] it levels the playing field [...] I'd like to put regional differences aside and say AI coding / LLMs are incredible tools. While I'm nervous about my job as a programmer…