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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·4 Aufrufeselfrefine.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-Verlauf

Star-Verlauf für madaan/self-refineStar-Verlauf für madaan/self-refine

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Self Refine

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Self Refine.
  • codium-ai/alphacodiumAvatar von Codium-ai

    Codium-ai/AlphaCodium

    3,945Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,945
  • smol-ai/developerAvatar von smol-ai

    smol-ai/developer

    12,188Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,188
  • cloudflare/vibesdkAvatar von cloudflare

    cloudflare/vibesdk

    5,094Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,094
  • amazon-science/mm-cotAvatar von amazon-science

    amazon-science/mm-cot

    3,990Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,990
Alle 23 Alternativen zu Self Refine anzeigen→

Häufig gestellte Fragen

Was macht madaan/self-refine?

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

Was sind die Hauptfunktionen von madaan/self-refine?

Die Hauptfunktionen von madaan/self-refine sind: Agent Refinement, Reasoning And Planning, Code Refinement.

Welche Open-Source-Alternativen gibt es zu madaan/self-refine?

Open-Source-Alternativen zu madaan/self-refine sind unter anderem: 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.