HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moconnor

no profile record

comments

moconnor
·지난달·discuss
Seems like China is using them in buses already?

https://english.cas.cn/newsroom/cas-in-media/202606/t2026060...
moconnor
·지난달·discuss
Literally the very first time I used ChatGPT. I had already been experimenting with GPT3 for various jokes and games via the API but the naturalness of it as a chat interface that understood you changed everything.

The first time I used a terminal agent was another one.
moconnor
·2개월 전·discuss
“Flow” moves agents through a yaml flowchart of prompts and decisions. It’s working quite well for a couple of us in Tenstorrent, more to discover here though:

https://github.com/yieldthought/flow

Happily, 5.5 is good at writing and using it.
moconnor
·2개월 전·discuss
This is the future of all software; the benefits of making it accessible to agents are overwhelming.
moconnor
·2개월 전·discuss
This is an incredibly good first approximation and is often all you need.

Source: spent a couple of years developing an energy and performance profiler for cpus and gpus with various government labs.
moconnor
·3개월 전·discuss
Very large, fast, read-only memory now has an incredible use-case: NN weights.
moconnor
·3개월 전·discuss
Is... is this named because they have a lemon they're trying to make the most of?
moconnor
·3개월 전·discuss
Whoever did this must have realised the users will hate it. So… is this just demonstrating that the internal culture emphasises other things than user happiness?

I also note that ”for PRs” - will we see these appearing as comments in generated code?
moconnor
·4개월 전·discuss
I’m not saying I prefer it like this. Just stating that the change is already inevitable.
moconnor
·4개월 전·discuss
Sometimes yes, sometimes no. A lot of it was “debug this issue and fix it” or “write this small tool to do X”
moconnor
·4개월 전·discuss
We also outlaw vices like physical violence and property theft.

Society is fundamentally counter to individual freedom, and the degree determines the nature of that society and the degree of cooperation possible within it.
moconnor
·4개월 전·discuss
The article’s “worst case” is not dark enough.

The real evil is when someone ensures the famine occurs so they can profit from an outside betting position.
moconnor
·4개월 전·discuss
This is naive. The people deciding about the bombing will profit most by taking a very large and unlikely position against the market’s predictions and then carrying it out immediately.

Anonymous trading on prediction markets leads to unpredictable chaos in the end. And as destruction is easier than creation that’s what we will see more of.

Example: a fake German market for train punctuality was announced to make a point recently. If it had been real, train staff and passengers could trivially have profited by betting against any expected punctual train and blocking a door for a few minutes. Or betting against many trains and throwing a hopefully fake body onto a busy line.

Having nice things in society is fragile and not a given. They mostly exist through mutual consent and mild disincentives to destroy the common good. Allow people to profit by destroying them and enough of them will.
moconnor
·4개월 전·discuss
I’ve been programming professionally for 25 years. Well, 24 really because in the whole last year I barely wrote a line myself but my output increased dramatically.

If you can’t see that it’s over, I’m not sure what to tell you. You will, in time.
moconnor
·4개월 전·discuss
Bit flips aren’t always bad hardware. I remember an anecdote from Sandia from my HPC days - they found they were getting more bit flips on some machines than others on their cluster and sometimes correlated.

Turned out at their altitude cosmic rays were flipping bits in the top-most machines in the racks, sometimes then penetrating lower and flipping bits in more machines too.
moconnor
·5개월 전·discuss
Same; I can’t believe this AI slop has >1000 points…
moconnor
·6개월 전·discuss
The only software worth writing is tools for agents that contain something hard for them to vibe code in a couple of sessions.

Making someone’s agents 20% better, cheaper or faster will be a measurable and easy sales goal.
moconnor
·6개월 전·discuss
To get what?
moconnor
·8개월 전·discuss
The landing page reads like it was written with an LLM.

Somehow this makes me immediately not care about the project; I expect it to be incomplete vibe-coded filler somehow.

Odd what a strong reaction it invokes already. Like: if the author couldn’t be bothered to write this, why waste time reading it? Not sure I support that, but that’s the feeling.
moconnor
·9개월 전·discuss
Genuinely interesting how divergent people's experiences of working with these models is.

I've been 5x more productive using codex-cli for weeks. I have no trouble getting it to convert a combination of unusually-structured source code and internal SVGs of execution traces to a custom internal JSON graph format - very clearly out-of-domain tasks compared to their training data. Or mining a large mixed python/C++ codebase including low-level kernels for our RISCV accelerators for ever-more accurate docs, to the level of documenting bugs as known issues that the team ran into the same day.

We are seeing wildly different outcomes from the same tools and I'm really curious about why.