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

Memberships

AI Developer Accelerator

9.9k members • Free

35 contributions to AI Developer Accelerator
Weekly Coaching Call 8/19/2025 Recording
VIEW RECORDING - 145 mins (No highlights) Key Takeaways - Brandon pre-launched ShipKit, a comprehensive AI development toolkit with templates and resources - Several members reported progress on client projects and personal AI initiatives - Discussions covered cloud deployment, database scaling, and AI personality development - The group shared insights on tools like N8N, LangExtract, and various cloud services Topics ShipKit Launch - Brandon announced the imminent launch of ShipKit, a toolkit for AI application development - Includes templates for chat, RAG, and agent applications in simple and SaaS versions - Features AI-assisted setup and development processes - Aims to simplify the journey from idea to production-ready AI applications Client Projects and Networking - Al Cole secured gigs through networking at business events, focusing on AI automation for marketing agencies - Juan Torres presented at a conference in Istanbul and is working on RAG systems for clients - Jake Maymar is developing projects under NDA, concerned about scaling from 100 to 10,000 users
1 like • Aug 20
@Brandon Hancock Please let us know when it’s time to pull the trigger on ShipKit!
CLI > MCP discussion (mentioned in this week's meeting)
Here's what I was reading, from the link at the bottom: Why CLI > MCP Agents are really, really good at calling CLIs (actually much better than calling MCPs), so you don’t have to clutter up your context and you can use all the features that Peekaboo has on demand, no installation required. Just add a note in your project’s CLAUDE.md or agent instructions file that “peekaboo is available for screenshots”, or simply mention peekaboo whenever your current context requires visual debugging. As Armin Ronacher perfectly articulates in “Code Is All You Need”, CLIs offer composability, reliability, and verifiability that complex tool interfaces can’t match. CLIs work for both humans and AI agents – we can run, debug, and understand them. Once a CLI command works, it can be executed hundreds of times without requiring additional inference or context. This mechanical predictability makes CLIs the universal, composable interface that bridges human and AI interaction. I’m not saying all MCPs are useless - for example Microsoft’s Playwright MCP for browser automation is great. However, they also built an MCP for GitHub, which is simply a lesser version of the existing gh cli which does the same thing. If this got you thinking, watch Manuel Odendahl’s excellent “MCPs are Boring” talk from AI Engineer. https://steipete.me/posts/2025/peekaboo-2-freeing-the-cli-from-its-mcp-shackles#why-cli--mcp I'm not sure where I fall on this yet, but it sounds perfectly reasonable at a glance.
2
0
Ruler: move your rules between AI coding assitants
I have been kicking the tires on a few different coding agents, but it's a pain to move the rules around. This utility is super handy for that: https://github.com/intellectronica/ruler Supports: - Github Copilotf - Cursor - Windsurf - Claude Code - Jules - Kilo - Aider And on and on and on. You can can make a global starter config to easily create global rules for all projects, and populate them into your project with `ruler init --global`
1 like • Aug 7
And just in time for yet another horse in this race: https://cursor.com/cli
KIRO
Anyone tried Kiro (Kiro: The AI IDE for prototype to production) from Amazon? They talk about spec-driven AI development and it sounds a lot like the foundation behind ShipKit from @Brandon Hancock . What Brandon is creating is a lot more feature rich but I thought the underlying concept of vibe specing was similar. Anyway would love to know the opinions of anyone who tried it.
1 like • Jul 24
I am kicking the tires on this in the background. Not sure how it usually runs, but (likely because it's currently free) the LLM requests are slooooow. Seems cool, though. I strongly suspect that this spec-driven approach, or variations on it, will be part of all of these tools sooner rather than later. It seems to be the most effective workflow.
Leveraging AI to process log files
Hi, first time here and just getting started with GenAI and agentic AI. Wondering how can I leverage AI to process log files. Identify patterns, issues etc. Challenge here is the volume of log data and I don't want to break the bank or wait endlessly for the response.. thanks
0 likes • Jul 24
I would start by writing a script (or having an LLM write a script) to extract some random samples, then feed them into your LLM of choice for analysis. I'd poke around with questions about what's in it and how to rapidly parse it. Sorry if that seems vague, but hopefully it will get you rolling.
1-10 of 35
Andrew Nanton
3
2points to level up
@andrew-nanton-3748
Novice programmer interested in RAG applications

Active 12d ago
Joined Aug 14, 2024
Powered by