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

228 members • Free

15 contributions to Vibe Code Guild
tui design: your input is wanted
ignore formatting for the moment, which of these do you find more appealing and why
tui design: your input is wanted
Monday Motivation
What's on your build plan for the week? Toss out a goal so we can check in on Friday Night Vibes. The first step to progress is building accountability into your life. Let's push each other! I'll start: I want to implement something to clip shorts from my videos, either that open source git repo in the VCG brain, or my own software I also want to improve a few items in the Vibe Code Guild Brain
2 likes • 6d
keep beating my head against the wall for 8-12 hours everyday, why computer vision so hard
2 likes • 6d
@Shane McGrath that would be great, but i'm not sure i can even explain why its not working past architects are incredibly lazy/ inconsistent people, pdf formatting changes the line thickness and posting the pdfs in online repos strips the metadata. its making my cv workers read dimension lines even when i've built very specific rules to do very specific things. my 5 layer cv stack is still 5 layers but now every layer has multiple routes based off the available metadata. i have the easy routes (a, b & d) ironed out, and i'm down to the with zero metadata. i was making progress on commercial plans but now i'm trying a plan of a house and oh boy is it fighting me at every step.
Hitting your AI Tool limit
When my SuperGrok Heavy plan tells me I'm at 75% usage and there is 2½ days until reset.
Hitting your AI Tool limit
2 likes • 6d
i used all mine in 2 days, five days of token jail
Stop AI Slop: Promote Yourself To Digital Foreman with Git Hooks and Ruff
When you put an autonomous AI coding agent—whether it's Claude Code, Cursor, or a custom harness—to work on your codebase, development speed explodes. But so does silent code slop. LLMs are probabilistic completion engines. As context windows fill up or tasks grow complex, developers frequently observe recurring shortcuts: leaving behind # TODO stubs, inserting temporary breakpoint() calls, stripping hand-written architectural comments, and leaking hardcoded API keys while testing integrations. If you try to catch all of that by reading every line of diff during manual code reviews, you end up acting like an unpaid laborer cleaning up after the crew. In construction, a good job-site foreman doesn't inspect every single screw by hand at the end of the day—they set up strict inspection gates and physical stop-blocks before the work starts. In software, you do that with version-controlled Git hooks and automated linters like Ruff. ## What is a Hook? (The Stop-Block Principle) If you're cutting twenty trim boards to exactly 12 inches, you don't measure each board by hand and hope your eye is sharp—you clamp a physical stop-block to your miter saw fence. The lumber hits the block, and the cut is right every single time. ## A Git hook is a digital stop-block. It is a script that runs synchronously in the foreground when a developer or AI agent triggers a Git action. Right before a commit is finalized (git commit), Git halts execution and runs your hook. It inspects the staged files, runs your quality checks, and decides whether to let the work pass or block it on the spot. ## Workflow Diagram ``` [ AI Agent Types 'git commit' ] │ ▼ ┌─────────────────┐ │ Synchronous Git │──(Blocks execution & runs fast checks) │ Pre-Commit Hook │ └─────────────────┘ │ │ (Pass) (Fail) │ │ ▼ ▼ [ Committed ] [ BLOCKED ] ──► Feed stack trace back to Agent ``` Because the hook blocks execution, any failure aborts the commit and dumps the exact error message right back into the AI agent’s context window. The agent reads why it got blocked, fixes its own code, re-stages the file, and retries the commit—all before you ever look at the pull request.
0 likes • 14d
@Shane McGrath i should be able to get the next article to keep the code snips just gotta work out all these skool quirks. Trying to post content in here to help support the community
0 likes • 14d
@Shane McGrath gotcha
Looking for shoutout candidates
I would like to give shoutouts to member projects in my YouTube videos. Instead of having some lame sponsor, I’d rather just do a quick mention to drive traffic to you guys Let me know if you’re interested. I’ll work on some kind of queue system and try to spread the love as much as possible In leu of a perfect system, how about we start with you dropping a link to a project that you feel is ready for public attention with 2-3 bullet points about it, what it is, why you built it, etc, and I’ll start popping these in my YouTube videos
0 likes • 15d
when i have a finished product i will let you know but its looking like easily another month or more before i'll have this engine finished. i've gotten the easy sets of pdf's reading nearly perfect but i still have no solution for pages with zero harvestable data. i have four ideas but after testing them all day i realized i'm going to have to go back a stage to correct how the pages are being scouted. Yesterday i was concerned i was back to square 1 but it look like it was only square 2 lol jk but its fighting me at every step
0 likes • 15d
@Shane McGrath 12 hours today all wasted chasing ghosts
1-10 of 15
Adam Murphy
2
1 point to level up
@adam-murphy-7940
i build

Active 10h ago
Joined Jul 2, 2026
Powered by