HN user

supermdguy

1,209 karma

Github: https://github.com/supermdguy LinkedIn: https://www.linkedin.com/in/matthew-dangerfield/

Authentication Stuff: hnchat.com:0m9YzMwf4kdLeEnrHt2n 547e7b5026bc47ac8302bf3d213909be [ my public key: https://keybase.io/supermdguy; my proof: https://keybase.io/supermdguy/sigs/fHS654nzPCSpfpoOPNrHUJrgc2jOy21zNsnFwyeLDfs ]

Posts96
Comments291
View on HN
www.crowdsupply.com 12d ago

A 4x4 MIMO SDR tile for spatial RF vision and beamforming

supermdguy
13pts3
en.wikipedia.org 23d ago

Distributism

supermdguy
3pts1
beyondtheprior.com 1mo ago

Why LLMs still lack taste

supermdguy
10pts5
www.ask.com 2mo ago

Ask.com has closed

supermdguy
477pts240
aeon.co 3mo ago

The Hypercurious Mind

supermdguy
3pts1
www.lesswrong.com 3mo ago

You can't imitation-learn how to continual-learn

supermdguy
11pts0
www.euronews.com 3mo ago

UK startup ignites plasma inside nuclear fusion rocket

supermdguy
3pts0
en.wikipedia.org 3mo ago

Dionne Quintuplets

supermdguy
1pts0
en.wikipedia.org 8mo ago

Micromort

supermdguy
1pts2
newsroom.clevelandclinic.org 8mo ago

First In-Human Trial of CRISPR Shown to Safely Lower Cholesterol

supermdguy
3pts0
www.youtube.com 1y ago

Testing the Hard Stuff and Staying Sane [video] (2014)

supermdguy
1pts0
www.nature.com 1y ago

The most-cited papers of the twenty-first century

supermdguy
6pts2
en.wikipedia.org 1y ago

Hastert Rule

supermdguy
9pts1
cdn.theatlantic.com 1y ago

The Indispensable Opposition (1939) [pdf]

supermdguy
2pts0
www.humansimulation.ai 1y ago

Agent Interoperability

supermdguy
3pts0
s3.amazonaws.com 2y ago

Reading the Mind in the Eyes

supermdguy
1pts0
mashable.com 2y ago

Discord obliterated a YouTube view count record. It may have been an accident

supermdguy
10pts2
github.com 2y ago

Show HN: Hands-Free Anki AI Assistant

supermdguy
3pts1
turbowarp.org 2y ago

Linux in Scratch-based RISC-V Emulator

supermdguy
4pts0
twitter.com 2y ago

Bing Image Generator Prompt Leak

supermdguy
2pts0
tosnotify.com 2y ago

Show HN: Get notified when sites update their terms of service

supermdguy
190pts66
old.reddit.com 3y ago

Deep learning practitioners in industry, is the workflow always this annoying?

supermdguy
7pts0
www.palantir.com 3y ago

Artificial Intelligence Platform for Defense

supermdguy
2pts0
blog.cloudflare.com 3y ago

Every 7.8μs your computer’s memory has a hiccup (2018)

supermdguy
3pts0
www.solzhenitsyncenter.org 3y ago

Live Not by Lies

supermdguy
2pts0
jesse.byu.edu 3y ago

Color Game

supermdguy
2pts1
www.youtube.com 3y ago

Life-Size Lego Technic Version of the Bugatti Chiron (2018) [video]

supermdguy
2pts0
twitter.com 3y ago

Professional Version of ChatGPT Waitlist

supermdguy
4pts1
githubnext.com 3y ago

GitHub Copilot CLI

supermdguy
2pts0
codegolf.stackexchange.com 3y ago

A Digital Clock in Conway's Game of Life (2017)

supermdguy
2pts0

“Do you know what the industry term for a project specification that is comprehensive and precise enough to generate a program?

Code. It’s called code.”

- CommitStrip (https://www.reddit.com/r/ProgrammerHumor/comments/1p70bk8/sp...)

I think if you’re doing it right, the core of your code should be the simplest expression of the underlying business logic. Of course there’s always going to be supporting layers, and maybe those don’t need to be reviewed. But if you haven’t read the code, there’s an extent to which you don’t know the business logic.

We're also launching GPT‑5.6 Sol on Cerebras at up to 750 tokens per second in July, bringing frontier intelligence to customers at unprecedented speed.

This is really exciting. I work on voice AI, and we're still using 4.1/4.1 mini since none of the frontier models come close on latency. I'm excited to be able to have more interactive experiences, I think it'll unlock new ways of working with these models.

One trick I’ve used is creating a folder and then adding a .gitignore inside it with *. Then nothing in that folder gets tracked, without needing to add anything to the public gitignore. Didn’t know about .git/config though!

I agree that current memory systems are pretty bad, and I think that’s because memory is a prompted behavior instead of a learned one. In theory, if memory was an emergent behavior instead of a prompted one, it would be a lot better.

I think you’re right that changing its own harness would be bad and skew towards prompt engineering instead of learned behavior. So maybe instead it could start with a harness with memory CRUD tools and then learn how to most effectively use them.

MAI-Thinking-1 2 months ago

It's interesting because their last model series (Phi) was based around the thesis that high-quality synthetic data is better than a large pre-training corpus.

I think the conduit exception still applies for analog faxes. Which makes no sense, since tapping a fax line is probably way easier than compromising a data center.

Interesting to see this after the recent post about Chrome’s on-device model using up 4gb of storage, which frustrated a lot of people [1].

I agree local models are great, and it’s cool that Apple has models built in now. But I feel like it basically has to be an OS level feature or users are going to get upset. I’d certainly rather have a small utility call out to OpenAI than download its own model.

[1] https://news.ycombinator.com/item?id=48019219

Better auth is great! I love how it's way more hackable than using a something like Clerk. We were able to add a plugin to allow auth via iframe postMessage (embedded in a CRM) and everything worked seamlessly.

Agent Skills 3 months ago

I've used it off and on over the last month or so. For more complicated tasks (30+ minutes) it works well, and seems to replace a lot of prompting that I'd normally need to do (e.g. asking questions about requirements, creating specs and implementation plans, staying on task). For simple tasks, it tries to do too much and gets in the way.

Overall, I'm really impressed by what you accomplished! I'm not a researcher, so not sure if this is that helpful, but here are some thoughts:

- I wonder if the "move" action is difficult for the model to learn to use well. The model sees token location as positional encodings in the embedding, not sparse character offsets. Would be interesting to see something more like "jump to next/previous [token or set of tokens]". Or maybe a find/replace like most coding harness edit tools use?

- I'd move the exact training data generation details to an appendix. Could be summarized to improve the flow of the paper.

Cool concept! I think the hardest part will be getting people in the target audience to use it. A lot of indie hackers make software for other indie hackers, but that isn't true of most other verticals. And honestly building software for indie hackers feels like a losing battle. Any ideas of how to incentivize none-builders to rank projects?

If all LLM advancements stopped today, but compute + energy got to the price where the $30 million zettaflop was possible, I wonder what outcomes would be possible? Would 1000 claudes be able to coordinate in meaningful ways? How much human intervention would be needed?

I like this, and think it's true for how humans learn. What's interesting to me is that it seems LLMs are significantly smarter than they were two years ago, but it doesn't feel like they have better "taste". Their failure modes are still bizarre and inhuman. I wonder what it is about their architecture/training that scales their experience without corresponding improvements in taste.

In theory, RLVR should encourage less error-prone code, similar to a human getting burned by production outages like the article mentioned. Maybe the scale in training just isn't big enough for that to matter? Perhaps we need better benchmarks that capture long-term issues that arise from bad models and unnecessary complexity.

I’ve tried having one “big” task that I’m focusing on with active back and forth while letting other Claude instances handle easier back-burner type tasks that it can effectively one-shot. But I’ve noticed that often turns into me spending more time/focus than I’d want on tasks that aren’t actually that impactful. I still think I get more done than I would otherwise, but I still haven’t found the best management strategy.

[dead] 4 months ago

Yeah that confused me, but the compression paper also doesn’t make a ton of sense since I doubt Google would have released it if it was actually such a competitive advantage compared to what other labs are doing. So I wonder what’s actually causing the price decrease.

[dead] 4 months ago

Any other sources on the OpenAI claim? Regardless, it’ll be nice to have cheaper RAM

Okay this is really fun and mathematically satisfying. Could even be useful for tough bugs that are technically deterministic, but you might not have precise reproduction steps.

Does it support running a test multiple times to get a probability for a single commit instead of just pass/fail? I guess you’d also need to take into account the number of trials to update the Beta properly.