HN user

aqfamnzc

596 karma
Posts1
Comments242
View on HN

I'm surprised that the harness wasn't better described here. Is the draw tool really just asking LLMs to provide a set of coordinates/parameters for generating shapes? Honestly, if so, the results are shockingly good. Think of how well a typical human artist would do with such a crude method of applying brushstrokes.

Yes, they have a finite number of writes. The controller keeps track of this so you can even see what % of your SSD life is remaining in that sense.

I hope you're joking. In case you're serious, the same argument could be made about typing, speaking, or really any related activity. Or communication in general.

Many benchmarks include the task of analyzing coding agent aptitude tests. This has led to bench-benchmarks comparing LLM test benchmarking methods, e.g. M Sampson (2025), PL Royle (2024). We performed a bench-bench-benchmark analysis using Mythos Ultra Max 9.6 of these bench-benchmarks.

Methods: We instructed various LLMs to perform the task "Write a prompt instructing a variety of LLMs to write a benchmark for benchmark analysis, including the instructions 'Create a benchmark for...

A couple years ago I realized that I had somewhat subconsciously made the same assumption. The thing that snapped me out of it was my awe in watching Clickspring (YT) try to recreate the Antikythera Mechanism. That device's complexity and craftsmanship is proof to me that despite the lack of technology, there were some astonishingly smart and resourceful people living thousands of years ago.

I won't rehearse their ideas here

Is there an accessible way for a layman such as myself to read about some of these ideas (Really I mean philosophical discussion in general) without having to read entire books? Is there an active HN-equivalent or wiki or something?

Yeah, I feel like unless you run a site large enough for google monkeys to write a special case for your site specifically, why not just password protect the entire site but put the password on the login page? Or any other rudimentary captcha I suppose - like the old days.

Doesn't keep out anyone even mildly interested in your site specifically, including scrapers, but at least it blocks googlebot etc.

I've always thought the "strict invitation trees" or vouch trees would be an interesting way to moderate a community, even before the LLM era. A user can vouch for an unlimited number of new accounts, but if more than 10% of the vouched accounts are banned or flagged down the line, the parent voucher acct is also banned/flagged.

Since it creates a tree structure, you can wipe out entire armies of bot/spam/otherwise accounts by following the vouches up the tree.

A "reasoning" LLM is just an LLM that's been instructed or trained to start every response with some text wrapped in <BEGIN_REASONING></END_REASONING> or similar. The UI may show or obscure this part. Then when the model decides to give its "real" response, it has all that reasoning text in its context window, helping it generate a better answer.

GPT‑5.3 Instant 5 months ago

I just append something like "Throughout our conversation, keep your responses brief. Avoid emojis, followup suggestions, and other unnecessary commentary." to every starting prompt. Seems to work OK. I'm sure sibling's recommendation of turning down the niceties sliders would work similarly for someone with an account.

Caltopo is great for this. They require a subscription to download (raster) maps but you can cache a bunch of tiles before you leave to get the gist. These days this is one of the very scarce use cases I don't use OSMand for.

Claude 4 1 year ago

Not even remotely true. It's part of the context window, so it greatly influences the final output. CoT is tokens generated by the LLM just like normal output.