HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rytill

734 karmajoined 9 ปีที่แล้ว

comments

rytill
·เมื่อวานซืน·discuss
Well, it’s up to the user or post-trainer of the LLM what they believe to be above average. Then they can design around that.

In the case of real world LLMs and post-training, what is above average is defined roughly as: labeled good by expert humans, and scoring high on RL environments related to coding like debugging, passing tests, or running efficiently and verifiably correctly.
rytill
·เมื่อวานซืน·discuss
LLMs learn a distribution during pre-training, not only an average.

Then, by giving them context or by post-training, you can make them sample non-average parts of the distribution they learned.
rytill
·เดือนที่แล้ว·discuss
I checked out your agent and it looks pretty well designed. Congrats on starting to share it with others!

One thing I noticed: "Your Tools: Aether agents get tools exclusively via MCP servers." "...Aether ships with 1st-party MCPs for file system operations..."

Can you share your thoughts on why you decided to use MCP as the core tool abstraction? I have heard many decry MCP as being context-wasteful. Is this not the case with your agent?
rytill
·2 เดือนที่ผ่านมา·discuss
Why does its architecture or you knowing how AI is architected cause thoughts of it being conscious to go out the window?

It seems like the biggest factor has nothing to do with AI, but instead that you went from being someone who admits they don’t know how consciousness works to being someone who thinks they know how consciousness works now and can make confident assertions about it.
rytill
·2 เดือนที่ผ่านมา·discuss
That’s the most common time control on chess.com according to this article: https://www.chess.com/article/view/time-controls-and-game-re...

It sounds like a good idea to me!
rytill
·3 เดือนที่ผ่านมา·discuss
Hey! I played against a bot and it was pretty fun.

Small suggestion: too many queues can make it very difficult to build up a network of players at first. I'd suggest, for now, lowering the amount of available time control queues so that two players who happen to be on at the same time are more likely to actually find a game.
rytill
·3 เดือนที่ผ่านมา·discuss
AI comments are against Hacker News rules.
rytill
·4 เดือนที่ผ่านมา·discuss
The sheer em dash density of this post really struck me, so I asked Claude to write a script which ranked text post Show HNs over the last week in order of em dash density. Script here: https://github.com/mturnshek/hn-em-dash-density/tree/master

This post comes in 12th place out of 668 with 0.6232% em dash density. I was also surprised by the large number of ShowHNs in the last week.

Here are the highest density 4 from the last week:

1. 1.2195% — Show HN: AI-native memory, recall and reminder on CLI – 100% local with Ollama (https://news.ycombinator.com/item?id=47417498)

2. 1.0417% — Show HN: CEL v0.2 Pro – cryptographic black box recorder for AI systems (Python) (https://news.ycombinator.com/item?id=47406917)

3. 1.0174% — Show HN: FalconAI – AI-Powered Smart TV Streaming, Search and Voice Control (https://news.ycombinator.com/item?id=47377118)

4. 0.9259% — Show HN: Ostov.js – Backbone.js Fork Without jQuery/Underscore, Classes, TS, ES (https://news.ycombinator.com/item?id=47401800)

Posts with at least one em or en dash: 457/668 (68.4%)

I also learned about the existence of the en dash. I only knew about the em dash and the hyphen, but there's:

— em dash (U+2014)

– en dash (U+2013)

- hyphen-minus (U+002D)

Anyway.
rytill
·4 เดือนที่ผ่านมา·discuss
Are you trying to imply that humans don’t need generalized knowledge, or that we’re not “rewarded” for having highly generalized knowledge?

If so, good luck walking to your kitchen this morning, knowing how to breathe, etc.
rytill
·4 เดือนที่ผ่านมา·discuss
> that corporate profits would rise while consumer spend dropped are literally incompatible realities

These are not incompatible realities.

I would be willing to accept the statement that corporate revenues increasing and consumer spending decreasing are incompatible realities.

But it’s feasible to think the following occurs:

- labor income falls

- consumer spending drops

- corporate revenues drop

- corporate profits moderately increase because profit margins get much higher

- government deficit continues (which, from an accounting perspective, means other accounts are in surplus, potentially US corporations)

I’m not saying I strongly predict the above, necessarily! I just don’t think it’s correct to say it’s not a conceivable reality.
rytill
·5 เดือนที่ผ่านมา·discuss
When I hear "coding agent", I think of both the harness and the LLM as a pair. Like, Claude Opus 4.6 and Claude Code is a coding agent, or Gemini 3 Pro and Pi is a coding agent.

"Harness" is a way to reference the coding agent minus the "LLM" part.

If an agent is an LLM in a loop with tool calls, there are two components: 1) the LLM. 2) The loop with tool calls. That second part could be called the harness.
rytill
·6 เดือนที่ผ่านมา·discuss
LLMs are not "average text generation machines" once they have context. LLMs learn a distribution.

The moment you start the prompt with "You are an interactive CLI tool that helps users with software engineering at the level of a veteran expert" you have biased the LLM such that the tokens it produces are from a very non-average part of the distribution it's modeling.
rytill
·7 เดือนที่ผ่านมา·discuss
It is not a "narrative", "philosophical paradigm", or him "getting high on his own supply". It is simply him sharing his thoughts about something.
rytill
·8 เดือนที่ผ่านมา·discuss
It really doesn’t, at all. Every sentence has a clear, non-equivocative meaning and it doesn’t use any LLM tropes. Your LLM sensor is seriously faulty.
rytill
·8 เดือนที่ผ่านมา·discuss
What is the goal of doing that vs using L2 loss?
rytill
·10 เดือนที่ผ่านมา·discuss
So, I have heard a number of people say this, and I feel like I'm the person in your conversations saying it's a coarse description and downplays the details. What I don't understand is, what specifically do we gain from thinking of it as a Markov chain.

Like, what is one insight beyond that LLMs are Markov chains that you've derived from thinking of LLMs as Markov chains? I'm genuinely very curious.
rytill
·8 ปีที่แล้ว·discuss
Thank you. That makes a lot of sense.
rytill
·8 ปีที่แล้ว·discuss
Can you elaborate on “leveraging syntax”? Like commenting on the structure of their argument?