Rick Katz

About

Life long entrepreneur with multiple successful start-ups in brick and mortar businesses in Canada.

Badges

Tastemaker
Tastemaker
Tastemaker 5
Tastemaker 5
Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
View all badges

Maker History

  • SUDHI
    SUDHIPersonal Board of 10 for decisions that deserve debate
    Aug 2026
  • Personal Business advisor/CEO
    Personal Business advisor/CEO10 expert lenses for clearer decisions and follow-through
    Jul 2026
  • Code Factory
    Code FactoryMake AI-built code prove it can fail.
    Jul 2026
  • 🎉
    Joined Product HuntJune 1st, 2026

Forums

Can your AI-generated test actually fail?

I built Code Factory after losing time to AI-generated tests that passed but failed in real use. The front door is now deliberately simple: run `factory first-proof --root .` and see a safe demonstration of whether a test can actually reject a known failure. It stays local and does not change your project.

For a solo developer or vibe coder, that is the whole starting value. For a team, `factory wrap` records the exact file delta from an admitted agent run, runs the validators the team declared, and leaves a reviewable receipt without retaining prompts or raw model output. Platform and assurance teams can evaluate the deeper policy and evidence controls in a pilot, but this beta does not claim an SLA, certification, customer references, or procurement readiness.

Version 0.44.3 also compares declared and observed product journeys, preserves the failed step in a bounded evidence capsule, checks state and cleanup, and audits the repairing agent separately. Human approval, apply, merge, release, credentials, and deployment remain outside Code Factory's authority.

Try it: https://pypi.org/project/factory...

Code Factory 0.44.2: trace verified intent back to source

A small but practical review update: Graph Ops can now take a verified Forge intent trace back to the exact hash-bound source line.

If the binding is missing, malformed, or mismatched, the source action stays unavailable instead of guessing. It is read-only: no repair, approval, deployment, or credential access.

This helps when an AI-assisted change looks finished but you still need to answer: what approved intent does this result actually come from?

Release and install: https://github.com/zrk222/code-f...

Code Factory 0.44.1: current UI, First Proof, and a transparent 60-day use case

I built Code Factory for myself. Now I m sharing it with the world.

AI made code generation dramatically faster, but generating code was never the whole job. I still needed to understand what changed, catch incomplete work, preserve evidence, and know what was actually safe to accept.

Code Factory 0.44.1 updates the public product surfaces and brings the current workflow into focus. First Proof runs a sealed positive control and an intentionally hollow negative control. If the broken path still passes, Code Factory reports HOLLOW_E2E_TEST instead of calling the run proven.

Expected outcomes:

View more