Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

AI Automation Society

366.8k members • Free

Constellations

74 members • Free

Clief Notes

30.1k members • Free

42 contributions to Clief Notes
The Infinite Monkey Theorem Is How I Think About LLMs
One LLM call is one monkey with one chance. That sounds like a joke, but it has become one of my most useful mental models for AI. It helps me decide what tasks to give an LLM, how much trust to place in one output, and where deterministic guardrails are required before anything becomes automated. Most AI workflows bet everything on one roll: write a prompt, get output, judge it, tweak the prompt, roll again. That is the common workflow, and it is also the least reliable version of the workflow. You are gambling on a single generation instead of designing the conditions that make good generations more likely. The Core Idea The Infinite Monkey Theorem is useful because it reminds me what an LLM is good at. It can generate. It can vary. It can surprise you. It can find directions you would not have found manually. But it should not be trusted just because one roll sounded confident. That is the mistake. The theorem is not the whole architecture. It is the warning label that makes the architecture necessary. The model can roll the dice. The system decides which rolls are allowed to survive. The Missing Part A room full of monkeys with no rules is just noise at scale. The real leverage comes from putting probabilistic generation inside deterministic constraints: - tests - schemas - acceptance criteria - file boundaries - review gates - evidence receipts - human approval when the decision actually matters That is the part people skip when they talk about agents. They imagine more agents mean more intelligence. It does not. More agents without constraints is just more noise. Manage the Room, Not the Monkeys Micromanagement is standing over one model's shoulder telling it exactly what to type: "Rewrite paragraph three." "Make it warmer." "Use a better hook." "Try again, but less generic." That works for small tasks. It collapses for systems. The better move is directional control. | Old Workflow | Better Workflow | | One prompt | Clear contract | | One output | Bounded generation |
The Infinite Monkey Theorem Is How I Think About LLMs
I have been doing it manually but your question just made me realize that that is another thing that I should externalize and try to get the system to at least help me flag. It would be something like: "Hey, we have noticed two weeks where you have been making the same mistake, or two weeks where you have been trying to say the same prompt but getting an unwanted result." That type of proactivity, where it just surfaces suggestions, would be very useful
@Winter Stree I think that’s gonna be my next goal once I can finalize the other stuff I’m working on for the factory is to make the data analysis, proactive and actionable
viktor ai
can anyone educate me on how viktor ai works on the backend? i use it for my business and it's really great, but im also wondering what's really going on under the hood because i figure maybe there's a way for me to make claude into something like viktor i'm sure a lot of it is based on jake's ICM structure, but what would it realistically take for me to have my own version of viktor but it's just claude?
@Cristian Perez to me that just sounds like Hermes or Open Claw but branded. There's a bunch of these types of agents. You probably don't have to pay whatever Victor is trying to make you pay
The ‘new’ SEO?
Hi All, this is little different than the normal community post, but I trust the folks who have made it here because you don’t want BS sales pitch but something that works, ie the fundamentals… So my question is related to SEO and web traffic and how AI is changing that (I have zero experience in this area btw). I see a few different approaches to this such as refining content or making pages more ‘custom’ for users. But I also see people talking about having information accessible for the models themselves so that search results are pulling into the chats that people are using to get results rather than actually scrolling google search results pages. And then the wild card in my opinion is how MCP and those visual components can be inserted into chat windows now, continuing the ‘customization’ for the user (my guess is that UI will become even more user specific much like the text results we get back from the models currently). Not sure if all of that makes sense or is as connected as I think it is or will be. So my question: what are yall seeing and where can I start to double down on knowledge, much like Jake is doing here in the community. Thanks!
Not an expert and not really my field, but I have been wanting to get better in that for my own products. I can tell you one thing: I think I know what the name of it is. They are calling it Generative Engine Optimization instead of SEO. It's GEO. Maybe that's a place where you can start doing some research
Anyone Using Mistral AI?
I did a quick search here, but didn't see many posts that even mention the French AI/LLM "Mistral" (https://mistral.ai/)? What are some of the community's opinions or experiences with this? Even YT doesn't have much on it. Upside: Frontier model, open weights, options to self host, token costs (less than the big three, more than the Chinese AIs), 25% cheaper basic paid subscription ($15US instead of $20). Downside, it's in the EU, it's French (lol) and there's the whole digital wallet thing and EU nanny state mentality. I've been looking at it's features with a few chats this week and I wonder if it's a viable alternative. This is about the best video I've found on it so far: "The AI Model Nobody's Talking About — Mistral 3.5 & The Sovereignty Question" https://www.youtube.com/watch?v=LkbREGlNX8Y
From what I know about Mistral, they recently started coming back to life after a lull. The new models they have been releasing over the past couple of months seem very promising, but I have not been able to test them. It also gives you the advantage of not putting all your eggs in one or two baskets. You now have the option of a European lab, and it is also aligned with those sensibilities (think GDPR). They seem to be setting it up to work in their enterprise, which is a really interesting thing that I would like to look into as well. I just haven't had time, but I am curious
Open source local Whisperflow alternative!
https://github.com/TypeWhisper TypeWhisper is a free, open-source speech-to-text app that runs entirely on your device. Press a hotkey, speak, and the transcription is pasted into whatever app you're using - no cloud round-trip required. Highlights - 100% on-device - All AI processing happens locally. No telemetry, no data collection, no network requests during transcription. - Multiple speech engines - Choose between WhisperKit, Parakeet TDT, Voxtral, Qwen3 ASR, IBM Granite Speech, Apple Speech (macOS), and ONNX-based engines (Windows). Cloud engines available via plugins. - System-wide dictation - Global hotkey with push-to-talk, toggle, or hybrid mode. Works in any app. - Per-app profiles - Automatically switch language, engine, and post-processing based on the active app or website. - File transcription - Drag and drop audio/video files, export subtitles as SRT or WebVTT. - Local HTTP API - Integrate with scripts, shortcuts, and automation tools. - Plugin system - Extend with 20+ cloud providers (OpenAI, Groq, Gemini, Deepgram, Google Cloud, Speechmatics, and more), actions, and custom add-ons. - Dictionary and snippets - Custom terms, corrections, and text expansions with dynamic placeholders. - iOS keyboard - Custom keyboard extension for voice input in any iOS app. - Live Transcript - Real-time transcription in a floating window, ideal for meetings and presentations. - Post-processing pipeline - AI-powered text refinement with LLM providers (OpenAI, Gemini, Groq, and more). - App integrations - Connect with Linear, Obsidian, and other tools via plugins. - History and export - Search your transcription history and export as Markdown or JSON. - iOS Share Extension - Send files from other apps directly to TypeWhisper for transcription.
4
0
1-10 of 42
Simon Gonzalez De Cruz
4
37points to level up
@simon-gonzalez-de-cruz-3638
data analyst / coder / perpetual learner

Active 25m ago
Joined Mar 10, 2026
INTP
Long Beach, CA
Powered by