eaglelandsonce
commited on
Commit
•
bdd037a
1
Parent(s):
40acd06
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.title("CodeBlast Dream Catcher")
|
|
7 |
content = """
|
8 |
**CodeBlast Dream Catcher** proposes an alternative approach for searching multidimensional space for knowledge based on the following principles:
|
9 |
|
10 |
-
1. An "all possible combinations space" exists in multidimensional space where one doesn't create knowledge but discovers it.
|
11 |
2. This multidimensional space is best searched with LLMs using goals, as goals carry the recipes for accomplishing them.
|
12 |
3. There exists a multidimensional "all possible" Codestral goal space consisting of interconnected goals resembling a graph.
|
13 |
4. This multidimensional goals space can best be searched by remapping it to the 2D Infinite Canvas proposed in the LabLab.ai Build Your Business StartUp Hackathon's "Navigating the Infinite Plane".
|
|
|
7 |
content = """
|
8 |
**CodeBlast Dream Catcher** proposes an alternative approach for searching multidimensional space for knowledge based on the following principles:
|
9 |
|
10 |
+
1. An "all possible combinations space" exists in a multidimensional space where one doesn't create knowledge but discovers it.
|
11 |
2. This multidimensional space is best searched with LLMs using goals, as goals carry the recipes for accomplishing them.
|
12 |
3. There exists a multidimensional "all possible" Codestral goal space consisting of interconnected goals resembling a graph.
|
13 |
4. This multidimensional goals space can best be searched by remapping it to the 2D Infinite Canvas proposed in the LabLab.ai Build Your Business StartUp Hackathon's "Navigating the Infinite Plane".
|