diff --git a/README.md b/README.md index 894a286322a7..ee1971e7f5f7 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,15 @@ Achieving full replication of production-grade applications with LLMs is a compl ## 🚀 Next Steps -- **Literature Review:** Conduct a thorough review of existing literature (1-2 weeks). -- **Community Engagement:** Release the plan to the community, form research groups, and begin collaborative work. +An MVP demo is urgent for us. Here are the most important things to do: + +- UI: a chat interface, a shell demonstrating commands, a browser, etc. +- Architecture: an agent framework with a stable backend, which can read, write and run simple commands +- Agent: capable of generating bash scripts, running tests, etc. +- Evaluation: a minimal evaluation pipeline that is consistent with Devin's evaluation. + +After finishing building the MVP, we will move towards research in different topics, including foundation models, specialist capabilities, evaluation, agent studies, etc. + ## How to Contribute