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.