From f10b2f59062066a67bc54a7ff0268b0f8f8df6c6 Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 30 Jun 2023 14:17:21 -0400 Subject: [PATCH] otpimizations --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index debceb71..cc25ffbd 100644 --- a/README.md +++ b/README.md @@ -185,4 +185,18 @@ Thank you for being a part of our project! * Create extensive and useful examples -* And, recreate exampels and usage in readme. \ No newline at end of file +* And, recreate exampels and usage in readme. + +* Create a worker Swarm class, where it's just workers who are equal and that can self scale. If they need help they'll just spawn an entirely new worker and they can spawn more workers + + + + + +# Optimization + +* Reliability => The swarm needs to be reliable. How do we quantify reliability -> Reliability is obtaining an desired output with a basic and un-detailed input. + +* Speed => How long does it take the swarm to accomplish a task, such as `let's respond to all the emails`, we need to minimize this => we can do this by cultivating an efficient communication layer, critiquing, and self-alignment with meta prompting. + +* Scalability => Asynchrony, Concurrent, and self-healing. \ No newline at end of file