HackerTrans
トップ新着トレンドコメント過去質問紹介求人

supermatt

6,025 カルマ登録 13 年前

投稿

A Street of Good Houses - The Shape of the Whole

shapeofthesystem.com
1 ポイント·投稿者 supermatt·14 日前·0 コメント

Engineering for Bounded Cognition

shapeofthesystem.com
126 ポイント·投稿者 supermatt·15 日前·34 コメント

Ask HN: What email providers don't recycle email addresses?

2 ポイント·投稿者 supermatt·7 か月前·9 コメント

コメント

supermatt
·4 日前·議論
Yeah, although I think it's going to be weak compared to the Wii again due to the lack of an external reference for the controller. The bowling on Wii feels so much better to play because of this (and also has the fun animations that they decide to drop on switch). No doubt archery is going to be similar - your aim wont be anywhere representative of where the remote is actually pointing, just its angle.

I sold my switch sports a few months after getting it for this reason. We still play Wii sports (and resort) on the Wii-U.
supermatt
·4 日前·議論
Yeah, although I think it's going to be weak compared to the Wii again due to the lack of an external reference for the controller. The bowling on Wii feels so much better to play because of this (and also has the fun animations that they decide to drop on switch). No doubt archery is going to be similar - your aim wont be anywhere representative of where the remote is actually pointing, just its angle.
supermatt
·5 日前·議論
> Your Claude subscription—which is a cheaper version of the Anthropic API—is restricted to use with the Claude Code CLI/Desktop, Claude CoWork, or @Claude in Slack.

Thats not true at all. You can use the Agent SDK [1], which uses your subscription [2]. I use it via ACP [3] with custom system prompts and tooling. I have found it very powerful and flexible. It has its own agent loop, of course, so maybe thats the limitation using it with opencode?

[1] https://code.claude.com/docs/en/agent-sdk/overview

[2] They were talking about giving credits for the SDK usage rather than it using your allowance directly, but that seems to have been put on hold for now. If and when that changes, I will likely jump ship, but I am more than happy with it right now.

[3] there isn't an official ACP wrapper - zed have one but its quite limited. its trivial to build one though, or you can just use the SDK directly and wire it into your interface of choice.
supermatt
·5 日前·議論
A lot of those tokens are traversal - either searching for code or following call-sites. Basically building enough context to be able to work on the task.

You can reduce a lot of the token use for traversal by giving your agent access to some form of LSP in addition to hierarchical direction with your AGENTS.md (or equivalent) for monorepos - but a spread-out codebase is always going to end up requiring some form of traversal to solve each task.

And that traversal isn't just token use - its repeated round trip latency (LLM (queue time -> prefill -> decode -> output) -> Agent (parsing -> tool call -> tool response) -> back to LLM) for EACH step (well, some can be done in parallel, but in practice its mostly sequential) - slowing down the task considerably.

Locality and structure are key when it comes to efficient use of agents. The context window is always bounded and attention across it is inconsistent.
supermatt
·10 日前·議論
I was so disappointed with Switch Sports. It lacked the soul of Wii Sports. Sadly, it seems like Sports Resort is going to be more of the same :(
supermatt
·12 日前·議論
That’s great! But don’t fall into the trap that the graph is the ultimate representation of all. You will get a topology, but you often need more than topologies to understand the whole. Behaviour of the parts themselves is covered in the manifesto, and there is a companion that covers the connecting of the parts: https://shapeofthesystem.com/the-shape-of-the-whole
supermatt
·13 日前·議論
It’s a fair criticism. Maybe I should have both: my source and the tidied version. Kind of like the light/dark mode toggle but for shit/slop!
supermatt
·13 日前·議論
You’re absolutely right! ;) Honestly - there has been so much human-in-the-loop I wouldn't be surprised if the fine-tuning went both ways.
supermatt
·13 日前·議論
Thanks for the honest feedback. I genuinely wish I was a better writer. The posts in particular are all quite formulaic, but the idea is that they just provide a narrative access to the manifesto itself which is where the real meat of the argument is.

I would please urge you to read further into the manifesto itself but would also recommend you start at the foreword so you can understand the reason for the use of AI assistance in my writing.
supermatt
·13 日前·議論
Alleged author here - on my regular account. Thanks for the feedback. I have been quite upfront about the use of AI in the foreword. I have severe inattentive ADHD and have used AI to take my writings and present them in a way in which I feel are much more coherent overall.

The actual criticisms you have about the content however, I'd like to challenge:

The "adding up to one" is just a simplified gloss over softmax. It's very possible it reads poorly, and thats on me - not LLM gibberish.

As for the incoherence - I have to totally disagree. You have merged the 2 things the post keeps apart - capacity and attention over it. That a model can swallow a schema and write code is a competence humans share. We have been doing it for decades. Besides, the claim was never about us sharing capacity (other than stating it is always bounded) - it was about our attention failing in eerily similar ways.

So, AI slop, no. AI assisted, absolutely. It's sad that some judge the "who" more important than the "what" - especially for this kind of writing. But it's fair feedback nonetheless. I'll see what else I can do with assisting my delivery.
supermatt
·先月·議論
the network is the computer
supermatt
·先月·議論
Conveniently forgetting how they removed the jpeg-xl support from the chrome codebase despite overwhelming developer backlash that they then proceeded to ignore for over a year.

They literally tried to kill it - stating (nonsensical) reasons why it was obsolete and unneeded.

And since now the rest of the world have adopted it despite Google, they have crawled out of their slime pits praising themselves for its development with only a passing mention of cloudinary?

Sickening.
supermatt
·2 か月前·議論
If that is true then you cant claim to be "not touching code anymore".
supermatt
·2 か月前·議論
People bragging that they "dont touch code" and only "argue" with agents are reinventing the slowest possible IDE.

Obviously the agents are great at producing large chunks of code, but they often make minor and sometimes trivial mistakes which need amending.

Typing something like "in src/auth/session/token_manager.ts the refreshTokenExpiry variable should be refresh_token_expiry. update every reference and make sure nothing else changes" and waiting for the LLM to do its thing takes longer than opening the file and doing the rename yourself.

If you are describing microscopic edits in natural language you are not avoiding coding. You are coding through an extremely verbose, lossy interface with higher latency and lower precision.

EDIT: flagged?
supermatt
·3 か月前·議論
> than I suspect they think it is.

Because he wants to tell you about his computer it means he doesn’t know how capable it is?
supermatt
·3 か月前·議論
> Figma invented its own primitives to make that work: components, styles, variables, props, and so on

Fireworks, Sketch, XD, Axure, etc all had these (or most of them) in some form before Figma even existed. Even illustrator, photoshop, etc have had the applicable ones for decades.
supermatt
·3 か月前·議論
They already were on "1 big server" (a single VPS at digital ocean) and moved to another "1 big server" (a managed server at hertzner).

They saved money and lost nothing.

Now, if they so wish, they could use a portion of that to increase redundancy - but that wasn't the point of the article.
supermatt
·3 か月前·議論
> If you doubt me, take, me up on it.

Given your confidence and the seemingly small amount of time you think it will take, this seems like something you should be proving rather than expecting others to do so.
supermatt
·3 か月前·議論
Does "personal" here mean "run the model on your personal hardware", or just "give your personal data to meta"?
supermatt
·3 か月前·議論
You are correct, I was mistaken - UNCLOS I was indeed ratified by the USA.