Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. i have thoughts on google’s modern-web-guidance thing…

i have thoughts on google’s modern-web-guidance thing…

Scheduled Pinned Locked Moved Uncategorized
19 Posts 7 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mayank@front-end.socialM mayank@front-end.social

    @cthos indeed, i mentioned this in points 3 and 4.

    i don't think the two parts of google even talk to each other. this particular effort is from the chrome/devrel team, who have historically been known to genuinely care about the web in their own way. but they also believe in LLMs and desperately want it to be less bad. so yeah, aspirational.

    cthos@mastodon.cthos.devC This user is from outside of this forum
    cthos@mastodon.cthos.devC This user is from outside of this forum
    cthos@mastodon.cthos.dev
    wrote last edited by
    #10

    @mayank I missed your middle two points, sorry for the duplication 😅

    I am also happy you see it too

    1 Reply Last reply
    0
    • mayank@front-end.socialM mayank@front-end.social

      i’ve already spent more time on this than i would like. i hate talking about these tools (which normalizes them).

      there is nothing in it for me. i don’t want to talk about any of this shit. i’m not getting paid, and none of it is useful in my own work in any meaningful way.

      but i've taken the time to properly understand these systems because i think it's important to stay informed. hopefully this thread was helpful for anyone who’s curious about this whole thing.

      /fin.

      nicmakesstuff@indieweb.socialN This user is from outside of this forum
      nicmakesstuff@indieweb.socialN This user is from outside of this forum
      nicmakesstuff@indieweb.social
      wrote last edited by
      #11

      @mayank the fact they're actively killing websites with their search changes and producing this feels less like harm reduction and more like blowing your head off with a shot gun and handing you a bandage

      mayank@front-end.socialM 1 Reply Last reply
      0
      • nicmakesstuff@indieweb.socialN nicmakesstuff@indieweb.social

        @mayank the fact they're actively killing websites with their search changes and producing this feels less like harm reduction and more like blowing your head off with a shot gun and handing you a bandage

        mayank@front-end.socialM This user is from outside of this forum
        mayank@front-end.socialM This user is from outside of this forum
        mayank@front-end.social
        wrote last edited by
        #12

        @NicMakesStuff why did i picture that vividly lmao

        nicmakesstuff@indieweb.socialN 1 Reply Last reply
        0
        • mayank@front-end.socialM mayank@front-end.social

          @NicMakesStuff why did i picture that vividly lmao

          nicmakesstuff@indieweb.socialN This user is from outside of this forum
          nicmakesstuff@indieweb.socialN This user is from outside of this forum
          nicmakesstuff@indieweb.social
          wrote last edited by
          #13

          @mayank haha whoops should put a content warning on there!

          1 Reply Last reply
          0
          • mayank@front-end.socialM mayank@front-end.social

            i have thoughts on google’s modern-web-guidance thing…

            i’m looking at it solely from an accessibility perspective, for which there is a high-level guide, as well as small details sprinkled into use-case specific guides.

            Link Preview Image
            modern-web-guidance-src/guides/accessibility/accessibility/guide.md at main · GoogleChrome/modern-web-guidance-src

            Contribute to GoogleChrome/modern-web-guidance-src development by creating an account on GitHub.

            favicon

            GitHub (github.com)

            (the whole thing is open source so i was able to look pretty deep)

            shadowfetch@indieweb.socialS This user is from outside of this forum
            shadowfetch@indieweb.socialS This user is from outside of this forum
            shadowfetch@indieweb.social
            wrote last edited by
            #14

            @mayank Digging into those big tech specs always makes me grateful for native iOS APIs. Trying to retroactively guide developers on web accessibility feels so much more convoluted than just having accessibility baked into the core UIKit or SwiftUI components from day one.

            1 Reply Last reply
            0
            • mayank@front-end.socialM mayank@front-end.social

              RE: https://front-end.social/@SaraSoueidan/116610307042155106

              3) lack of manual testing

              afaict, only the use-case specific handcoded demos were manually tested. i can see an "eval" flow with e2e tests that regularly validate outputs from different models, which is good but *not* a replacement for real testing (esp. from disabled users).

              there is no data to back up the claim that this skill actually helps these tools produce more accessible output. LLMs are black boxes and often ignore/misinterpret instructions, especially for nuanced a11y details.

              …

              yatil@yatil.socialY This user is from outside of this forum
              yatil@yatil.socialY This user is from outside of this forum
              yatil@yatil.social
              wrote last edited by
              #15

              @mayank We have seen in this research by @kc that expert-level guidance only improves accessibility output of the slop machines by so much versus saying “make it accessible”. It’s ultimately trying to keep up the mirage that these things can produce acceptable output, while they are telling it repeatedly to not punch itself in the face. Because it otherwise would.

              Read Casey’s full paper here: https://conesible.de/wab/

              mayank@front-end.socialM 1 Reply Last reply
              0
              • yatil@yatil.socialY yatil@yatil.social

                @mayank We have seen in this research by @kc that expert-level guidance only improves accessibility output of the slop machines by so much versus saying “make it accessible”. It’s ultimately trying to keep up the mirage that these things can produce acceptable output, while they are telling it repeatedly to not punch itself in the face. Because it otherwise would.

                Read Casey’s full paper here: https://conesible.de/wab/

                mayank@front-end.socialM This user is from outside of this forum
                mayank@front-end.socialM This user is from outside of this forum
                mayank@front-end.social
                wrote last edited by
                #16

                @yatil @kc ooh, instant bookmark! thanks for sharing

                1 Reply Last reply
                0
                • mayank@front-end.socialM mayank@front-end.social

                  i have thoughts on google’s modern-web-guidance thing…

                  i’m looking at it solely from an accessibility perspective, for which there is a high-level guide, as well as small details sprinkled into use-case specific guides.

                  Link Preview Image
                  modern-web-guidance-src/guides/accessibility/accessibility/guide.md at main · GoogleChrome/modern-web-guidance-src

                  Contribute to GoogleChrome/modern-web-guidance-src development by creating an account on GitHub.

                  favicon

                  GitHub (github.com)

                  (the whole thing is open source so i was able to look pretty deep)

                  sarasoueidan@front-end.socialS This user is from outside of this forum
                  sarasoueidan@front-end.socialS This user is from outside of this forum
                  sarasoueidan@front-end.social
                  wrote last edited by
                  #17

                  @mayank Thank you for taking the time to dig in and more so to share your findings, Mayank!

                  mayank@front-end.socialM 1 Reply Last reply
                  0
                  • mayank@front-end.socialM mayank@front-end.social

                    5) anti-human

                    i actually really like the idea of creating high-quality guidance around general web dev stuff and specific modern web features. it would make for a great resource for humans to learn!

                    instead, this whole thing is optimized only for machines and will likely never be read by humans (unless they're sleuthing around like me), which is a shame.

                    if humans are not reading it, they're also less likely to find issues and contribute back.

                    …

                    linkplay@biplus.socialL This user is from outside of this forum
                    linkplay@biplus.socialL This user is from outside of this forum
                    linkplay@biplus.social
                    wrote last edited by
                    #18

                    @mayank this is why i never understood the value of AGENT.md files. it's clear these companies WANT people to stop thinking of the details.

                    1 Reply Last reply
                    0
                    • sarasoueidan@front-end.socialS sarasoueidan@front-end.social

                      @mayank Thank you for taking the time to dig in and more so to share your findings, Mayank!

                      mayank@front-end.socialM This user is from outside of this forum
                      mayank@front-end.socialM This user is from outside of this forum
                      mayank@front-end.social
                      wrote last edited by
                      #19

                      @SaraSoueidan and thank you for initiating the pushback! i wasn't originally planning to share any of this.

                      1 Reply Last reply
                      0
                      • R relay@relay.mycrowd.ca shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups