User
Write something
Pinned
๐Ÿ† HOW COMPETITIONS WORK FROM NOW ON ๐Ÿ†
Quick update on the competition schedule so everyone knows what to expect. ๐Ÿ“… NEW CADENCE: TWICE A MONTH We're dropping comps on the 15th and the 30th of every month. Two chances to compete, every month, on a set schedule you can plan around. โœ๏ธ WHY THIS SCHEDULE Spacing them out this way means we can give tailored feedback on every single submission. Not just the winners. Everyone who enters gets notes on what worked, where it's weak, and what to do next. ๐ŸŽ WHAT WINNERS GET Along with the prize, every winner gets a 15-minute one-on-one with Jake. Use it to talk through your build, ask questions, or bring whatever else is on your mind. Two comps a month. Feedback on every entry. Direct time with Jake for the winners. Mark your calendar for the 15th and let's get to work!
Pinned
๐ŸŽ† GOOD NEWS: THE SALE STAYS OPEN. HAPPY 4TH ๐ŸŽ†
We're holding the last sale through the holiday weekend so nobody misses it. ๐ŸŽ‰ Premium: $27 โ†’ $14/mo ๐ŸŽ‰ VIP: $97 โ†’ $67/mo This is the cheapest it will ever be. Once it closes, the price is gone for good. โฐ New deadline: July 5th, 10:00 AM EST. This is the last extension. If you've been on the fence, sign up now. You lock this rate in and keep it every month going forward. ๐Ÿ–ฅ๏ธ ONE MORE REASON TO JOIN The week of July 5th we're dropping the software we've been building for this community. It goes out for beta testing first, and only Premium and VIP members get access. Sign up before the sale closes and you're in from day one.
ICM and Binary Files
To optimize version control, we avoid tracking binary files like Docx or Excel. Instead, the repository stores a Python generator script and Markdown files containing the specific parameters for each document. The script compiles the Markdown into the final binary artifact, ensuring minimal repository size and semantic diffs. We apply this pattern to engineering quotation spreadsheets. The LLM creates a MD file after analysing the specific sale. The Python script generates an Excel file from the MD parameters. However, users must modify the generated Excel directly to adjust the Bill of Materials (e.g., adding rows or changing products) for real-time sensitivity analysis. This human intervention alters the sheet structure, breaking the unidirectional flow and causing standard deterministic reverse-parsing to fail. The proposed mechanism to handle this is: 1. The user edits the Bill of Materials directly within the generated Excel artifact. 2. A deterministic Python script attempts to parse this modified sheet to update the original Markdown parameters. 3. If structural modifications cause the deterministic script to fail, an LLM agent is triggered as a fallback to probabilistically parse the unstructured sheet and reconstruct the Markdown data. I am looking for objective feedback on the architectural robustness of this pipeline, specifically regarding latency, reliability, and the viability of using an LLM as a fault-tolerant layer for reverse-parsing human-altered structured data.
Before / After: 10 days since joining...
It has been 10 days since I joined Clief Notes community and started Jake's coursework. It has been a massive step change in how I understand - and now use AI more effectively. A few days ago I joined into a paid subscription and the resources have proved to be very helpful in setting up my own folder structure. Before joining this community my use of AI was prompting the web user interface and copying the artefacts / outputs for my work. I had projects setup with various context files and instructions. I recently created my first website (in-progress) using Claude Code in VS Code and Jake's 'workflow-starter-code-project.md' template to create the folder structure. Most of the time has been spent in learning ICM, configuring the folder and file structure to route AI, and planning the geological database schema. Building the website was the easy bit! What has changed / unlocked in my use of AI: - spending more time planning and less time managing prompts and outputs - output has significantly increased with less prompts required to get the same job done I feel more "human" now and less like a "machine" in my use with AI since moving to the ICM method. The time being creative and planning is often away from the computer, where I'm spending time with family or doing the things I enjoy outdoors. I appreciate how Claude just "gets me" now without typing out an essay or giving me vague responses or hallucinations. If you are new here my advice is: - take your time to work through the foundation content - no rush, it takes time to learn and understand how to implement this knowledge into your work - start small and build for something specific - don't spend time creating a folder structure on what you think you will use - build for what you will use today, in 30 minutes. - play around and fail fast it won't be perfect to start with and that is OK :) Thank you to Jake - and everyone who has contributed to this community and built the resources that exist.
Before / After: 10 days since joining...
ICM on enterprise level - introducing Taurus
Folders, not frameworks: how Taurus makes Claude repeatable for a whole team Giving an AI agent the right context at the right moment is still the hardest part of using coding agents like Claude Code in real, daily work. We've all felt it: the agent is brilliant when it knows where it is, and frustrating when it doesn't. So how do you give it that context โ€” reliably, for more than one person? A small team will work but what happens when you try to on-board 100+ people? The popular answers don't scale. Elaborate memory systems help a single power user, but in an enterprise they become a liability: they're hard to curate, easy to pollute, and brittle the moment you add more people and more projects. And anything built around one person's bespoke setup โ€” their servers, their wiring, their mental model โ€” is expensive to onboard a whole team onto. Honestly, the wheel hasn't been invented yet. Nobody has a clean, proven answer for how context should work at enterprise scale. This is where the Interpreted Context Methodology (ICM) changes the conversation. Its core idea is deceptively simple: folder structure as agent architecture. Instead of orchestration code or a sprawling memory store, the context lives in the folders themselves. A workspace is just numbered folders for each stage, with markdown files (CLAUDE.md, conventions, reference material, working artifacts) that load in layers when an agent starts there. The agent reads downward and stops when it has enough โ€” typically 2โ€“8k tokens instead of 30โ€“50k. You "configure the factory, not the product": set the workspace up once, then every run reuses it with new inputs. Outputs are plain text, editable, reviewable at every step. ICM is elegant because it's filesystem-native and human-readable โ€” a non-developer can reshape a workflow by moving files. But it has one practical dependency that's easy to overlook: When you add more and more folders agents begin to skip information. Guidelines are missed, rules are overlooked. What worked for one person doesn't work for another because the model scans economically and thinks it knows enough. The solution is again simple, the agent has to actually start in the right folder. Start in a central place and the layered context never loads; start in the right place and the agent is instantly grounded. In a team, "just cd to the correct directory" is exactly the kind of invisible, error-prone step that breaks repeatability.
1-30 of 2,179
Clief Notes
skool.com/cliefnotes
What we give away free beats most paid courses. Build durable AI systems with a Marine vet and Edinburgh researcher. 40+ lessons, growing.
Leaderboard (30-day)
Powered by