Discover and explore top open-source AI tools and projects—updated daily.
humania-orgIterative AI code development and review framework
Top 75.5% on SourcePulse
Summary
Humanize tackles the challenge of achieving high-quality AI-generated code through an iterative development process featuring independent AI review. It targets developers aiming to build with confidence, leveraging continuous feedback loops for incremental code refinement and minimizing blind spots to meet acceptance criteria.
How It Works
The core is RLCR (Ralph-Loop with Codex Review), enhancing the ralph-loop concept with independent Codex code quality assessment. The process involves two phases: Implementation (Claude generates code, Codex reviews summaries) and Code Review (Codex checks code quality with severity markers). Issues identified feed back into implementation, creating a continuous refinement cycle. This "Iteration over Perfection" approach avoids single-shot expectations, and "Swarm Mode" allows parallel development with agent teams.
Quick Start & Requirements
humania marketplace add humania-org/humanize. For experimental features, use the dev branch: humania marketplace add humania-org/humanize#dev. Then, install the plugin: /plugin install humanize@humania.codex CLI. Refer to the Installation Guide for detailed prerequisites and alternative setup options.bash /humanize:gen-plan --input draft.md --output docs/plan.mdbash /humanize:start-rlcr-loop docs/plan.mdsource <path/to/humanize>/scripts/humanize.sh then humanize monitor rlcr.Highlighted Details
Maintenance & Community
The provided README does not detail contributors, sponsorships, partnerships, or community channels (e.g., Discord/Slack).
Licensing & Compatibility
Limitations & Caveats
codex CLI installation and configuration for the review process.#dev branch for experimental features indicates potential instability or ongoing development unsuitable for production.1 week ago
Inactive