Weekly Vibe – Agents, Local Models, Security, and “Where Do I Even Start?”
This week’s call was a good mix of beginner questions, deep agent architecture, and some real “where is this all going?” conversations. We had five of us on: Wes, Aty, Shawn, Chris, and Gary — and the spectrum of experience in the room actually made the discussion better. Here’s what’s in the video: 🧭 “I’m Not a Developer. Where Do I Start?” Gary’s question was simple and honest: I’ve done some HTML and CSS… but with all this B-Mad, Claude Code, OpenClaw stuff — where do I even start? He’s running VS Code on a Raspberry Pi (which is awesome, by the way), trying to understand the stack without breaking his main machine. We talked about: - Not needing to become a “developer” in the old sense - Starting with outcome definition instead of tools - Keeping early builds simple (MVP mindset) - Avoiding the trap of over-architecting too soon If you’ve felt overwhelmed by: - context windows - local models - agent frameworks - “greenfield vs brownfield” talk You’ll relate to this part. 🧠 Sonnet 4.6, Codex 5.3, and the Shift in Model Power We got into the recent updates: - Sonnet 4.6 improvements - 1M context window options - Codex 5.3 becoming very test-driven - Models increasingly self-checking and structuring output There was a really interesting comparison between Claude and Codex: - Claude tends to “get it working” - Codex tends to enforce tests and longer-term structure That difference matters once your projects get big. 🏗 Chris: Building an OpenClaw Alternative (Local Model Focus) Chris shared that he’s been building his own agent framework — designed to eventually run well on local LLMs. He’s intentionally “skating where the puck is going.” Key themes: - Preparing for local models to get strong enough - Adding guardrails around smaller models - Running into scaling problems as projects grow - The importance of test coverage before things get out of control If you’re building something serious, this part is worth watching.