Sigh, what AI supported Web Component development will look like
Danny Engelman

Danny Engelman @dannyengelman

About: Online since 1990 Yes! I started with Gopher. I do modern Web Component Development with technologies supported by **all** WHATWG partners (Apple, Google, Microsoft & Mozilla)

Location:
Amsterdam, the Netherlands
Joined:
Oct 20, 2018

Sigh, what AI supported Web Component development will look like

Publish Date: Dec 8 '22
1 2

Update: I wrote a GPT that generates Web Components in seconds:



constructor(){
  const template = name => document.getElementById(name).content.cloneNode(true);
  super()
    .attachShadow({mode:"open"})
    .append(
        template("BOARDSTYLE"),
        template("GAMEBOARD")
     );
}
Enter fullscreen mode Exit fullscreen mode

is perfectly valid code!

But because 10 years of Web Component blogs have replicated statements like:

Our AI generated Web Components will be as stupid.

Source: https://chat.openai.com/chat

And its stuborn in its answers:




Comments 2 total

  • Joe Pea
    Joe PeaJan 3, 2023

    So what this means is, AI isn't taking our jobs yet! :)

    • Danny Engelman
      Danny EngelmanJan 7, 2023

      Not our jobs (yet)! We are Explorers, Researchers, Adventurers
      We think, and act out of the box
      But those in the box....

Add comment