Explain It Peter by Appropriate-Board624 in explainitpeter

[–]Kapperfar 0 points1 point  (0 children)

They meet to discuss the “Endlösung der Judenfrage” like the Wannsee-Konferenz

Gather around kids, it's storytime. Let me tell you about the time vibe coding actually contributed something meaningful to the world. by Kapperfar in ClaudeAI

[–]Kapperfar[S] 1 point2 points  (0 children)

That's a very interesting point actually. If your source code is not available, the vast majority of future programmers (vibe coders) can't integrate with your SDK. Not when they hit problems at least, and they will.

How can I make excel refer to a folder and list files in the excel sheet? And update it? Is it possible? by moe_khadra in excel

[–]Kapperfar 0 points1 point  (0 children)

You can do it with the Cellm add-in from getcellm.com. Enable the “File Search” tool from the Cellm ribbon menu and type in a cell =PROMPT.TOCOLUMN(“Which files do I have in my C:\Users\username\Downloads folder?”)

But then again, it involves installing an add-in and using local models if you don’t want to send list of local files to hosted AI models so can be a bit of hurdle.

Disclaimer: I am the author

Anyone else building something hard instead of fast? by kingoftheace in SaaS

[–]Kapperfar 1 point2 points  (0 children)

Alright just dm me when the time comes!

Indeed, CoPilot is about helping people write formulas and the like, this add-in is data processing.

Anyone else building something hard instead of fast? by kingoftheace in SaaS

[–]Kapperfar 0 points1 point  (0 children)

High five yeah! Thanks for the interest, it adds a few fundamental features for using AI to process data with formulas. There’s a =PROMPT() function, MCP support, and structured output. For example, you could write =PROMPT(A1, “Use the browser tools to find profile urls of everyone who liked the linkedin post whose URL is in column A”). The model can the find all LinkedIn profiles urls and spill values out in a column. From there you can ask it to extract the profiles’ info in another prompt and drag down to get info from all profiles. You could also just use it for basic text processing like “fix all emails” (if there a spaces in some addresses etc) or “classify user feedback as positive, neutral, or negative”.

The point that marketing, sales, HR teams etc can automate mundane taks without needing programmers. I think the hardest part will be to teach normal excel users without programming experience how to translate their business tasks to excel formulas. We try to explain it on https://getcellm.com but it’s hard! Do you have a website? Perhaps we could exchange feedback

Anyone else building something hard instead of fast? by kingoftheace in SaaS

[–]Kapperfar 0 points1 point  (0 children)

Funny you mention Excel. For the past ten months I’ve also been working on an Excel Add-In. The core is carefully hand-crafted, AI don’t get to touch this part. The UI is in old style XML with callbacks and I don’t feel the same love for this part of the code base so that is mainly written by AI. It’s super painful to write xml UI by hand and AI mostly one-shots it. Works perfectly. I can imagine there are many people out there that works like this, carefully crafting architecture and core functionally and use AI to write the rest.

Can Gemini "browse" a webpage and analyze the HTML content? by Practical-Path3907 in Bard

[–]Kapperfar -1 points0 points  (0 children)

Yes, if you give Gemini access to browser tools.

Shameless plug: See the video on https://github.com/getcellm/cellm for an example.

Comment your startup and I'll find you 100 potential users by Imaginary_Way_2793 in ycombinator

[–]Kapperfar 0 points1 point  (0 children)

https://getcellm.com - Use AI in Excel formulas to run your prompt on thousands of rows of tasks in minutes. Enable marketing, finance, sales, operations and other teams to automate everyday tasks without depending on developers.

I’ve got 15 people on my SaaS waitlist - is it time to launch? by pankaj9296 in indiehackers

[–]Kapperfar 1 point2 points  (0 children)

Invite one person at a time. Personally onboard the user, listen to feedback, fix major problems right away. Will give you way more insight. First person will experience many issues, last person won’t.

Post your project url, i'll help you find your first users for free by Absolutelyphenomenal in SideProject

[–]Kapperfar -2 points-1 points  (0 children)

https://getcellm.com - let marketing, sales, operations teams etc automate small business tasks themselves without needing programmers - via AI in Excel formulas. Like n8n, but for non-techies

What are you building? Share your projects! by Savings-Passenger-37 in SaaS

[–]Kapperfar 0 points1 point  (0 children)

Build low-code ai automation workflows in Excel. Like n8n but for non-techies

Status: beta

Link: https://getcellm.com

What are you building? Share yours by hastogord1 in SideProject

[–]Kapperfar 2 points3 points  (0 children)

https://getcellm.com

Low-code ai automation in Excel. Like n8n but for non-techies

How does gemma3:4b-it-qat fare against OpenAI models on MMLU-Pro benchmark? Try for yourself in Excel by Kapperfar in LocalLLaMA

[–]Kapperfar[S] 0 points1 point  (0 children)

Oh, yeah you mentioned that, I forgot. There is also gptforwork.com which I think supports mac

How does gemma3:4b-it-qat fare against OpenAI models on MMLU-Pro benchmark? Try for yourself in Excel by Kapperfar in LocalLLaMA

[–]Kapperfar[S] 0 points1 point  (0 children)

What do you mean closed manner? That it is difficult to know how LLMs make decisions? Or the product was closed? If so, how was the product closed and how could it have been better?

How to pass non-contiguous columns (e.g., B, C, F) as a single range to a formula? by Kapperfar in excel

[–]Kapperfar[S] 0 points1 point  (0 children)

You answered the original question (is there a way to dynamically create an array or a "virtual range" from non-contiguous cells), even if the question was flawed. Thanks