← Back to context

Comment by kaspermarstal

11 days ago

I'm continuing the work on Cellm, an Excel extension that let's you call LLMs in cell formulas like =PROMPT(A1, "Rate the sentiment of the customer feedback as positive, neutral, or negative"), and then drag the formula down to apply the same prompt to thousands of rows. I built it after my girlfriend had to manually classify 7,500 research papers. Cellm automates that kind of repetitive work.

Since we added MCP and the use of structured output to "spill" multiple return values into adjecent cells, it is the quickest way I know of to monitor competitors blogs everyday before my 09:00 meeting. And also the quickest way I know of to test new AI models. I have a sheet with SimpleQA, MMLUPro, or GPQA Diamond and testing a new model is a matter of adding a new column. The whole idea is to enable normal people (like, non-techies) to automate manual, repetitive tasks with AI like programmers routinely do.

https://github.com/getcellm/cellm

Somewhat similar is https://paradigmai.com.

  • Looks very similar yes, it is a great UI paradigm for running many prompts. I think of spreadsheets as the OG low-code tool and with just a sprinkle of LLMs, people can do so much more with tools they already know

    • Totally agree! And to be clear, I'm not intending to discourage you (or anyone else) from working on it. A bunch of smart people separately working and iterating to create the best version of spreadsheet + LLMs makes me a happy user

  • Kind of looks a bit like what Clay is built to do...?

    • Okay, I'll bite. There are many clever people out there who figured out that spreadsheets is a great UI paradigm for building low-code AI workflows. That is good for users. And I find it is good for me. Thanks for validating the idea guys.

That’s pretty interesting. I’ve using Airtable’s “field agents” for a similar use case, but would love to use this instead. Does it automatically cache values? (Don’t want to pay for repeat prompts just because one input cell updated)

  • Yes it does, you can toggle it on and off. Send me an email at kasper at getcellm dot com or sign up to the waitlist on getcellm dot com and I will personally onboard you!

Do you have paying users?

I built something like that for Google Sheets in early 2024 and now I'm thinking whether I missed an opportunity.

  • No not yet, we are about to onboard the first users on the waitlist one-by-one and when we have ironed out the major issues that we will inevitably discover, we will open up for paid users after that.

    I wouldn’t worry too much about missing out, as you probably very well aware, whatever you choose to work on takes incredible amounts of time and energy to get off the ground. Now you just have more time to out into something else :)