13 comments

  • Rexxar1 hour ago
    They don&#x27;t have to tell us they are vibe coding everything.<p>- there are now ridiculous vibe coded localisation in VS2026<p>- task manager started to not report cpu usage correctly recently (the number becomes stalled)<p>- file explorer display the &quot;loading&quot; icon infinitely on some directories<p>- and many other things!
    • GrayShade30 minutes ago
      &gt; file explorer display the &quot;loading&quot; icon infinitely on some directories<p>Nautilus had that feature 10 years ago, good to hear they&#x27;ve reached parity.
      • edg500017 minutes ago
        I love Nautilus, but the one I run (42.6) still has that ocasionally. May be fixed in latest stable by now though.
    • chrischen1 hour ago
      The line between vibe coding and just coding has now moved. Vibe coding is specifically when the output is not understood by the prompter. Even in the back in the days of the earlier models i used the models to do my basic typing because it was easier than me typing it out…
      • Icathian52 minutes ago
        Your reply misunderstands the parent comment, I think. MS devs clearly don&#x27;t understand their output given how garbage it is.
        • fingerlocks12 minutes ago
          We’re not allowed to understand it. Gotta hit your PR quota to keep your job. I wish I was joking.
    • sharktheone31 minutes ago
      Even if they wouldn&#x27;t be vibecoding. They were able to write slop before AI
  • tecoholic1 hour ago
    <p><pre><code> One of the thorniest conversions was the session.ts file, which was over 30,000 lines of TypeScript that touched all aspects of the runtime. </code></pre> This can’t be real. Single file with 30K lines? Which human being is working on it and how much RAM does it take for a code editor to load that with full symbol tree? I am genuinely curious. Is this common? I think most files I come across stretch to maybe 2-3k lines max.
    • Rexxar1 hour ago
      30000 is not that big in very old projects with many contributors. There are always one or two files that no one wants to take the time and responsibility to clean up. And 30000 is not a big number for RAM. The fact that you find it choking is more and of an indication of how bad our tools have become than anything else.<p>For example, until recently the main file for donet runtime GC was more than 50000 lines (it has since been split).
      • skrebbel17 minutes ago
        Copilot isn’t “very old”.
    • Zanfa28 minutes ago
      Behold the View.java[0] at 34k lines of human code. IIRC it’s slimmed down a bit these days and used to be more.<p>[0] <a href="https:&#x2F;&#x2F;android.googlesource.com&#x2F;platform&#x2F;frameworks&#x2F;base&#x2F;+&#x2F;master&#x2F;core&#x2F;java&#x2F;android&#x2F;view&#x2F;View.java" rel="nofollow">https:&#x2F;&#x2F;android.googlesource.com&#x2F;platform&#x2F;frameworks&#x2F;base&#x2F;+&#x2F;...</a>
    • brewmarche19 minutes ago
      Until recently the .NET garbage collector used to be a single 30,000+ lines C++ file. And it was maintained by one person if I remember correctly.
    • wayvey1 hour ago
      I recently saw a ~60k lines &#x2F; 3mb .cpp file in one vibe coded project (and yes I was a bit horrified) Surprised it works at all but it apparently does. Not really for a human though and even for an LLM it would be more beneficial for it to be split up.
      • NewsaHackO1 hour ago
        This has to be 1) early LLM vibe coding or 2) “hand” vibe codingwhere the user asked the LLM to code sections and stitches them together manually, and the programmer is a novice. The second part I speak from experience; got to ~2k before realizing this is out of the script range and started to break it up. Regardless, it would be almost impossible to get an SOTA LLM agent to ever do this.
        • applfanboysbgon55 minutes ago
          It is very possible. Sol Max created a 17k line monolithic file in a prototype not long ago. If I didn&#x27;t stop it and make it refactor everything it easily would have went to 60k. I think it&#x27;s the default if you start a new project and don&#x27;t define the architecture concretely with files and folders beforehand. Models have zero concept of architecture or long-term planning, they just band-aid the fastest immediate solution that gets them the reward.
          • phoghed23 minutes ago
            I find that specifically when you tell it you’re doing a prototype or POC, it takes that as a license to write huge single files and other shit coding practices.
      • perching_aix53 minutes ago
        I have seen 30k line cpp files even a decade ago (World of Warcraft server emulator, gameplay logic of a boss enemy), and was told it is fairly normal in large software (even 100K not being unheard of), so I&#x27;m not sure if it&#x27;s that much of an LLM thing.
        • dgellow40 minutes ago
          In the cpp world that’s indeed relatively normal for complex projects.
    • sajithdilshan57 minutes ago
      The question should be how can they ever let that file grow that big. What kind of engineers were working on that, like I hate seeing any file more than 300-400 lines of code
      • dgellow41 minutes ago
        If well organized the number of lines of code in a file is really irrelevant. 300-400 loc is a tiny file in any professional project. Splitting in a large number of file doesn’t magically make things simpler to manage, in fact you fragment the context by doing that. And very likely end up with unnecessary abstractions
        • sajithdilshan34 minutes ago
          I disagree, that makes it more readable, maintainable and testable. Just because everything is in one file doesn’t mean you’ll be able to build the context, you’d forget what was at the start of the file when you get to the bottom of it if it’s like 3k lines
    • formerly_proven1 hour ago
      &gt; Which human being is working on it<p>If you&#x27;ve ever used that tool you wouldn&#x27;t ask this question, since it&#x27;s obviously fully vibecoded.
    • smitty1e1 hour ago
      Was the documentation for each function a full-on essay?
  • aniceperson7 minutes ago
    they ported their coding harness, something known for being simply an extensible http and subprocess wrapper, into a monolithic blob. They took their bloated and slow coding harness, and turned into an un-maintanable blob.
  • meerita1 hour ago
    I wrote to the post of Andrea (a dev from the Copilot team) about their 800K LoC: 128 PRs, shipped incrementally. Existing end-to-end tests ran against the new code at every step.<p>Total: ~1,301,378 lines of Rust.<p>Production: 832,378 Unit tests: ~469,000 Combined: ~1.30 million lines<p>On top of the 832K LoC are mostly tests she answered:<p>&gt; Yeap, 832,378 lines of production Rust. the +800K number is production only; unit tests are another +469K on top.<p><a href="https:&#x2F;&#x2F;x.com&#x2F;acolombiadev&#x2F;status&#x2F;2100660224298193081?s=20" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;acolombiadev&#x2F;status&#x2F;2100660224298193081?s=20</a>
    • jsnell1 hour ago
      &gt; Half of the 832K LoC are mostly tests she answered:<p>No? That quote is clearly saying the opposite of your summary.
      • meerita55 minutes ago
        True! I edited.
  • dmix1 hour ago
    &gt; agents converted 430,000 lines of TypeScript into 800,000 lines of production Rust<p>The +400k new lines were probably code comments the agents added to everything
    • meerita53 minutes ago
      832K + 469k of tests.
  • Havoc17 minutes ago
    Can they port their m365 chat UI too?<p>Don&#x27;t know what tech stack it is but I&#x27;m guessing electron judging by how buggy and slow it is
  • hollowturtle1 hour ago
    &gt; The original TypeScript implementation completed 7.55 of those lifecycles per second, while Rust running in-process managed 120 per second - representing a 15.9x speedup on that particular workload.<p>Does this impresses&#x2F;surprises anyone? Two folds: 1) I believe the most optimized JavaScript code could near the performance of this phase 1 port without optimizations. I would have gone with that first, many would think that would not be as cost efficient but: 2) optimizing the rust code will require 10x the effort of the 1 by 1 conversion, just because you now need idiomatic rust code that likely has nothing to do with a plain translation. So defeating the initial gain, there&#x27;s nothing to do the bottleneck gets just pushed elsewhere
  • amelius1 hour ago
    Still hoping for a company to agentically port the python ecosystem to GIL-free python.
    • rienbdj1 hour ago
      If runtime performance is the goal it’s easier to port the required libraries to another language at this point.
    • andrewstuart1 hour ago
      I did a lot of benchmarking of Gil free python.<p>Greenlets were much faster.<p>Gil free python gets stuck on all sorts of python locks. It’s slow.
  • iamgopal55 minutes ago
    why golang lost to rust ?
    • Havoc15 minutes ago
      Either would have worked, but rust&#x27;s fussy compiler &amp; memory features is an advantage for LLMs. The more bug catching you can shift out of runtime and into compile time the better since the LLM can fix it
    • asp_hornet41 minutes ago
      &gt; The software engine underpinning GitHub Copilot and a growing number of Microsoft products<p>I’m guessing so it can interop easier with C&#x2F;C++ codebases? Just a stab in the dark, I have no idea.
  • jdw6441 minutes ago
    Now I&#x27;m starting to really feel that I should use Rust, but I have no idea where to actually apply it.
  • baxuz48 minutes ago
    The fuck does &quot;agentically&quot; mean
    • supermatt25 minutes ago
      It’s the adverb of agentic, which is an adjective to describe something as having agency. I get it was a snark on the word, but it’s actually a legitimate pre-ai term.
    • mg7439 minutes ago
      Probably that they used dynamic workflows to run long agent sessions to do the conversion, like Anthropic did when they ported Bun from Zig to Rust. Minimize Human in the Loop workflows, maximize Agents in the Loop workflows.
    • dgellow38 minutes ago
      That’s they used Claude code
  • perching_aix1 hour ago
    Is that why session compaction stopped working for me in VS Code at the end of this week, or is that just the integrated extension itself having a normal one?<p>Though it&#x27;s the same extension that can&#x27;t keep its session timestamps straight, randomly hides sessions I was just in (then suddenly remembers them after going in and out of a session), and completely shits itself visually when using OpenAI&#x27;s models, so maybe it really is just the latter.
  • andrewstuart1 hour ago
    Can we not say “agentically” please?