From b0a8af6c99dca1a3a31bb38973444c04d15b84a5 Mon Sep 17 00:00:00 2001 From: Junyang Lin Date: Sat, 23 Mar 2024 09:10:52 +0800 Subject: [PATCH] update MVP roadmap (#100) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 894a286322..ee1971e7f5 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