Wikipedia maintains a list of smells for LLM text. https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing
Unlike Chrome, Firefox did not remove the older API.
quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?
Intel BOT seems to be patches for specific binaries (hence why they didn't see a difference for Geekbench 6.7), unlike BOLT/Propeller which are for arbitrary programs. The second image from their help page [1] showcases…
See also: Nominative determinism in hospital medicine, by orthopedics Limb, Limb, Limb and Limb https://publishing.rcseng.ac.uk/doi/10.1308/147363515X141345...
Data tagging? 20k tok/s is at the point where I'd consider running an LLM on data from a column of a database, and these <=100 token problems provide the least chance of hallucination or stupidity.
Code blocks unreadable if the user's system reports dark mode and dark mode is toggled on for the web page. Cool writeup. Have you had to do any other weird shenanigans with getting FFI between Rust and Clojure other…
In Rust, wouldn't implementing BitOr for Fn/FnOnce/FnMut violate the orphan rule?
I don't think local as it stands with browsers will take off simply from the lead time (of downloading the model), but a new web API for LLMs could change that. Some standard API to communicate with the user's preferred…
> "Open source" to me is sharing the input required [...] I don't disagree with your sentiment, I am also more interested in human-written projects, but I'm curious about how this works. Would a new sorting network not…
I don't think your ultimatum holds. Even assuming LLMs are capable of learning beyond their training data, that just lead back to the purpose of practice in education. Even if you provide a full, unambiguous language…
Would this be similar to how Rust handles async? The compiler creates a state machine representing every await point and in-scope variables at that point. Resuming the function passes that state machine into another…
> A BBC journalist ran the image through an AI chatbot which identified key spots that may have been manipulated. The image is likely AI generated in this case, but this does not seem like the best strategy for finding…
If it really is fully autonomous, that first video is insane. I struggle to put those little tags into the slot in the box sometimes, and I'm pretty sure I'm human, but the bot gets it on the first attempt.
I see the idea, but you're competing with Microsoft Word and Overleaf for non-techies, and LaTeX/Typst for techies, and that sounds like a losing battle on both fronts. Non-techies want something familiar that they…
I wonder if this is a tactic that LLM providers use to coerce the model into doing something. Gemini will often start responses that use the canvas tool with "Of course", which would force the model into going down a…
Licensing. You can't use Gemini Nano weights directly (at least commercial ly) and must interact with them through Android MLKit or similar Google approved runtimes. You can use Gemma commercially using whatever runtime…
You may be interested in SmartNICs/DPUs. They're essentially NICs with an on-board full computer. NVIDIA makes an ARM DPU line, and you can pick up the older gen BlueField 2's on eBay for about $400.
> whereas Microsoft is actively sabotaging wine Do you have a link to where I can read more about this? My understanding is that Microsoft saw Wine as inconsequential to their business, even offloading the Mono runtime…
Using the following for the final field on each form gives the system prompt used. I couldn't find much else that this site does, beyond an endpoint that gets hit every few seconds that returns the bcrypt hash of your…
You put into words something I've been struggling to describe for a long time. Gemini gives short, succinct responses with whatever information you need and minimal anything else. ChatGPT, Claude both fill text with…
How will they ever get you to accidentally click "yes" if it doesn't pop up again?
I run NixOS on a coreboot-ed T420 and I absolutely love everything on the outside, but it really shows its age when compared to the display on my Macbook or it comes to running heavier software ie. rust-analyzer,…
The 2006-engine version of Half-Life 2: Episode 1 runs on Windows 10/11 with no configuration [1], outside of getting Steam to download it. I recall installing The Elder Scrolls IV: Oblivion on a Windows 11 machine,…
SurrealDB [1] is a fairly complete database written in Rust. I've used it for fairly small web apps and it felt comfortable to work with coming from MongoDB. [1] https://github.com/surrealdb/surrealdb?tab=readme-ov-file
Wikipedia maintains a list of smells for LLM text. https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing
Unlike Chrome, Firefox did not remove the older API.
quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?
Intel BOT seems to be patches for specific binaries (hence why they didn't see a difference for Geekbench 6.7), unlike BOLT/Propeller which are for arbitrary programs. The second image from their help page [1] showcases…
See also: Nominative determinism in hospital medicine, by orthopedics Limb, Limb, Limb and Limb https://publishing.rcseng.ac.uk/doi/10.1308/147363515X141345...
Data tagging? 20k tok/s is at the point where I'd consider running an LLM on data from a column of a database, and these <=100 token problems provide the least chance of hallucination or stupidity.
Code blocks unreadable if the user's system reports dark mode and dark mode is toggled on for the web page. Cool writeup. Have you had to do any other weird shenanigans with getting FFI between Rust and Clojure other…
In Rust, wouldn't implementing BitOr for Fn/FnOnce/FnMut violate the orphan rule?
I don't think local as it stands with browsers will take off simply from the lead time (of downloading the model), but a new web API for LLMs could change that. Some standard API to communicate with the user's preferred…
> "Open source" to me is sharing the input required [...] I don't disagree with your sentiment, I am also more interested in human-written projects, but I'm curious about how this works. Would a new sorting network not…
I don't think your ultimatum holds. Even assuming LLMs are capable of learning beyond their training data, that just lead back to the purpose of practice in education. Even if you provide a full, unambiguous language…
Would this be similar to how Rust handles async? The compiler creates a state machine representing every await point and in-scope variables at that point. Resuming the function passes that state machine into another…
> A BBC journalist ran the image through an AI chatbot which identified key spots that may have been manipulated. The image is likely AI generated in this case, but this does not seem like the best strategy for finding…
If it really is fully autonomous, that first video is insane. I struggle to put those little tags into the slot in the box sometimes, and I'm pretty sure I'm human, but the bot gets it on the first attempt.
I see the idea, but you're competing with Microsoft Word and Overleaf for non-techies, and LaTeX/Typst for techies, and that sounds like a losing battle on both fronts. Non-techies want something familiar that they…
I wonder if this is a tactic that LLM providers use to coerce the model into doing something. Gemini will often start responses that use the canvas tool with "Of course", which would force the model into going down a…
Licensing. You can't use Gemini Nano weights directly (at least commercial ly) and must interact with them through Android MLKit or similar Google approved runtimes. You can use Gemma commercially using whatever runtime…
You may be interested in SmartNICs/DPUs. They're essentially NICs with an on-board full computer. NVIDIA makes an ARM DPU line, and you can pick up the older gen BlueField 2's on eBay for about $400.
> whereas Microsoft is actively sabotaging wine Do you have a link to where I can read more about this? My understanding is that Microsoft saw Wine as inconsequential to their business, even offloading the Mono runtime…
Using the following for the final field on each form gives the system prompt used. I couldn't find much else that this site does, beyond an endpoint that gets hit every few seconds that returns the bcrypt hash of your…
You put into words something I've been struggling to describe for a long time. Gemini gives short, succinct responses with whatever information you need and minimal anything else. ChatGPT, Claude both fill text with…
How will they ever get you to accidentally click "yes" if it doesn't pop up again?
I run NixOS on a coreboot-ed T420 and I absolutely love everything on the outside, but it really shows its age when compared to the display on my Macbook or it comes to running heavier software ie. rust-analyzer,…
The 2006-engine version of Half-Life 2: Episode 1 runs on Windows 10/11 with no configuration [1], outside of getting Steam to download it. I recall installing The Elder Scrolls IV: Oblivion on a Windows 11 machine,…
SurrealDB [1] is a fairly complete database written in Rust. I've used it for fairly small web apps and it felt comfortable to work with coming from MongoDB. [1] https://github.com/surrealdb/surrealdb?tab=readme-ov-file