Readit News logoReadit News
yawnxyz commented on Gemma 3 270M re-implemented in pure PyTorch for local tinkering   github.com/rasbt/LLMs-fro... · Posted by u/ModelForge
n0vella · 5 days ago
Do you think these very small models have some utility in the real world? Apart from learning and academic purposes of course.
yawnxyz · 4 days ago
If you LoRa them you can make them VERY VERY good at a small narrow set of tasks, e.g.:

- reply in a specific way, like a specific JSON schema, or in the voice of a character - be very good at classifying text (e.g. emails, or spam) - be a great summarizer for large amounts of text, e.g. turn emails into short titles or url slugs - adding tags/categories per your pre-defined rules (e.g. for communities, tagging content, marketing) - for detecting spam, or duplicates, or flagging things

You won't be able to write code or prose with these, but they're great for a huge array of very narrow set of use cases

What's neat about "stupid" models like this is that they're less likely to go off and dream up a bunch of irrelevant content, because they don't know much about the world / won't have too much context to pull from

yawnxyz commented on Show HN: We started building an AI dev tool but it turned into a Sims-style game   youtube.com/watch?v=sRPnX... · Posted by u/maxraven
OtherShrezzing · 6 days ago
I’ve been thinking about how traditional game AI can be improved by generative models. One of the biggest problems with games like Civ is that the AI strategy is predictable - especially if you’ve played a few dozen hours.

LLMs with some decent harnesses could build up unpredictable - but internally consistent - strategies per each new game you play.

This is close to a proof of concept for those improvements.

yawnxyz · 6 days ago
even being able to scheme with / backstab leaders, and they would "understand" all that's happened (and acts accordingly) would be so fun
yawnxyz commented on The surprise deprecation of GPT-4o for ChatGPT consumers   simonwillison.net/2025/Au... · Posted by u/tosh
tibbar · 16 days ago
It's a good reminder that OpenAI isn't incentivized to have users spend a lot of time on their platform. Yes, they want people to be engaged and keep their subscription, but better if they can answer a question in few turns rather than many. This dynamic would change immediately if OpenAI introduced ads or some other way to monetize each minute spent on the platform.
yawnxyz · 16 days ago
the classic 3rd space problem that Starbucks tackled; they initially wanted people to hang out and do work there, but grew to hate it so they started adding lots of little things to dissuade people from spending too much time there
yawnxyz commented on Modern Node.js Patterns   kashw1n.com/blog/nodejs-2... · Posted by u/eustoria
farkin88 · 21 days ago
The killer upgrade here isn’t ESM. It’s Node baking fetch + AbortController into core. Dropping axios/node-fetch trimmed my Lambda bundle and shaved about 100 ms off cold-start latency. If you’re still npm i axios out of habit, 2025 Node is your cue to drop the training wheels.
yawnxyz · 21 days ago
node fetch is WAY better than axios (easier to use/understand, simpler); didn't really know people were still using axios
yawnxyz commented on Modern Node.js Patterns   kashw1n.com/blog/nodejs-2... · Posted by u/eustoria
yawnxyz · 21 days ago
I feel like node and deno conventions are somehow merging (which is a good thing)
yawnxyz commented on Deep Agents   blog.langchain.com/deep-a... · Posted by u/saikatsg
storus · 23 days ago
"I hacked on an open source package (deepagents) over the weekend." Thanks but no thanks.
yawnxyz · 23 days ago
most of these agents are still fundamentally simple while loops; it shouldn't really take longer than a weekend to get one built
yawnxyz commented on Show HN: WTFfmpeg – Natural Language to FFmpeg Translator   github.com/scottvr/wtffmp... · Posted by u/ycombiredd
yawnxyz · a month ago
fwiw I've been dealing with a lot of ffmpeg lately and it's like the most obtuse API I've ever used, and I'm now using Warp for it, and it works amazingly every time
yawnxyz commented on Measuring the impact of AI on experienced open-source developer productivity   metr.org/blog/2025-07-10-... · Posted by u/dheerajvs
narush · a month ago
Hey HN, study author here. I'm a long-time HN user -- and I'll be in the comments today to answer questions/comments when possible!

If you're short on time, I'd recommend just reading the linked blogpost or the announcement thread here [1], rather than the full paper.

[1] https://x.com/METR_Evals/status/1943360399220388093

yawnxyz · a month ago
Does this reproduce for early/mid-career engineers who aren't at the top of their game?
yawnxyz commented on SVGs that feel like GIFs   koaning.io/posts/svg-gifs... · Posted by u/cantdutchthis
yawnxyz · 2 months ago
It's pretty unintuitive that you can just copy text straight from an animation, but that's the neatest part of this!

u/yawnxyz

KarmaCake day4142June 18, 2019
About
janzheng.com

bioinformatics, design, ux

I design/prototype AI interfaces and intelligent task-automation frameworks

View Original