Live data from Hacker News

Viewing profile — polyglotfacto

polyglotfacto

HN member
Joined
Sat, Apr 11, 2020, 7:14 AM UTC
HN karma
200
Public activity
68 items

About polyglotfacto

No profile information was provided.

Recent public activity

  1. comment
    Comment #47479571

    I implemented MessagePort in Servo back in 2019 — it was the hardest concurrency problem I'd encountered, because ports can be transferred between event loops while messages are st…

  2. story
  3. comment
    Comment #47333013

    I've been implementing the WebNN Web Standard on a personal Servo branch with AI coding assistance (main bans AI), and switched to GPT 5.4 this week. It introduced a race condition…

  4. story
  5. comment
    Comment #47275643

    I am in the third week of my experiment with AI-assisted coding on a personal branch of Servo (which still bans all AI contributions). First, the least relevant metric: LOC. Almost…

  6. story
  7. comment
    Comment #47215291

    I’ve used TLA+ for six years to "debug my thinking," but I always treated the jump from spec to implementation as a leap of faith. What surprised me in this experiment with Lean wa…

  8. story
  9. comment
    Comment #47149618

    I am a maintainer of the Servo web engine. Two years ago, our project banned AI-generated contributions. I was a dissenting voice on that policy, and have continued to experiment w…

  10. story
  11. comment
    Comment #47088009

    Within the Federal Reserve System, we have also been exploring the use of AI in our own operations and have established an AI program and governance framework for the use of AI tec…

  12. story
  13. comment
    Comment #47086496

    > FWIW, an inefficient but working product is pretty much the definition of a startup MVP It depends on what kind of start-up we're talking about. A compiler start-up probably shou…

  14. comment
    Comment #47086186

    > its value comes from fulfilling its requirements. The requirements will have to come from somewhere, and they will have to be quite precise although probably higher-level than co…

  15. comment
    Comment #47084574

    > When a friend asked me to convert a large, thorny data set, I downloaded it, cleaned it up and made it pretty and easy to explore. In the past I would have charged $350,000 > (..…

  16. story
  17. comment
    Comment #46961871

    My review of the article, as a conversation with an agent: https://medium.com/@polyglot_factotum/slop-review-with-ai-th ... Here is the AI's final verdict (following an initial ent…

  18. comment
    Comment #46932371

    After seeing the autonomous browser and compiler projects trend here, and having been a vocal critic in the comments, I felt compelled to write a long-form rebuttal. My thesis: AI …

  19. story
  20. comment
    Comment #46921332

    So let’s say you fund a single engineer for an open‑source project with $20k. The outcome will be a prototype with some interesting ideas. And yes, with a few hundred bucks' worth …

  21. comment
    Comment #46921234

    Point is: it doesn't matter if agents can do it faster and cheaper than a team of humans: it's slop. It's like writing a novel in a week that no one wants to read. If in six months…

  22. comment
    Comment #46914016

    So as a software engineer with experience with coding agents, when I look at https://github.com/anthropics/knowledge-work-plugins I'm like: oh that's it, a bunch of skills files? S…

  23. comment
    Comment #46913627

    So I do think one can get value from coding agents, but that value is out of proportion compared to the investments made by the AI labs, so now they're pushing this kind of stuff w…

  24. comment
    Comment #46910408

    You can look at the Web as a starter: https://html.spec.whatwg.org/#history-2 > The WHATWG was based on several core principles, (..) and that specifications need to be detailed en…

  25. story
    Show HN: Prompt-injection‑resistant agent runtime that writes web apps

    I built a PoC of an agent runtime designed to reduce prompt‑injection blast radius. Instead of doing tasks directly, the agent writes a web app to do the work. The app can run sub‑…