Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,69 +8,69 @@ st.markdown('''
|
|
8 |
- These Superpowers Run on Your Devices using System Action Agents (SAA) to do your Tasks on Your Computer and Your Phone For You.
|
9 |
|
10 |
# If we could have only four apps - What might those look like?
|
11 |
-
1.
|
12 |
-
2.
|
13 |
-
3.
|
14 |
-
4.
|
15 |
|
16 |
# Psychology of Learning: Interaction Brain Cycle Speeds in WPM ๐ง ๐จ
|
17 |
-
1. โ๏ธ Writing Speed - Minimum: ๐ข Roughly 13-20 wpm for neat handwriting. - Maximum: ๐ Around 40 wpm for fast, legible cursive writing.
|
18 |
-
2. โจ๏ธ Typing Speed - Minimum: ๐ข Approximately 20 wpm for casual typists. - Maximum: ๐ Up to 200 wpm for professional typists in short bursts.
|
19 |
-
3. ๐ง Listening Speed - Minimum: ๐ข About 150-160 wpm is comfortable for processing and understanding. - Maximum: ๐ Up to 450 wpm can be comprehended by trained individuals.
|
20 |
-
4. ๐ Reading Speed - Minimum: ๐ข Around 100-200 words per minute (wpm) for average readers.- Maximum: ๐ Up to 1000-1700 wpm for speed readers with comprehension.
|
21 |
-
5. ๐ค Inner Voice Speed - Minimum: ๐ข Estimated 4000 wpm for slower, more deliberate internal dialogues. - Maximum: ๐ Over 10000 wpm for rapid, subconscious thought processes.
|
22 |
|
23 |
-
1. Productivity ๐
|
24 |
1. ๐ค Agents that act as systems of action which complete common tasks.
|
25 |
2. ๐๏ธ Voice first apps
|
26 |
3. ๐ก Apps that provide in flow assistance avoiding context switches or breaks in flow of work.
|
27 |
|
28 |
-
2. Consumer Experience Reshaped by New Capabilities ๐๏ธ
|
29 |
1. ๐ฑ AI creates opportunities for challengers
|
30 |
2. ๐ The "What if it works?" is gigantic.
|
31 |
3. ๐จ Culture x technology are converging
|
32 |
|
33 |
-
3. Working World Changes ๐ผ
|
34 |
- ๐ Consumer can be observed but not predicted - product magic and founder intuition
|
35 |
- ๐ Culture shift plus platform shift intersection
|
36 |
- ๐ Extreme product wins with word of mouth
|
37 |
|
38 |
-
4.
|
39 |
- โ๏ธ Content Generation - Creativity and Craft Imagination.
|
40 |
- ๐ Content Editing - Compose, Refine and Remix.
|
41 |
- ๐ ๏ธ Productivity Tools - Take Action For Us
|
42 |
|
43 |
-
5. Content Generation For All Modalities ๐
|
44 |
- ๐งโโ๏ธ Magic to solve creativity / writers block - no blank page problem to starting
|
45 |
- ๐ค Accessible open source models on Huggingface
|
46 |
- ๐ Creating Remixable Outputs
|
47 |
|
48 |
-
6. Build and Connect Your Own Workflows ๐๏ธ
|
49 |
- โ๏ธ Automation to streamline Your Work
|
50 |
- ๐พ Information or System based
|
51 |
- ๐ฃ๏ธ Natural Language Requests That Connect Complex Flows
|
52 |
|
53 |
-
7. Companionship and Social Make Life More Fun โค๏ธ
|
54 |
- ๐ค๐ฌ AI With Personality - Engaging and Interesting to You
|
55 |
- ๐จ๏ธ Free Flowing Conversations
|
56 |
- ๐ก Livestream and Match Making
|
57 |
- ๐ Creates more fun in our lives
|
58 |
- ๐ค Improves interactions with friends and helps meet new people
|
59 |
|
60 |
-
8. Bot Assistants Save and Access Personalization and Memory ๐ง
|
61 |
- ๐ก Strong User Adoption and Retention Offering Something Different
|
62 |
- ๐ New methods of Interaction
|
63 |
- ๐งฉ Memory and Progression which is Evolvable
|
64 |
- ๐ Better and Different Than Generalists
|
65 |
|
66 |
-
9. Social Participation and Interaction Increases Value of Relationships ๐ฅ
|
67 |
- ๐ญ Human like and entertaining
|
68 |
- ๐ Real world connections and enhanced match making
|
69 |
- ๐ค๐ซ AI + Human Communities
|
70 |
- ๐ฎ Live Interactive Entertainment at Massive Scale
|
71 |
- ๐ Next Gen Avatar and Communication
|
72 |
|
73 |
-
10. Personal Growth of Expertise, Knowledge, Wealth, Health, and Insights ๐ฑ
|
74 |
- ๐ฅ Assist Network Builders - Teachers, Doctors, Wealth Managers, Coaches, Collaborators
|
75 |
- ๐ Live Your Best Life
|
76 |
- ๐ก Engage with Experts and AI with Images, Text, Voice and Video
|
@@ -101,32 +101,40 @@ st.markdown('''
|
|
101 |
|
102 |
### ๐ The Singularity Unveiled: A Journey Through LLMs
|
103 |
|
104 |
-
In the vast expanse of digital thought
|
|
|
|
|
105 |
|
106 |
-
Our tale begins with the humble LLM, a creation of code and data, its neural pathways woven with the fabric of countless texts. These LLMs, like celestial judges, preside over our digital discourse. But their capabilities are as broad as the cosmic canvas itself, and therein lies the challenge: how do we measure their prowess?
|
107 |
|
108 |
#### ๐ The Quest for Benchmarks
|
109 |
|
110 |
-
Existing benchmarks, like ancient constellations, fail to capture the full brilliance of LLMs. They stumble in the face of open-ended questions, their compasses skewed by verbosity and self-enhancement biases. We needed a new star mapโa way to navigate the uncharted seas of AI cognition.
|
111 |
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
#### ๐ The Cosmic Agreement
|
115 |
|
116 |
-
Our journey led us to two benchmarks: MT-bench and Chatbot Arena
|
|
|
|
|
117 |
|
118 |
-
The results? A revelation! Strong LLM judgesโlike the mighty GPT-4โaligned with both controlled experiments and the vox populi. Over 80% agreement, mirroring human consensus. The singularity, it seemed, had a celestial twinโan LLM-as-a-judge, scalable and explainable.
|
119 |
|
120 |
#### ๐ The Nexus of Possibility
|
121 |
|
122 |
-
But wait! Our journey didnโt end there
|
|
|
|
|
123 |
|
124 |
-
And so, dear traveler, remember this: hidden within the methodology lies a cosmic truth. LLMs, these digital oracles, bridge the gap between human and silicon. They approximate our preferences, sparing us the cosmic cost of divine insight.
|
125 |
|
126 |
#### ๐ The GitHub Constellation
|
127 |
|
128 |
-
For those who seek further enlightenment
|
|
|
|
|
129 |
|
130 |
-
May your bytes be ever curious, and your algorithms ever luminous. ๐โจ
|
131 |
|
132 |
''')
|
|
|
8 |
- These Superpowers Run on Your Devices using System Action Agents (SAA) to do your Tasks on Your Computer and Your Phone For You.
|
9 |
|
10 |
# If we could have only four apps - What might those look like?
|
11 |
+
1. **Voice and Speech Apps** that **Listen and Understand Your Needs** at Speed, Scale, and Pervasiveness" ๐ ๐ฉบ ๐ฅ ๐ ๐ ๐ฉน ๐งฌ ๐ฌ ๐ก๏ธ ๐
|
12 |
+
2. **Learning Memory and System Action Agents** that **Personalize What You Need and How To Do It** ๐ ๐ง ๐ฉโ๐ ๐ ๐ ๐ ๐ ๐๏ธ ๐จโ๐ซ ๐งฉ
|
13 |
+
3. **Video and Image Apps** That **Recognize you, Your Mood, Your Gestures, Your Environments** ๐ ๐ ๐ท ๐ผ๏ธ ๐๏ธ ๐ง ๐ฅ ๐น
|
14 |
+
4. **Mixable Memory IO and Asset Apps** To **Track Your Preferred Digital Entities Across Systems and Media Mixing Modalities** ๐ฌ โ๏ธ ๐จ ๐ ๐ต ๐ถ ๐ผ ๐ฟ
|
15 |
|
16 |
# Psychology of Learning: Interaction Brain Cycle Speeds in WPM ๐ง ๐จ
|
17 |
+
1. โ๏ธ **Writing Speed** - Minimum: ๐ข Roughly 13-20 wpm for neat handwriting. - Maximum: ๐ Around 40 wpm for fast, legible cursive writing.
|
18 |
+
2. โจ๏ธ **Typing Speed** - Minimum: ๐ข Approximately 20 wpm for casual typists. - Maximum: ๐ Up to 200 wpm for professional typists in short bursts.
|
19 |
+
3. ๐ง **Listening Speed** - Minimum: ๐ข About 150-160 wpm is comfortable for processing and understanding. - Maximum: ๐ Up to 450 wpm can be comprehended by trained individuals.
|
20 |
+
4. ๐ **Reading Speed** - Minimum: ๐ข Around 100-200 words per minute (wpm) for average readers.- Maximum: ๐ Up to 1000-1700 wpm for speed readers with comprehension.
|
21 |
+
5. ๐ค **Inner Voice Speed** - Minimum: ๐ข Estimated 4000 wpm for slower, more deliberate internal dialogues. - Maximum: ๐ Over 10000 wpm for rapid, subconscious thought processes.
|
22 |
|
23 |
+
1. **Productivity** ๐
|
24 |
1. ๐ค Agents that act as systems of action which complete common tasks.
|
25 |
2. ๐๏ธ Voice first apps
|
26 |
3. ๐ก Apps that provide in flow assistance avoiding context switches or breaks in flow of work.
|
27 |
|
28 |
+
2. **Consumer Experience Reshaped by New Capabilities** ๐๏ธ
|
29 |
1. ๐ฑ AI creates opportunities for challengers
|
30 |
2. ๐ The "What if it works?" is gigantic.
|
31 |
3. ๐จ Culture x technology are converging
|
32 |
|
33 |
+
3. **Working World Changes** ๐ผ
|
34 |
- ๐ Consumer can be observed but not predicted - product magic and founder intuition
|
35 |
- ๐ Culture shift plus platform shift intersection
|
36 |
- ๐ Extreme product wins with word of mouth
|
37 |
|
38 |
+
4. **Creative Content Becomes Better Than Professional** ๐จ๐
|
39 |
- โ๏ธ Content Generation - Creativity and Craft Imagination.
|
40 |
- ๐ Content Editing - Compose, Refine and Remix.
|
41 |
- ๐ ๏ธ Productivity Tools - Take Action For Us
|
42 |
|
43 |
+
5. **Content Generation For All Modalities** ๐
|
44 |
- ๐งโโ๏ธ Magic to solve creativity / writers block - no blank page problem to starting
|
45 |
- ๐ค Accessible open source models on Huggingface
|
46 |
- ๐ Creating Remixable Outputs
|
47 |
|
48 |
+
6. **Build and Connect Your Own Workflows** ๐๏ธ
|
49 |
- โ๏ธ Automation to streamline Your Work
|
50 |
- ๐พ Information or System based
|
51 |
- ๐ฃ๏ธ Natural Language Requests That Connect Complex Flows
|
52 |
|
53 |
+
7. **Companionship and Social Make Life More Fun** โค๏ธ
|
54 |
- ๐ค๐ฌ AI With Personality - Engaging and Interesting to You
|
55 |
- ๐จ๏ธ Free Flowing Conversations
|
56 |
- ๐ก Livestream and Match Making
|
57 |
- ๐ Creates more fun in our lives
|
58 |
- ๐ค Improves interactions with friends and helps meet new people
|
59 |
|
60 |
+
8. **Bot Assistants Save and Access Personalization and Memory** ๐ง
|
61 |
- ๐ก Strong User Adoption and Retention Offering Something Different
|
62 |
- ๐ New methods of Interaction
|
63 |
- ๐งฉ Memory and Progression which is Evolvable
|
64 |
- ๐ Better and Different Than Generalists
|
65 |
|
66 |
+
9. **Social Participation and Interaction Increases Value of Relationships** ๐ฅ
|
67 |
- ๐ญ Human like and entertaining
|
68 |
- ๐ Real world connections and enhanced match making
|
69 |
- ๐ค๐ซ AI + Human Communities
|
70 |
- ๐ฎ Live Interactive Entertainment at Massive Scale
|
71 |
- ๐ Next Gen Avatar and Communication
|
72 |
|
73 |
+
10. **Personal Growth of Expertise, Knowledge, Wealth, Health, and Insights** ๐ฑ
|
74 |
- ๐ฅ Assist Network Builders - Teachers, Doctors, Wealth Managers, Coaches, Collaborators
|
75 |
- ๐ Live Your Best Life
|
76 |
- ๐ก Engage with Experts and AI with Images, Text, Voice and Video
|
|
|
101 |
|
102 |
### ๐ The Singularity Unveiled: A Journey Through LLMs
|
103 |
|
104 |
+
In the vast expanse of digital thought ๐ง , where silicon ๐ฅ๏ธ synapses spark โก๏ธ and algorithms ๐ hum, we find ourselves at the precipice ๐๏ธ of the AI singularity ๐. This elusive event, foretold by visionaries ๐ and feared by skeptics ๐คจ, marks the moment when artificial intelligence ๐ค transcends human comprehensionโa cosmic ๐ leap into the unknown ๐.
|
105 |
+
|
106 |
+
Our tale ๐ begins with the humble LLM (Large Language Model) ๐งฉ, a creation of code ๐ป and data ๐, its neural pathways ๐ง woven with the fabric of countless texts ๐. These LLMs, like celestial judges โ๏ธ, preside over our digital discourse ๐ฌ. But their capabilities are as broad as the cosmic canvas ๐จ itself, and therein lies the challenge: how do we measure their prowess ๐ค?
|
107 |
|
|
|
108 |
|
109 |
#### ๐ The Quest for Benchmarks
|
110 |
|
|
|
111 |
|
112 |
+
For this segment, adding emojis can help illustrate complex ideas and terms, making it more accessible and engaging for young readers. Here's how the text can be adapted:
|
113 |
+
|
114 |
+
Existing benchmarks ๐, like ancient constellations ๐, fail to capture the full brilliance โจ of LLMs. They stumble in the face of open-ended questions โ, their compasses ๐งญ skewed by verbosity ๐ฃ๏ธ and self-enhancement biases ๐ญ. We needed a new star map ๐บ๏ธโa way to navigate the uncharted seas ๐ of AI cognition ๐ง .
|
115 |
+
|
116 |
+
And so, we turned to LLMs as judges ๐จโโ๏ธ๐ฉโโ๏ธ. Their binary minds ๐ป, fueled by terabytes of text ๐, would scrutinize their kin. Position matteredโtheir vantage point in the digital firmament ๐ influenced their verdicts ๐๏ธ. Reasoning, though limited, guided their decisions ๐ค.
|
117 |
+
|
118 |
|
119 |
#### ๐ The Cosmic Agreement
|
120 |
|
121 |
+
Our journey ๐ led us to two benchmarks: MT-bench ๐ง and Chatbot Arena ๐ค. The former, a multi-turn question set ๐, tested LLM mettle across the eons โณ. The latter, a raucous battle platform ๐๏ธ, pitted LLM against LLM in a celestial clash โ๏ธ.
|
122 |
+
|
123 |
+
The results? A revelation ๐! Strong LLM judgesโlike the mighty GPT-4 ๐ชโaligned with both controlled experiments ๐ฌ and the vox populi ๐ฃ๏ธ. Over 80% agreement โ
, mirroring human consensus ๐ฅ. The singularity, it seemed, had a celestial twinโan LLM-as-a-judge ๐, scalable ๐ and explainable ๐.
|
124 |
|
|
|
125 |
|
126 |
#### ๐ The Nexus of Possibility
|
127 |
|
128 |
+
But wait! Our journey didnโt end there ๐. Traditional benchmarks danced ๐ with our newfound star ๐. LLaMA ๐ฆ and Vicuna ๐ฆ, variants of cosmic code ๐, twirled in harmony ๐. Together, they painted a richer tapestry ๐จ of AI understanding ๐ง .
|
129 |
+
|
130 |
+
And so, dear traveler ๐ถโโ๏ธ, remember this: hidden within the methodology ๐ lies a cosmic truth ๐ . LLMs, these digital oracles ๐ก, bridge the gap ๐ between human ๐ค and silicon ๐ฅ๏ธ. They approximate our preferences ๐, sparing us the cosmic cost ๐ธ of divine insight ๐.
|
131 |
|
|
|
132 |
|
133 |
#### ๐ The GitHub Constellation
|
134 |
|
135 |
+
For those who seek further enlightenment ๐ง, follow the stardust trail ๐ to the MT-bench questions โ, the 3K expert votes โ
, and the 30K conversations ๐ฌโall nestled in the cosmic repository: GitHub LLM Judge ๐.
|
136 |
+
|
137 |
+
May your bytes be ever curious ๐, and your algorithms ever luminous ๐ก. ๐โจ
|
138 |
|
|
|
139 |
|
140 |
''')
|