HackerLangs
TopNewTrendsCommentsPastAskShowJobs

gavmor

no profile record

Submissions

Why Waste Money?

rentry.co
4 points·by gavmor·2 месяца назад·1 comments

Romancy – a lightweight durable execution framework

github.com
7 points·by gavmor·3 месяца назад·0 comments

The Wayward Webring: a collection of link collections

waywardweb.org
2 points·by gavmor·3 месяца назад·0 comments

comments

gavmor
·17 дней назад·discuss
A regular LLM acts as a "policy," mapping a current state to a specific action (states → actions). Their new LLM acts as a "world model," mapping a current state and a chosen action to a predicted future state ((states, actions) → subsequent states). Instead of deciding "what to do," its explicit objective is to predict the exact environment observation that will result from the interaction history and the agent's current action.

I assumed at first that it was trained on synthetic data, but they actually went and deployed real physical hosts and virtual machines (e.g. Ubuntu, macOS, and Android) and browsers. They ran agentic systems on these continuously and recorded the actual, real-world interactions.

So it's an LLM that infers next state, or outcome,as structured data e.g. literal HTML code, UI view hierarchies, or accessibility trees.
gavmor
·19 дней назад·discuss
The cold takes themselves are a fantastic proof of the care and attention the devs put into this game, as well as the depths of their design philosophy.
gavmor
·19 дней назад·discuss
> Almost nobody optimizes compiled assembly code.

Compiled assembly code is not an input to the next compilation; source code is an input to the LLM's next inference.

Sure, maybe "prompts are the code," but you must realize that code is also the prompt.
gavmor
·19 дней назад·discuss
Well sooner or later I would expect a developer who intimately understands their code base to feel compelled to start refactoring and extracting fitting, meaningful well-leveraged abstractions.
gavmor
·21 день назад·discuss
Migrating to a workerd container is an option.
gavmor
·21 день назад·discuss
What's the data doing that's so sluggish? Is it being correlated/transformed, or is it just so many points of light are blocking each frame?
gavmor
·21 день назад·discuss
I wonder if Mollweide or Atlantis projections wouldn't be more performant?
gavmor
·24 дня назад·discuss
Riding horseback saves time over walking but it's harder to smell the roses along the way. Nevertheless, millions now ride horses recreationally.
gavmor
·28 дней назад·discuss
Who gets a sense of accomplishment from cheering for their home team?
gavmor
·в прошлом месяце·discuss
The overall system that allowed this implementation is accountable. So why put such a fine point on it so as to exculpate the LLM?
gavmor
·2 месяца назад·discuss
> He was the perfect protagonist for a teenage boy: a coward, an underachiever, technically a wizard but only on a technicality, and frequently the most powerful spell in the universe was lodged in his head against his will. This will be familiar to anyone who has been sixteen.

s/frequently/initially

Also, how is a cowardly underachiever "the perfect protagonist for a teenage boy"?

"technically a wizard but only on a technicality" is obviously redundant

And what part of any of this is supposed to be familiar?

It's just a strange essay.
gavmor
·2 месяца назад·discuss
That's sorta how Agent of Empires and also Zed seem to operate—worktrees as a first class aspect of the workflow.
gavmor
·2 месяца назад·discuss
Give credit where credit is due: Descartes, Kant, Putnam, etc.
gavmor
·2 месяца назад·discuss
That’s somewhat overstated.

We know anesthesia "works," and we know some of its molecular targets, but we do not fully know the mechanism by which it produces unconsciousness, ie whether anesthesia eliminates experience, or mainly blocks memory, report, and integrated neural processing.
gavmor
·2 месяца назад·discuss
Yeah, that's a scary way to lose 20 minutes...
gavmor
·2 месяца назад·discuss
Yeah, I suspect we're mostly quite wasteful of energy.
gavmor
·2 месяца назад·discuss
I wonder if they don't mean "between systems".
gavmor
·2 месяца назад·discuss
The terminal is keystroke-driven. It's character-selectable. It's reliable in a way that the GUI is not. When I drop frames, I can still enter the commands to rescue myself with some assurance they'll be interpreted, eventually.

I agree, a REPL isn't Unixy in the streams of text kind of way... or is it?
gavmor
·2 месяца назад·discuss
People use their tokens, and then complain of limits. Where's the incongruity?
gavmor
·2 месяца назад·discuss
Something promising I found is "DFlash DDtree Qwen3.5 & Qwen3.6 27B GGUF on RTX 3090" - https://github.com/Luce-Org/lucebox-hub

Didn't know 3.6 was available on Ollama outside of MacOS!