awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
madaan avatar

madaan/self-refine

0
View on GitHub↗
806 stars·70 forks·Python·Apache-2.0·13 viewsselfrefine.info↗

Self Refine

With Self-Refine, LLMs can generate feedback on their work, use it to improve the output, and repeat this process.

Features

  • Agent Refinement - Iterative refinement of outputs using self-generated feedback.
  • Reasoning And Planning - Iterative refinement framework using self-feedback mechanisms.
  • Code Refinement - Iterative code refinement using self-feedback.

Star history

Star history chart for madaan/self-refineStar history chart for madaan/self-refine

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Self Refine

Similar open-source projects, ranked by how many features they share with Self Refine.
  • codium-ai/alphacodiumCodium-ai avatar

    Codium-ai/AlphaCodium

    3,945View on GitHub↗

    AlphaCodium is an LLM code generation framework and automated programming benchmark designed to solve programming problems through iterative generation and testing. It functions as an iterative code refinement system that improves the precision of generated code by comparing outputs against expected results and re-prompting the model. The project implements a flow engineering pipeline, using a structured sequence of prompting stages to refine code through a cycle of generation, evaluation, and correction. This approach allows the system to process programming datasets and measure the accuracy

    Pythonbroader-impactscode-generationflow-engineering
    View on GitHub↗3,945
  • smol-ai/developersmol-ai avatar

    smol-ai/developer

    12,188View on GitHub↗

    This project is an AI software engineering tool and framework for building autonomous coding agents. It provides a system for automating program synthesis and bug fixing by integrating large language models with codebase analysis and iterative refinement loops. The framework features an agentic development server that exposes task execution interfaces to remote agents through a structured protocol. This allows for the remote execution of development tasks and the embedding of autonomous program synthesis capabilities into external software projects. The toolset covers AI-driven project scaff

    Python
    View on GitHub↗12,188
  • cloudflare/vibesdkcloudflare avatar

    cloudflare/vibesdk

    5,094View on GitHub↗

    vibesdk is an agentic software development platform and framework designed to coordinate autonomous agents that write, debug, and refine full-stack applications from natural language. It serves as a cloud-native application orchestrator and an LLM-powered code generation framework that converts prompts into functional code through iterative conversations and multi-phase agent behaviors. The project distinguishes itself by providing a complete toolchain for building AI development platforms. This includes the ability to integrate various model providers, construct custom LLM toolkits, and mana

    TypeScript
    View on GitHub↗5,094
  • amazon-science/mm-cotamazon-science avatar

    amazon-science/mm-cot

    3,990View on GitHub↗

    This project is a multimodal large language model reasoning framework designed to train and evaluate models in performing chain-of-thought reasoning across text and image data. It provides a reasoning engine and training system that enable vision-language models to generate step-by-step logical rationales and final answers for complex queries. The framework utilizes a two-stage training pipeline that decouples the generation of logical justifications from final answer inference. It transforms visual data into descriptive text through image captioning and uses vision-transformer feature extrac

    Python
    View on GitHub↗3,990
See all 23 alternatives to Self Refine→

Frequently asked questions

What does madaan/self-refine do?

With Self-Refine, LLMs can generate feedback on their work, use it to improve the output, and repeat this process.

What are the main features of madaan/self-refine?

The main features of madaan/self-refine are: Agent Refinement, Reasoning And Planning, Code Refinement.

What are some open-source alternatives to madaan/self-refine?

Open-source alternatives to madaan/self-refine include: smol-ai/developer — This project is an AI software engineering tool and framework for building autonomous coding agents. It provides a… cloudflare/vibesdk — vibesdk is an agentic software development platform and framework designed to coordinate autonomous agents that write,… codium-ai/alphacodium — AlphaCodium is an LLM code generation framework and automated programming benchmark designed to solve programming… amazon-science/mm-cot — This project is a multimodal large language model reasoning framework designed to train and evaluate models in… codelion/openevolve — OpenEvolve is an evolutionary algorithm framework that uses large language models to autonomously discover and… ber666/rap.