User
Write something
Afternoon Tea is happening in 8 hours
Pinned
Welcome to Clief Notes. Here's where to start.
1. Watch the intro video and introduce yourself in the intro post here 2. Start with The Foundation (free course). Concepts, folder architecture, prompting framework. Everything else builds on this. 3. Check in at the bottom of each lesson. Polls, discussion posts, other members working through the same stuff. Use them. 4. When you're ready to build real things, move to Implementation Playbooks (Level 2). When you're ready to build your own tools, Building Your Stack (Level 3). 5. Post your work. Ask questions. Help others when you can. What are you here to build?
Poll
6848 members have voted
Pinned
Calling all friends, asking for your support if you can spare it ❤️
My best friend’s dad is currently going through cancer treatment and there is a go fund me to support his medical costs. I’m not expecting anyone to contribute life is costly enough but if you have it in your heart and are able to help it would be appreciated more than anything. Thanks in advance to anyone who takes the time to read this! https://www.gofundme.com/f/support-mikes-cancer-journey-594gk?attribution_id=sl:15012345-d96b-4d61-8d72-478b304a6fae&lang=en_US&ts=1781827434&utm_campaign=fp_sharesheet&utm_content=amp20_t1&utm_medium=customer&utm_source=facebook&fbclid=IwRlRTSASheIRleHRuA2FlbQIxMQBzcnRjBmFwcF9pZAo2NjI4NTY4Mzc5AAEewEgvL9AJQEZZj4hn-1GjsoRFFucAjFoNIwMfSrKK0H6msk7Hga8rGkqyWWg_aem_sJu0t4KDXFlHZ4Z_eAyFbA
Pinned
WEEK 7 COMP⚙️ THE OPERATOR — RESULTS
(and a small change to how we run these) Hello everyone!! 👋 First, the honest bit. This one is landing later than Monday, and on purpose. Two things got us here. One, a lot more of you are submitting now. If I am going to really sit with every entry and give it a proper look, a weekend is not enough. This round I went through all of them, watched the videos, opened the repos, the full pass. That takes time and I would rather do it right than rush it. Two, I could feel a few of you running hot. Weekly is a sprint, and burnout was starting to creep in for some. So we are moving to bi-weekly. More room to build, more room to breathe, and the time for me to actually review the work the way it deserves. 🎥 Quick word on the videos. They were a step up this round. Some of the animated walkthroughs and live demos were a genuine pleasure to watch, and yes, I weigh them. A clean demo that shows the thing actually working makes a real difference. However I don't want that to ALWAYS be a requirement. Also you will notice the Heavy hitters that you usually see up here are not currently, some posted late and I decided to let the new entries and first timers also have a chance as well! But certainly, check the original post as every submission has something for you to learn from : 💰 Competition 7 ➖➖➖ 🛠️ A FEW THAT STOOD OUT (in no order, and if you didn't make it, it doesn't mean yours wasn't great) The Pipeline Operator — @Jayden Forshee Runs a whole sales pipeline. Paste a lead and it grades it, writes the outreach, and moves the card itself. The live board where you watch cards move on their own, sat right next to a normal chatbot, was one of the clearest ways anyone has shown what an operator actually is. https://github.com/griffainai/studio-pipeline-operator Board: https://pipeline-operator.vercel.app/board
The "Eve" framework from Vercel seems familiar... Based on markdown files.
It struck me as very similar. Just to let you know. Here is intro from the documentation: "Introduction How an eve agent is laid out as files, what runs when a message arrives, and the building blocks you add as it grows. eve is a framework for building durable agents as ordinary files in a TypeScript project. Instead of one large configuration object, each part of your agent gets a clear home. Instructions go in one file, tools in one folder, channels in another. eve discovers that structure and turns it into an agent that runs locally, serves HTTP, connects to other platforms, and keeps working across many turns." and a sample structure: my-agent/ ├── package.json └── agent/ ├── agent.ts ├── instructions.md ├── tools/ │ └── get_weather.ts ├── skills/ │ └── plan_a_trip.md └── channels/ └── slack.ts
0
0
ICM - 📂 Folder Structure - Deep Dive 🤿
🔍 Three things to notice. 👇 1️⃣ Numbered folders set the execution order, so 01- always runs before 02-. 2️⃣ Each stage carries its own CONTEXT.MD, references/, and output/. 3️⃣ The handoff between stages is dead simple. Stage 1's output/ is what stage 2 reads as input. ================== 📂 The folder structure workspace/ -------------------------------------------# the whole operation CLAUDE.md ------------------------------------------# L0: orientation, "where am I?" (always loaded) CONTEXT.md --------------------------------------- # L1: the map, "where do I go next?" stages/ ------------------------------------------------ # all the steps in order 01-research/ ---------------------------------------- # step 1: gather the source material CONTEXT.md ---------------------------------------# today's job description references/ ------------------------------------------# rules for this step output/ -------------------------------------------------# what this step produced 02-script/ -------------------------------------------- # step 2: turn research into a draft CONTEXT.md -------------------------------------- # today's job description references/ ----------------------------------------- # voice rules, examples output/ ----------------------------------------------- # the draft lives here 03-production/ ------------------------------------# step 3: ship the final artifact CONTEXT.md ------------------------------------- # today's job description references/ -----------------------------------------# design system, build conventions output/ ----------------------------------------------- # the finished product _config/ -----------------------------------------------# L3: brand, voice, design (configured during setup) shared/ ----------------------------------------------- # L3: assets every stage might use skills/ -------------------------------------------------- # L3: bundled skills the agent can call setup/ --------------------------------------------------# first-time configuration
Poll
33 members have voted
1-30 of 1,938
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