HN user

TimByte

463 karma
Posts1
Comments275
View on HN

Obviously without a proper RAG pipeline or web search it is just going to hallucinate with maximum confidence. It would be more interesting to see the results with top tier models that have proper alignment to refuse to answer when token probability is low. As it is they just proved that people tend to trust well written text in a chat ui

The most interesting number is missing here, and that is the token distribution by use case. If 60-70% was eaten up by PDFs, agents and automation instead of people actually sitting in Claude Code, then it is a completely different story

The funniest part is that the article about AI slime polluting the internet was itself generated from start to finish by a neural net to promote some startup.

But the problem they're so clumsily trying to monetize is absolutely real. GitHub is rapidly turning from a place with battle-tested solutions into a dumpster fire of hallucinations. And no crutches like MAREF are gonna fix that because platforms profit from showing growth in repo and commit counts even if it's all dead plastic code.

I don't think the point is that London literally lacks pavement trees. As you say, the London plane is almost part of the city's visual identity in many areas. The interesting thing to me is how uneven the experience can be

It depends on the type of task and the developer's level. For typical CRUD tasks, I'd say AI is often already faster and better than an average developer. But as soon as ambiguous requirements or architectural trade-offs appear, the situation changes

Speed itself also changes the equation. If I can try out five implementation approaches in the same time I used to spend writing just one, the overall quality of the project could very well improve.

If programming were just about typing text, the profession would have disappeared already. In practice most of the work involves understanding requirements, analyzing constraints, finding trade-offs, and fixing problems before they hit production. AI is still noticeably worse at all that than it is at generating code.

At the end of the day it's just a tool. If someone enjoys building things, AI expands their capabilities rather than taking them away. Right now one developer can put together what used to require a small team. To me that sounds like an argument for learning it, not against it

Agreed. Shorting requires timing the market perfectly, but buying assets after a crash just requires having liquidity and patience. Historically, that's often been the safer play

After the dot-com bust, infrastructure assets turned out to be one of the most undervalued asset classes. Maybe in a few years people will look back on GPU clusters the same way they looked at dark fiber back then

I think a lot of people are mixing two different ideas: AI is overhyped and AI company stocks are about to crash. The first might well be true, but the second might not be. The dot-com bubble burst too, but the internet didn't go away. The question is more about who will be left standing once the era of endless capex growth ends.

There's no practical point to this. System calls and hardware interactions are deterministic. We don't need a probabilistic model to efficiently handle interrupts or write blocks to disk. Ai is great for the user interface layer, but at the kernel level, hardcoded C or Rust will always be faster and more reliable

The only viable scenario for that kind of ji approach would be a profiler that analyzes load patterns and recompiles kernel modules with optimal compiler flags for a specific use case. Dynamically generating kernel code from scratch would kill the system with compilation and ast verification overhead

That's the whole point of an operating system - to manage local hardware. That's its reason for existing. The moment task switching starts depending on rtt to a cloud provider's servers, it's just a thin client with delusions of grandeur. Fifty milliseconds per system call, and no amount of tflops on the backend is going to save you from that feeling of working through a proxy in 2005