Next up in the series: “Make It Work, Make It Good — Pairing With Coding Agents.”
Same loop, different mindset. 🚀
Next up in the series: “Make It Work, Make It Good — Pairing With Coding Agents.”
Same loop, different mindset. 🚀
# .git/hooks/pre-commit
ruff check --fix .
swiftlint
pytest -q -m "not slow"
Quick, local, automatic.
Don’t skip them. And never ever let your agent sneak in --no-verify.
That’s the “seatbelt click” before takeoff.
# .git/hooks/pre-commit
ruff check --fix .
swiftlint
pytest -q -m "not slow"
Quick, local, automatic.
Don’t skip them. And never ever let your agent sneak in --no-verify.
That’s the “seatbelt click” before takeoff.
I used to rely on CI after push. Too late — the mess was already in history.
Now I run lint + fast tests before every commit.
Local checks keep the refactor loop safe and fast.
No broken states. No surprises.
I used to rely on CI after push. Too late — the mess was already in history.
Now I run lint + fast tests before every commit.
Local checks keep the refactor loop safe and fast.
No broken states. No surprises.
Full write-up (with diagrams + prompts):
👉 novibe-vibe-coding.hashnode.dev/building-a-m...
Full write-up (with diagrams + prompts):
👉 novibe-vibe-coding.hashnode.dev/building-a-m...
Agents keep context across steps (no constant resets).
They challenge each other, surfacing blind spots.
The workflow creates natural checkpoints where I step in, give feedback, and steer things.
Agents keep context across steps (no constant resets).
They challenge each other, surfacing blind spots.
The workflow creates natural checkpoints where I step in, give feedback, and steer things.
#AI #SoftwareEngineering #Testing #CodingAgents
#AI #SoftwareEngineering #Testing #CodingAgents
Turns out AI is bad at preventing code bloat but excellent at identifying it after the fact.
novibe-vibe-coding.hashnode.dev/the-two-phas...
Turns out AI is bad at preventing code bloat but excellent at identifying it after the fact.
novibe-vibe-coding.hashnode.dev/the-two-phas...
Anybody knows of such agents or adapters?
Anybody knows of such agents or adapters?
So, we should overlook harassment of woman or suppressing minorities. But we draw the line when white people are the ones affected.
So, we should overlook harassment of woman or suppressing minorities. But we draw the line when white people are the ones affected.
I want one that understands why the test is there.
A development agent.
#AI #DevAgent #TestingMatters #SoftwareEngineering
I want one that understands why the test is there.
A development agent.
#AI #DevAgent #TestingMatters #SoftwareEngineering