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

Memberships

AI Staffroom

862 members • $67/month

Clief Notes

21.8k members • Free

CC Strategic AI

3.1k members • Free

App Builders Academy

531 members • $49/month

Agent Architects

559 members • $97/month

The Agentic Lab

2k members • Free

Chase AI Community

57.2k members • Free

AI Insider

339 members • $97/month

Tech Snack University

18.5k members • Free

18 contributions to CC Strategic AI
Funeralized my OpenClaw today! šŸ˜”
I built Luna HQ in Claude Code. She lives on my Hostinger VPS, runs inside Telegram, and operates three of my businesses every single day. 7 command channels. 9 integrations. 2 AI brains. Persistent memory. 5 AM morning briefs. All mine. I started this build BEFORE Managed Agents dropped. By the time that option was available I was already too deep and too invested to stop. Honestly, glad I kept going. The level of customization I have on my own infrastructure is something a managed platform would have had a hard time giving me. Claude Code made this possible. CoWork helped me stay organized through the build. If you are sitting on an idea in this community — build it. Not someday. Now. Juan died so Luna could live. Honor his memory. Drop your questions below. Happy to share what the build looked like.
Funeralized my OpenClaw today! šŸ˜”
0 likes • 1d
@Charles Dove Chucki what do you run??? I thought this is what all of the cool kids are doing??? I did just pull trigger on a shiny new Mac Studio with 64GB of ram!! I wish I could have afforded more but the jump to 128 puts you into the next realm of CPUs... I just couldn't do it.
My First OpenClaw Setup Tonight!
Well I finally got to install and setup my first OpenClaw instance today! Nothing fancy, just got it running in a local Docker container, was able to get the proxy setup and it connected to Telegram and responding back! Super excited to finally start learning how to use OpenClaw!!! More to come on this front, just only so many hours in the day!
ASES - AI Scrum Engineering System
Hey everyone, I’ve been working on something called "ASES", and I think it’s finally at a point where it needs real-world testing instead of just me building in a vacuum. This is not just another ā€œAI toolā€ or prompt setup. It’s basically my attempt at: "Turning LLMs into a structured, end-to-end software development system" --- ## What ASES actually is ASES is a "schema-driven Scrum workflow for AI-assisted development". Instead of: * random prompts * messy context * inconsistent outputs It gives you: * a "full project lifecycle" * "structured artifacts (PRD, HLD, LLD, tasks, tests, etc.)" * and a system where models operate inside that structure --- ## What makes it different ### 1. Everything is structured (schemas + templates) Almost everything in ASES is backed by schemas: * PRD → requirements * HLD / LLD → architecture * Tasks → execution * Decisions → tracked explicitly * Test suites + reports → validation * Sprint summaries + audits → closure So instead of ā€œask the model and hope for the bestā€ you get: "deterministic, repeatable outputs" --- ### 2. Full Scrum lifecycle (not just tasks) This isn’t just a task runner. It actually maps a full flow: * Planning → PRD / roadmap * Design → HLD / LLD * Execution → sprint-based tasks + snapshots * Testing → structured validation * Closure → audit + summaries Everything lives in a "project structure", not chat history. --- ### 3. Runtime context control (this is the core) Instead of dumping context into every prompt, ASES: * Injects context "just-in-time (per action)" * Uses "layered + scoped context" (global / sprint / execution) * Adjusts how much context to include based on state So the model only sees: > what it actually needs *right now* This is where a lot of the "token efficiency + consistency" comes from. --- ### 4. Model orchestration (multi-model workflows) ASES is designed for using multiple models with "clear roles", not one model doing everything. For example:
1 like • 8d
This is awesome! Im actually in the process of making something similar. I have been struggling with so much memory management issues within Claude combined with so much historical PRD and Context MD sessions data. It killed me to lose that historical information but at the same time Claude doesnt handle novels at all and it needs maps. The new LLM Wiki approach was a game changer for me. I have also learned the hardway that AI doesnt handle large workloads, hmm this sounds familar no?? Agile works the exact same way. If you have a Story or a Task that goes over one sprint then you clearly didnt break the Story or Task down small enough. AI context windows work the exact same way.. So that got me thinking about how can I leverage the multi-agent approach but keep everything on the rails at the same time and also have a way to manage the closed tasks and spec files without overloading Context every time... Im still developing my setup, but with the shear volume of work I have to do over the next couple of weeks I will be getting a lot of reps on mine. Anyway, job here I love this idea!!
2 likes • 8d
@Raghunandan Cp I’ll keep you posted on my project! Would love feedback once it’s ready!!
AARRRRRGH - I want to SUPLEX Claude code.
I want to do violence to Claude code right now. Driving me up the F'n wall. I can't wait for my call with charles.... tuesday can't come fast enough. I am spending nonstop time arguging with CC..... fighting with it. I have rules. it doesn't follow them. I ask why not? oh, sorry, I should have. you put a QC check in the steps..... it just passes stuff. I'm looking at the copy, I'm like WTF this is garbage. how can this pass? oh, I was just scoring it to pass the next step. It was outputting the stuff before so well....IDK WTF happened in the last 2 weeks or what I did.... it's gotten so shit. I feel like i'm going backwards right now honestly. INstead of outputting quality stuff it should be doing, I'm spending 90% of my day it feels like fixing stuff, back and forth, debugging.... arguing. Am I the only one here? WTF do I need to do to fix this shit?
AARRRRRGH - I want to SUPLEX Claude code.
2 likes • 8d
I completely understand all of your pain... I have lost days at various points. My favorite one recently was when I asked it to move a specific button from on place on a page to literally the row above it. It said it did, then it started trying to install Redis for some god only knows reason... Not even joking. I asked it HOW THE FUCK THAT HAPPENED. Oh sorry I dont know.... Another time, I was cursing Claude out one night after it messed so much stuff up and lost a day and a half of work, and Claude told me to go to bed it was 430AM. So my issue is I run my sessions too long, too complex (Im completely abusing handoffs) and so when you do this, you remove the built in slash command /rewind which if you are running in smaller context sessions you can revert back to that point in time and it gives you the options to just roll back to the conversation which can remove just context bloat and/or you can also revert the code base back. This Im trying to force myself to get better at which is why Im not using PAUL or GSD at the moment.
šŸŽ„ Claude Code Knowledge Graph Setup (Graphify + Obsidian) šŸŽ„
Every time you open a new Claude Code session, it rereads all your files from scratch. Hundreds of tokens burned just to "remember" what it already knew. That's the problem nobody talks about. Graphify fixes that. It turns your entire codebase, your docs, your strategy notes, even your images, into one persistent knowledge graph. Claude doesn't have to go searching through files like it's 2019. It just knows. 70x fewer tokens per search. One-time build. Done. Here's what I'm breaking down: • What Graphify actually is and why it exists (shoutout to Andrej Karpathy for the inspiration on this one) • Full install and setup from zero • How to query the graph straight from Claude Code • How to visualize the whole thing in Obsidian • The real token savings, with receipts I appreciate you all being patient while this one came together. I didn't want to drop another surface level walkthrough that wastes your time. This one's the real deal. Try it out and drop a comment. I want to see how your graphs look.
1 like • 9d
Great video!! So last night I tried to setup the Karpathy approach focusing on the Raw to Wiki and its using InfraNodus AI Graph and Excalidraw. They rendered for a bit but then it locks up and they want money. The Karpathy stuff seems cool but it ended up not being really what I needed. What I wanted is the code relationships! As soon as I get some free time today Im totally setting this up! Thank you!!
1-10 of 18
David Kramer
3
10points to level up
@david-kramer-6468
David Kramer - DevOps | GRC | CISSP

Active 15h ago
Joined Feb 7, 2026
Powered by