Bun in Rust is better than the original

(twitter.com)

4 points | by tosh 8 hours ago ago

4 comments

  • pixel_popping 3 hours ago ago

    People will hate me for saying this, but I'm now on the camp of AI will write better softwares than human, regardless of the level, we are at the beginning only, it's extremely likely that we will be able to zeroshot (including all the tooling of course, doesn't matter, it's just a technicality) virtually any sort of software, including entire Kernel/OS and so-on.

    Most skeptical imo have not used yet enough tokens on codebase in loops with multiple models and all kind of regression tests to say that it's not on-par yet with great developers, it might not think, it might not understand what it does, but the outcome is there, and it's getting solid, and whatever gap there is now, we must already assume it's solved when we talk about this "technology". I dare anyone to use 1B tokens on any sort of codebase and tell me that there isn't a drastic improvement from a fully human-made one. Some will argue it's "expensive" but it's irrelevant in the discussion of AI vs Humans as Humans are insanely expensive as well, way more expensive. I'm developing alone things that cost me only a few thousand a month in AI (subsidized, but who cares, in practice, this is it) the equivalent of a team of 20, this is reality, not a "maybe".

    In my team, we are at a point where even reading the output of AI is irrelevant, it should be summarized/enhanced by another model (in loops, always), people still using Claude Code or basic tools like this and waiting are using it wrong imo. Claude Code/Codex/Gemini CLIs should just be leveraged to not having to pay the API price, that's pretty much it, but "vibe coding" makes no-sense, why do you need to "follow up" if you are sure of the goal? To me it seems that users vibe coding just didn't define entirely the goal/specs/tests prior and this is why they must still follow what the agent is doing, but this is far from the real capabilities which is to practically be able to dump hundred of tasks and most of them will just be done. If something isn't the way you want it, re question yourself (aka the prompter) and instead of instructing to fix the issue, fix the process instead.

    It should always be AI first, then human in the loop only when debating in loop between models isn't enough or if they can't figure out the best course of action.

  • t23414321 3 hours ago ago

    I don't remember details, but there is one developer who's app is the top one - the competing 2'nd and 3'rd are his apps too but branded under different names :)))

  • vintagedave 8 hours ago ago

    I'm not sure why it requires being in Rust to fuzz or fix bugs, though.