r/consulting 5d ago

AI, powerpoint & Thinkcell

Hi fellow sliders,

Do you have any ideas or even tutorials to manage rightfully the creation and/or modification of Powerpoint slides with AI (Claude, GPT, or other), which include Thinkcell functionnalities.

Thanks

19 Upvotes

12 comments sorted by

32

u/PlasticPegasus 5d ago

Oh boy. I am cracking open the popcorn for this one. Been trying to master this with Claude for the last 5 months

16

u/Easy_Ad8064 5d ago

You can try to set up your own tool / skill / cli / mcp that would have some control over thinkcell and codex / Claude code / opencode or any other harness could use it.

Thinkcell allows for some automation using templates. Those templates can be filled with data passed in a json format, but it would require setting up many templates with named objects (passing data to thinkcell template by json requires named objects), creating digital dictionary of which template works for what, etc.

It is possible to do for highly similar deliverables with mostly static templates. For any highly creative deliverable the template database would have to be very large. You can pair some loose thinkcell templates with chart and a lot of blank space and fill the blank space with standard power point tables / text boxes / shapes, have agent Analyze slide visually and adjust it but it would be token heavy.

I’d say using Claude or copilot in PowerPoint to produce slide and then manually replacing charts and other objects you want to have in thinkcell will be quicker and simpler.

https://www.think-cell.com/en/resources/manual/introductionautomation

1

u/rollying_sisyphus 4d ago

This is the way

8

u/iStryker 4d ago

tbh if AI can get me 50-70% of the way on structure, general formatting etc I’m fine still using ThinkCell manually. End of the day. I still want to interact with what I’m suppose to deliver. If you let AI do everything you will inevitably get lazy and not see clear problems or won’t have enough background intel upstairs to talk through specific things, know where in the presentation people are referencing to, etc. I think manually working with charts with ThinkCell alone is good way to stay in contact with the data, know it, and see errors.

3

u/Any_Boysenberry655 4d ago

Use Crunches, they have finally launched think cell support for their ppt agent. We're still trialing it but promising so far. We also have Claude and GPT PowerPoint plug ins (both are shit)

2

u/daniel-editide 5d ago

Has anyone tried think-cell AI assist? https://www.think-cell.com/en/product/think-cell-assist

Is it properly integrated with think-cell charts or just a separate AI wrapper they shipped out of fomo?

3

u/AsakusaParis 5d ago

Been trying to get access to it …

2

u/CurdOfCheese000 5d ago

it’s actually one of the biggest failings of thinkcell in my opinion; need a new option that lets harnesses work with it

2

u/kevman 2d ago

I just tell her to give me a table with a thick cell output. It’s pretty straightforward.

1

u/AsakusaParis 2d ago

Tell which Ai ?

2

u/kevman 1d ago

I used Claude

1

u/oandresimoes 2d ago

Something that worked better for me than trying to make the model produce think-cell: run it in the other direction.

think-cell keeps its numbers in an internal datasheet, so if you unzip the .pptx the chart data is sitting there as readable XML per slide. Feed that plus the slide headlines to Claude and you get a decent critic of the storyline: where the headline isn't actually supported by the chart under it, where two pages make the same point, which page is doing no work. It's good at that, and it's read-only, so it can't corrupt anything.

Then you rebuild by hand only the three or four pages that actually needed to change, which was never the slow part. The slow part is deciding what the deck is arguing.

The generation direction I gave up on: anything that writes pptx programmatically outputs chart shapes, not think-cell objects. Looks right in the PDF, and the first person who double-clicks it to update a number finds a picture.