HN user

docheinestages

215 karma
Posts2
Comments125
View on HN

people who will have the technical know-how to facilitate custom CSS

I think anyone with access to an LLM doesn't necessarily need the technical know-how. They can just ask as an extra step for a design check including text contrast.

I feel low-contrast dark mode is precisely the aesthetic

Agreed, and I like it too, if legible.

I think a more fundamental test is SVG art creation in general. Perhaps a pipeline to take any image, caption it, ask the LLM for an SVG, rasterize to an image, and finally either use a deterministic visual similarity check or ask another LLM to be the judge and score how close the SVG is to the original image.

Is this really not a mostly “solved” problem using assistive browser (or OS-level) ... ... performatively sacrifice aesthetics ...

One doesn't need to sacrifice aesthetics to make the design legible to an average user.

At what point is it enough?

It depends on who your audience is. The more people you want to reach, the more you need to cater to everyone's needs. There are fundamental anti-patterns to avoid like writing with a dark font on a dark background.

Laguna S 2.1 1 day ago

Any estimates of the performance (prompt processing and decoding tokens/s) on consumer hardware like Macbook Pro M-series?

Qwen 3.8 1 day ago

That's why I believe the baked weights should represent a generic model that is good at general thinking and tool calling. The rest can be augmented by the OS.

Qwen 3.8 3 days ago

I think AI will evolve the same way computers did. We're somewhere in the 80s-90s timeline of the evolution. My prediction is that on-device models will have excellent tool-calling, reasoning, and general skills, but the domain-specific knowledge will be retrieved on-demand from vendors like Google. Rather than downloading models, each device will have a hardware component with weights baked into silicon for maximum efficiency.

Qwen 3.8 4 days ago

Qwen has set an excellent track record for architecting and releasing open-weight models that consumer-grade devices can run. What is needed the most right now is something similar to Bonsai 27B, with a modest memory footprint, but faster and more capable. On-device models can make up for intelligence by being faster, thinking longer, or doing more quick iteration rounds.

The cloud era already ran this experiment: proprietary APIs plus data gravity made exit punitive. The repatriation wave is the receipt.

Some sentences smell a lot like AI.

I think figuring out if a text is AI-made is a losing battle. What could work is gauging how much effort went into writing the text, regardless of who the author might be. What's easy today is generating mountains of text that are extremely hard to read. What requires effort is knowing how to engage the reader, how to keep out extraneous information, and how to keep the text as short as possible without losing details. That needs effort, with or without AI.

It really depends on which angle you look at it. Is it purely to meet a business goal? Or is it also for personal growth? I think it's a mix of both, but for me it's always important that I engage mentally with the process, learn something, and solve puzzles, even if that involves letting the AI take care of the coding, which is an abstraction. You could still code and not think creatively.

I think the most secure setup, though not so convenient for the average user, is a separate machine with QEMU/KVM. The machine should be isolated adequately, such that even if compromised, it shouldn't be able to cause damage or gain access to other machines. Additionally, a proxy server on your machine or elsewhere could hide sensitive credentials. A helper binary on your computer would then control spawning new disposable VMs with premade images and your SSH key. The images can be lightweight or the desktop version with a remote VNC.

Hy3 13 days ago

Why not! And free hot showers during the summer. Just looking at the progress made since 2023, I don't think the LLM architecture we have today is the most efficient. We need creative game developers to start making LLMs.

Hy3 13 days ago

What we really need is a breakthrough in inference or LLM architecture to allow running GLM-5.2-level models at the size of Qwen 3.6 27b or smaller on consumer devices like a 48GB Macbook Pro, and at least at 100 tokens/second. My hypothesis is that a smaller, less capable but faster model paired with a good harness can run for longer and brute force its way out to solve problems that the bigger models can one-shot.