Readit News logoReadit News
fzaninotto commented on AI has a deep understanding of how this code works   github.com/ocaml/ocaml/pu... · Posted by u/theresistor
fzaninotto · 23 days ago
I've closed my share of AI-generated PRs on some OSS repositories I maintain. These contributors seem to jump from one project to another, until their contribution is accepted (recognized ?).

I wonder how long the open-source ecosystem will be able to resist this wave. The burden of reviewing AI-generated PRs is already not sustainable for maintainers, and the number of real open-source contributors is decreasing.

Side note: discovering the discussions in this PR is exactly why I love HN. It's like witnessing the changes in our trade in real time.

fzaninotto commented on Spec-Driven Development: The Waterfall Strikes Back   marmelab.com/blog/2025/11... · Posted by u/vinhnx
fzaninotto · a month ago
Hi, author here.

I love reading the posts in this thread. It seems the waterfall vs Agile debate is still vivid in the HN community, which surprises me.

I know that developers have different experiences with SDD, and there is no one-size-fits-all methodology anyway. It's interesting to read the feedback of people who really like it, especially when they describe their background and the type of project they use it for.

In my experience, SDD doesn't bring any value as I'm already using Plan mode before going to implementation. I have also never seen instances of a coding agent doing exactly what I had in mind in the first try (except for very simple cases), so there must be iterations, which defeats the purpose of the Big Design Up Front.

Finally, I really think coding agents pave the path for a new way to develop digital products, more productive and closer to the users' expectations. But I doubt that SDD lies anywhere in this path.

fzaninotto commented on Using LLMs to classify unstructured listings   etsy.com/codeascraft/unde... · Posted by u/fzaninotto
fzaninotto · 2 months ago
Great feedback from the Etsy team about a real-world LLM usage that proved efficient.
fzaninotto commented on Microsoft Introduces 'Copilot Mode' in Edge   blogs.windows.com/msedged... · Posted by u/Bogdanp
fzaninotto · 5 months ago
This new browser mode is a robot that replaces visitors on websites. It can't be good news for website editors...

Should we (developers) start building websites for robots?

fzaninotto commented on XMLUI   blog.jonudell.net/2025/07... · Posted by u/mpweiher
fzaninotto · 5 months ago
This looks similar to React application frameworks like react-admin [1] or Refine [2]:

    const App = () => (
      <Admin dataProvider={dataProvider}>
         <Resource name="posts" list={PostList} />
      </Admin>
    )
    
    const PostList = () => (
      <List>
        <DataTable>
          <DataTable.Col source="date" />
          <DataTable.Col source="title />
          <DataTable.Col source="author" />
        </DataTable>
      </List>
    );
The article mentions XML, but the true revolution is JSX itself, which lets you describe any piece of logic as a React element. This opens the possibility to create DSL for everything, just like in Python.

[1]: https://github.com/marmelab/react-admin [2]: https://github.com/refinedev/refine

fzaninotto commented on Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages   simedw.com/2025/06/23/int... · Posted by u/simedw
fzaninotto · 6 months ago
Congrats! Now you need an entire datacenter to visualize a web page.

u/fzaninotto

KarmaCake day1353September 12, 2012
About
Founder and CEO of Marmelab, a French web agency with 20+ full-stack devs. Lead developer of react-admin and GreenFrame.io. Manager, developer, agile coach, interested in open-source, privacy, and sustainability.
View Original