9 comments

  • matltc an hour ago

    I'm trying to get out of spreadsheet hell, not embrace it

    • ActionHank 30 minutes ago

      But the sell here is that your boss goes to spreadsheet hell and you go to the unemployment line.

  • pvg 12 hours ago
  • sixhobbits 5 hours ago

    I wish Google had spent their efforts building stuff like this into Google Sheets instead of launching a Gemini tab that follows you everywhere and says "sorry I can't help with that" if you try to use it

    • bsenftner 4 hours ago

      When you look into the data structure and organization that is underneath Google Sheets, and if you have any experience with LLMs and structured outputs, Google shit in their sheets as far as having an overly complex internal representation for a spreadsheet. Their data representation needs to be translated into something far easier to work with for machine learning models to work with that data, without a massive amount of filtering just to reach the spreadsheet data itself.

      • daveguy an hour ago

        > When you look into the data structure and organization that is underneath Google Sheets

        I don't use Google Sheets very often, so maybe this is obvious to someone that does. But, how do you look at the data structure and organization underneath Google Sheets? Are you an employee or is this available to the general public? Through an api?

      • dartos an hour ago

        I think if you trained a MLM to replace certain tokens in a CSV with formulas, you can accomplish that without worrying about the internal representation of a spreadsheet.

      • gcr 3 hours ago

        Or we can make models that are used to accepting spreadsheet data as input. It’s probably just a different kinds of positional embedding even.

        • bsenftner an hour ago

          Believe it or not, we already do, it is just not obvious and so far, I've only exchanged info with very few that realize this, and how to access that capability.