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

Owned by Scott

ABE AI Engineer Collective

10 members โ€ข Free

For people into building Automations, Agents and Full Stack Apps with AI - a place to come together and share knowledge. GROUP IS INVITE ONLY.

Memberships

AI Developer Accelerator

11.1k members โ€ข Free

AI Automation Agency Hub

303.6k members โ€ข Free

14 contributions to AI Developer Accelerator
What I have been working on this week
Hey everyone, Quick preview for Tuesday. Alongside whatever discussions and rabbit holes we get into on the call, I've got a short show & tell segment I'm looking forward to. Lately I've been using Claude's Cowork mode as my dev project manager, it tracks my projects, remembers context between sessions, knows my stack, my terms, my priorities. It's basically become the place where I think, plan, and build. In fact, the post you're reading right now was drafted there. One of the things that came out of that workflow is a Claude Code plugin ecosystem I've been putting together. That's what I'll be walking through: CC-StatusLine: a plugin that gives you a live dashboard in your Claude Code session. Context window usage with a color-coded progress bar, session cost, git info, model details, all at a glance. cmux-plugin: hooks Claude Code into the cmux terminal. Auto-named workspaces, completion notifications, live progress bars, browser splits. Knows when to stay silent if you're not running cmux. patchoutech-plugins, the branded marketplace that ties it all together. One command to add, one command to install. I'll show how the registry works and how you can spin up your own. If you've been curious about how Claude Code plugins work, hooks, skills, commands, the whole structure or you just want to see what it looks like when you let an AI help you manage the whole dev cycle from planning to shipping, this should be a fun one. See you Tuesday!
0 likes โ€ข 5d
@Patrick Chouinard well sweet maybe Iโ€™ll use yours now. Iโ€™ll make sure I donโ€™t miss the next call Iโ€™ve missed the last one or two.
0 likes โ€ข 5d
Custom is always the most fun ๐Ÿคฃ
MCPs are getting replaced by CLIs
Here is a new tool from the team behind LightRAG and Nanobot lets you auto-generate a CLI for any open source software. Point it at a codebase, and it builds a fully tested command line interface that Claude Code can use natively. https://www.youtube.com/watch?v=Uzd2ckXnsg0
2 likes โ€ข 6d
Awesome post @Patrick Chouinard I finally took some time to think and analyze this given what I know and my workflows. Absolutely love what Hong Kong University's data lab is doing here. The LightRAG team consistently ships quality open-source work and CLI Anything is no exception. But I want to add some real-world context here because the thumbnail is doing what thumbnails do ๐Ÿคฃ, and I think the nuance matters if you're trying to figure out whether this changes your workflow tomorrow. What CLI Anything Does Well The core concept is legit. You point it at an open-source repo, it analyzes the codebase, and auto-generates a CLI wrapper that Claude Code can use natively in the terminal. No MCP config, no API layer, no GUI. The draw.io demo is a great example. Generating architecture diagrams from a text prompt without leaving your terminal? That's a genuine workflow win. And the fact that they've already proven this against big projects like Blender, GIMP, Audacity, and Inkscape shows the model works at scale. This is not replacing MCP though. It's a complement to it, and the distinction matters. MCP maintains a session with your agent. It has typed schemas, the server advertises its capabilities, authentication is handled, and context carries between calls. A CLI wrapper is different. Each command is isolated. Text in, text out, no persistent session tying calls together. The agent has to figure out the flags, parse unstructured output, and there's no built-in discovery of what the tool can do. It's not that CLI wrappers are "one-directional" (they do return output), it's that they're stateless, isolated commands vs. contextual sessions. Different jobs solving different problems. Real World Example with my Actual Stack I build AI-powered business applications for clients using Next.js, TypeScript, Supabase, and Claude Code, deployed through Vercel and Netlify, with n8n for occasional background workflow automation when it fits. Let me walk through how CLI Anything maps (and doesn't map) to a production workflow like mine.
2 likes โ€ข 6d
@Patrick Chouinard love it! And Iโ€™m in complete agreement ๐Ÿ‘Š๐Ÿผ And I figured as much from you. I just wanted to give some helpful context for everyone in the group once I had time to absorb it.
RecapFlow : March 10th Coaching call analysis
๐Ÿ“Ž SHARED RESOURCES RecapFlow Documentation Site (Patrick's automated meeting recap project) https://recapflow.patchoutech.com/ Assay AI (Ty's hallucination-reduction project) https://tryassay.ai OpenArt Suite (multi-model image and video generation) https://openart.ai/suite/home AI Engineer YouTube Channel (agentic systems, YC-equivalent content) https://www.youtube.com/@aiDotEngineer Nate Jones YouTube: Choosing Coding Models (highly recommended) https://www.youtube.com/watch?v=09sFAO7pklo Lenny's Podcast YouTube (how companies are reorganizing in the AI era) https://www.youtube.com/@LennysPodcast Karpathy AutoResearcher Post https://x.com/karpathy/status/2031135152349524125 Fine-Tuning Modalities Video from AI Engineer channel (rated 10/10, presented by OpenAI employee) https://youtu.be/JfaLQqfXqPA?si=7-dSakV1q98LNsvf Kimi Code (potential Claude Code supplement or review alternative) https://www.kimi.com/code/en CMUX Terminal (gives Claude Code genuine CLI-level terminal and browser control) https://www.cmux.dev/ Symphony by OpenAI (multi-agent coordination using Linear as task board) https://github.com/openai/symphony Claude Facial Expression Analysis via Claude Code (Matt Berman YouTube) https://www.youtube.com/watch?v=cHgCbDWejIs Fieldy AI (wearable ambient audio capture with webhook and N8N integration) https://www.fieldy.ai/ NVIDIA Startup Cloud Credits Program (up to $250K in Google Cloud credits for qualifying startups) โ€” Paul offered to post the application form in the community forum. Watch for that post.
1 like โ€ข 10d
@Patrick Chouinard hahaha! Didnโ€™t want to miss this one but I had too!
Introducing RecapFlow โ€” Automating Our Call Recaps
Hey everyone! ๐Ÿ‘‹ Quick heads-up for Tuesday's call, I've been building something I'm calling RecapFlow, and I'm going to do a little show-and-tell. You know how after each call someone has to pull together a recap and write up the community post? I built a pipeline to automate all of that, it grabs the transcript, merges it with the chat log, runs it through a chain of prompts, and generates the posts automatically. Tuesday's call will actually be the first one processed by RecapFlow, so you'll get to see the results in real time! I also documented the whole thing as a reference architecture, which is live at recapflow.patchoutech.com ๐Ÿ“Ž On Tuesday I'll walk through: ๐Ÿ”„ How the pipeline works end-to-end (from Zoom call to Skool post) ๐Ÿ› ๏ธ The n8n workflows that make it happen ๐Ÿง  The prompt chain that distills a 2-hour call into something you'd actually want to read ๐Ÿ“ The reference docs, so if you want to build something similar, you've got a head start Whether you're into automation, prompt engineering, or just curious how the sausage gets made, this one's for you. See you Tuesday! ๐ŸŽ™๏ธ
1 like โ€ข 11d
Love it @Patrick Chouinard !
Submit your questions for the coaching call of February 24th
!!!THIS WEEK SPECIAL!!! This week is the return of the man, the myth , the legend, Brandon will be with us. So pack the comments with your questions. ๐Ÿ“ž HOW THE CALLS WORK The calls can run 2+ hours. We want to make sure we're respecting everyone's time. Especially those of you who actually show up. Here's the structure: ๐Ÿ‘‰ Reply to this post with your questions before the call ๐Ÿ‘‰ If you submit a question and you're on the call, you go first ๐Ÿ‘‰ We work through questions in the order they came in ๐Ÿ‘‰ Then we open it up for everyone else If you can't make the call but want your question answered, drop it in the comments. We'll get to it. But priority goes to people who are there. The goal is simple: if you're taking the time to show up, you shouldn't have to wait behind questions from people who aren't even on the call. ๐Ÿ”— ZOOM LINK (save this) https://us06web.zoom.us/j/81995207847?pwd=Xe6u6LmIQOmCP5VTnOwWYjDBfZNKGB.1 ๐Ÿ“… WHEN This is for Tuesdays February 24th at 6PM ET Looking forward to seeing you on the calls!
1 like โ€ข 26d
Canโ€™t wait to see how things have been going on Brandonโ€™s project!
1-10 of 14
Scott Rippey
3
36points to level up
@scott-rippey-7319
A.I. Automation, Agent and App Builder, Consultant, Video Producer and Coffee addict from North Carolina.

Active 2d ago
Joined Jan 20, 2026
Powered by