| ▲ | TrackerFF 9 hours ago |
| I've experimented with ChatGPT for spreadsheets the past 6 months, and while the results look nice now it has been excruciatingly slow for even the simplest spreadsheet. I'm talking 15-20 minutes to make some pretty basic calculator with graphs. IIRC, it used a lot of time purely on the styling. |
|
| ▲ | angadsg 8 hours ago | parent | next [-] |
| Engineer on ChatGPT for Excel here. Useful feedback. We have improved the latency inside the add-in a lot and a lot more to come. We also have the Fast, Standard and Heavy thinking modes, where you can adjust the thinking time depending on the task complexity. Curious to hear your feedback once you try this out! |
|
| ▲ | jannyfer 9 hours ago | parent | prev [-] |
| Adding a tangential anecdote. I asked GPT-5.4 High to draw up an architecture diagram in SVG and left it running. It took over an hour to generate something and had some spacing wrong, things overlapping, etc. I thought it was stuck, but it actually came back with the output. Then I asked it to make it with HTML and CSS instead, and it made a better output in five seconds (no arrows/lines though). SVG looks similar to the XML format of spreadsheets. I wonder if LLMs struggle with that? |
| |
| ▲ | bob1029 9 hours ago | parent | next [-] | | The LLMs seem to struggle at anything that isn't relatively well anchored in whatever space. HTML documents have a lot of foundation to them in the training data, so they seem to perform well by comparison to other things. I just spent a few hours trying to get GPT5.4 to write strict, git compatible patches and concluded this is a huge waste of time. It's a lot easier and more stable to do simple find/replace or overwrite the whole file each time. Same story in places like Unity or Blender. The ability to coordinate things in 3d is really bad still. You can get clean output using parametric scenes, but that's about it. | | |
| ▲ | jqbd 2 hours ago | parent [-] | | Parametric scenes is the whole of Houdini and any node based compositor etc. so there is some applications no? |
| |
| ▲ | scronkfinkle 9 hours ago | parent | prev | next [-] | | Claude's diagramming tool that they have built into their web UI is my goto for this task. It's reliable enough that I often will delegate to it first with what I need written in prose instead of using mermaid/lucid diagram | |
| ▲ | brett-jackson 9 hours ago | parent | prev | next [-] | | I’d try asking it for a mermaid diagram. I think ChatGPT’s web interface will render them. | |
| ▲ | cubefox 9 hours ago | parent | prev [-] | | Gemini is very good with SVG, but I don't really see the similarity to spreadsheets. |
|