Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,124 @@ if 'files' not in st.session_state:
|
|
37 |
|
38 |
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
DarioAmodeiKnowledge="""
|
41 |
1. Major AI Industry Players ๐
|
42 |
1. Research Leaders ๐ฏ
|
@@ -191,42 +309,129 @@ Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds = """
|
|
191 |
# Multiplayer Simulated Worlds
|
192 |
|
193 |
# Farming Simulator 25 Prompt Features with Emojis:
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
"""
|
231 |
|
232 |
def get_display_name(filename):
|
@@ -524,23 +729,24 @@ def main():
|
|
524 |
# Show initial content: Either when first landing or when no interactive elements are active
|
525 |
if show_initial_content:
|
526 |
# First show the clickable terms with links
|
527 |
-
terms1 = extract_terms(
|
528 |
terms2 = extract_terms(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
529 |
all_terms = terms1 + terms2
|
530 |
|
531 |
-
col1, col2 = st.columns(
|
532 |
|
533 |
with col1:
|
534 |
-
st.markdown("
|
535 |
-
st.markdown(
|
536 |
-
display_terms_with_links(terms1)
|
537 |
-
st.markdown(DarioAmodeiKnowledge)
|
538 |
-
|
539 |
with col2:
|
540 |
-
st.markdown("
|
541 |
-
|
542 |
-
|
|
|
543 |
st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
|
|
|
|
|
|
544 |
|
545 |
if __name__ == "__main__":
|
546 |
main()
|
|
|
37 |
|
38 |
|
39 |
|
40 |
+
AITopicsToInnovate1="""
|
41 |
+
1. Major AI Industry Players ๐
|
42 |
+
1. Research Leaders ๐ฏ
|
43 |
+
- OpenAI: GPT-4 DALL-E Foundation Models ๐ต
|
44 |
+
- Google: PaLM Gemini LLMs ๐ฆ
|
45 |
+
- Anthropic: Claude Constitutional AI โก
|
46 |
+
- Meta: LLaMA Open Source LLMs ๐ค
|
47 |
+
- xAI: Grok Conversational AI ๐ค
|
48 |
+
|
49 |
+
2. Technical AI Development ๐ ๏ธ
|
50 |
+
1. Architecture Advances ๐ซ
|
51 |
+
- Transformer Models Attention Mechanisms ๐ง
|
52 |
+
- Mixture of Experts MoE Architecture ๐ช
|
53 |
+
- Sparse Neural Networks ๐ธ๏ธ
|
54 |
+
- Multi-modal LLM Systems ๐
|
55 |
+
- Flash Attention Optimization โ๏ธ
|
56 |
+
|
57 |
+
2. Training Methodologies ๐
|
58 |
+
- LLM Supervised Fine-tuning ๐จโ๐ซ
|
59 |
+
- RLHF Reward Models ๐ค
|
60 |
+
- Constitutional AI Training ๐
|
61 |
+
- RLAIF Feedback Models ๐
|
62 |
+
- Synthetic Data LLM Training ๐ฒ
|
63 |
+
- Chain of Thought Prompting ๐งฉ
|
64 |
+
- Tree of Thoughts Reasoning ๐ณ
|
65 |
+
|
66 |
+
3. Post-Training Implementation ๐ง
|
67 |
+
- Neural Network Distillation ๐งช
|
68 |
+
- LLM Quantization Methods ๐
|
69 |
+
- Neural Network Pruning โ๏ธ
|
70 |
+
- Knowledge Distillation Transfer ๐
|
71 |
+
- Few-shot LLM Learning ๐ฏ
|
72 |
+
|
73 |
+
3. Mechanistic Interpretability ๐ฌ
|
74 |
+
1. Core Concepts ๐ก
|
75 |
+
- Neural Network Growth Analysis ๐ฑ
|
76 |
+
- LLM Architecture Analysis ๐๏ธ
|
77 |
+
- Training Loss Optimization ๐จ
|
78 |
+
- Neural Network Analogies ๐งฌ
|
79 |
+
|
80 |
+
2. Technical Features ๐
|
81 |
+
- LLM Linear Representations โก๏ธ
|
82 |
+
- Neural Vector Arithmetic ๐ข
|
83 |
+
- Neural Activation Patterns ๐
|
84 |
+
- LLM Feature Detection ๐
|
85 |
+
- Neural Sparse Autoencoders ๐ญ
|
86 |
+
|
87 |
+
3. Network Analysis ๐ต๏ธ
|
88 |
+
- LLM Induction Heads ๐
|
89 |
+
- Transformer Attention Analysis ๐ช
|
90 |
+
- Neural Circuit Analysis ๐
|
91 |
+
- LLM Feature Visualization ๐
|
92 |
+
- Neural Concept Directions ๐ณ
|
93 |
+
|
94 |
+
4. Future AI Developments ๐
|
95 |
+
1. AGI Timeline โฐ
|
96 |
+
- AGI Capability Projections ๐
|
97 |
+
- Neural Hardware Scaling ๐พ
|
98 |
+
- LLM Training Data Limits ๐
|
99 |
+
- AI Compute Resources ๐บ๏ธ
|
100 |
+
|
101 |
+
2. Integration Fields ๐ก
|
102 |
+
- AI Biology Integration ๐ฎ
|
103 |
+
- AI Drug Discovery Systems ๐
|
104 |
+
- AI Clinical Trial Analysis ๐ฅ
|
105 |
+
- AI Code Generation ๐คน
|
106 |
+
- AI Scientific Discovery ๐งฎ
|
107 |
+
|
108 |
+
5. Industry Best Practices ๐
|
109 |
+
1. AI Team Building ๐ข
|
110 |
+
- AI Talent Development ๐ฅ
|
111 |
+
- AI Research Alignment ๐ช
|
112 |
+
- AI Team Scaling ๐
|
113 |
+
- AI Research Culture ๐
|
114 |
+
|
115 |
+
2. AI Research Qualities ๐
|
116 |
+
- AI Research Methodology ๐งญ
|
117 |
+
- AI Experimentation Protocols ๐๏ธ
|
118 |
+
- AI Innovation Thinking ๐ซ
|
119 |
+
- AI Testing Framework โ๏ธ
|
120 |
+
|
121 |
+
3. AI Safety Standards ๐ก๏ธ
|
122 |
+
- LLM Behavioral Specifications ๐
|
123 |
+
- AI Safety Guidelines ๐ฎ
|
124 |
+
- AI Ethics Framework โ๏ธ
|
125 |
+
- AI Industry Standards ๐คฒ
|
126 |
+
|
127 |
+
6. Emerging Research Areas ๐ฎ
|
128 |
+
1. Technical Focus ๐ฏ
|
129 |
+
- LLM Long Context Learning โณ
|
130 |
+
- LLM Multi-agent Interaction ๐พ
|
131 |
+
- AI Evaluation Metrics ๐
|
132 |
+
- Neural Interpretability Methods ๐ญ
|
133 |
+
|
134 |
+
2. AI Applications ๐ผ
|
135 |
+
- AI Automated Research ๐งซ
|
136 |
+
- AI Code Synthesis โจ๏ธ
|
137 |
+
- AI Biological Modeling ๐งฏ
|
138 |
+
- AI Medical Diagnostics ๐
|
139 |
+
|
140 |
+
7. Model Intelligence ๐งฟ
|
141 |
+
1. LLM System Development ๐ช
|
142 |
+
- LLM Prompt Engineering ๐
|
143 |
+
- LLM Response Generation โ๏ธ
|
144 |
+
- LLM Behavioral Training ๐น
|
145 |
+
- LLM Personality Development ๐ช
|
146 |
+
|
147 |
+
2. LLM User Interaction ๐ญ
|
148 |
+
- LLM Autonomy Alignment ๐ช
|
149 |
+
- LLM Safety Boundaries ๐
|
150 |
+
- LLM Communication Patterns ๐ฃ๏ธ
|
151 |
+
- LLM Performance Tuning ๐ข
|
152 |
+
|
153 |
+
"""
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
DarioAmodeiKnowledge="""
|
159 |
1. Major AI Industry Players ๐
|
160 |
1. Research Leaders ๐ฏ
|
|
|
309 |
# Multiplayer Simulated Worlds
|
310 |
|
311 |
# Farming Simulator 25 Prompt Features with Emojis:
|
312 |
+
# Top Multiplayer and MMO Games 2024
|
313 |
+
|
314 |
+
## 1. Top Multiplayer Survival & Simulation Games 2024 ๐ฎ
|
315 |
+
### 1.1 Survival Games ๐น
|
316 |
+
- **Rust** ๐ฆพ
|
317 |
+
* Advanced Base Building Physics
|
318 |
+
* Electricity & Automation Systems
|
319 |
+
* Dynamic Player-driven Economy
|
320 |
+
|
321 |
+
- **ARK: Survival Evolved** ๐ฆ
|
322 |
+
* Dinosaur Taming & Breeding
|
323 |
+
* Tek Tier Technology System
|
324 |
+
* Cross-map Resource Networks
|
325 |
+
|
326 |
+
- **Valheim** โ๏ธ
|
327 |
+
* Norse Mythology Building System
|
328 |
+
* Boss-progression World Evolution
|
329 |
+
* Structural Integrity Physics
|
330 |
+
|
331 |
+
- **DayZ** ๐ง
|
332 |
+
* Realistic Medical System
|
333 |
+
* Dynamic Disease Mechanics
|
334 |
+
* Advanced Ballistics Simulation
|
335 |
+
|
336 |
+
- **7 Days to Die** ๐ฐ
|
337 |
+
* Voxel Destruction Physics
|
338 |
+
* Dynamic Horde AI System
|
339 |
+
* Advanced Base Engineering
|
340 |
+
|
341 |
+
### 1.2 Simulation & Building Games ๐๏ธ
|
342 |
+
- **Satisfactory** ๐ญ
|
343 |
+
* 3D Factory Automation
|
344 |
+
* Vertical Building Systems
|
345 |
+
* Multi-tier Production Chains
|
346 |
+
|
347 |
+
- **Factorio** โ๏ธ
|
348 |
+
* Complex Logistics Networks
|
349 |
+
* Modular Factory Design
|
350 |
+
* Advanced Train Systems
|
351 |
+
|
352 |
+
- **Space Engineers** ๐
|
353 |
+
* Physics-based Construction
|
354 |
+
* Programmable Block System
|
355 |
+
* Zero-G Engineering
|
356 |
+
|
357 |
+
- **Farming Simulator 22** ๐
|
358 |
+
* Real Brand Machinery
|
359 |
+
* Complex Production Chains
|
360 |
+
* Season-based Agriculture
|
361 |
+
|
362 |
+
- **Eco** ๐
|
363 |
+
* Economic Simulation
|
364 |
+
* Environmental Impact System
|
365 |
+
* Government Creation Tools
|
366 |
+
|
367 |
+
## 2. Top MMO Games 2024 ๐
|
368 |
+
### 2.1 Fantasy MMORPGs ๐ก๏ธ
|
369 |
+
- **Final Fantasy XIV** โจ
|
370 |
+
* Job System Flexibility
|
371 |
+
* Story-driven Content
|
372 |
+
* Cross-platform Raids
|
373 |
+
|
374 |
+
- **World of Warcraft** ๐ฒ
|
375 |
+
* Dragonflight Flying System
|
376 |
+
* Mythic+ Challenge System
|
377 |
+
* Cross-faction Activities
|
378 |
+
|
379 |
+
- **Elder Scrolls Online** ๐น
|
380 |
+
* One Tamriel Level Scaling
|
381 |
+
* Housing Construction
|
382 |
+
* Champion Point System
|
383 |
+
|
384 |
+
- **Lost Ark** โ๏ธ
|
385 |
+
* Combat Skill System
|
386 |
+
* Island Content System
|
387 |
+
* Legion Raid Mechanics
|
388 |
+
|
389 |
+
- **Black Desert Online** ๐ญ
|
390 |
+
* Action Combat System
|
391 |
+
* Life Skill Systems
|
392 |
+
* Node Management
|
393 |
+
|
394 |
+
### 2.2 Modern/Sci-Fi MMOs ๐ธ
|
395 |
+
- **Destiny 2** ๐ฝ
|
396 |
+
* Buildcrafting System
|
397 |
+
* Raid Mechanics
|
398 |
+
* Season Narrative Structure
|
399 |
+
|
400 |
+
- **Star Wars: The Old Republic** ๐
|
401 |
+
* Story Choice System
|
402 |
+
* Legacy System
|
403 |
+
* Companion Influence
|
404 |
+
|
405 |
+
- **Warframe** ๐ค
|
406 |
+
* Movement System
|
407 |
+
* Frame Customization
|
408 |
+
* Open World Integration
|
409 |
+
|
410 |
+
- **The Division 2** ๐๏ธ
|
411 |
+
* Cover Combat System
|
412 |
+
* Dark Zone Mechanics
|
413 |
+
* Recalibration System
|
414 |
+
|
415 |
+
- **Path of Exile** โก
|
416 |
+
* Skill Gem System
|
417 |
+
* Passive Tree Complexity
|
418 |
+
* League Mechanics
|
419 |
+
|
420 |
+
## 3. Notable Crossplay Games ๐ฏ
|
421 |
+
- **Minecraft** ๐ฆ
|
422 |
+
* Cross-platform Building
|
423 |
+
* Redstone Engineering
|
424 |
+
* Modded Servers
|
425 |
+
|
426 |
+
- **Sea of Thieves** ๐ดโโ ๏ธ
|
427 |
+
* Ship Combat Physics
|
428 |
+
* Crew Coordination
|
429 |
+
* World Events
|
430 |
+
|
431 |
+
- **No Man's Sky** ๐ช
|
432 |
+
* Procedural Planets
|
433 |
+
* Base Building Network
|
434 |
+
* Multiplayer Expeditions
|
435 |
"""
|
436 |
|
437 |
def get_display_name(filename):
|
|
|
729 |
# Show initial content: Either when first landing or when no interactive elements are active
|
730 |
if show_initial_content:
|
731 |
# First show the clickable terms with links
|
732 |
+
terms1 = extract_terms(AITopicsToInnovate1)
|
733 |
terms2 = extract_terms(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
734 |
all_terms = terms1 + terms2
|
735 |
|
736 |
+
col1, col2, col3, col4 = st.columns(4)
|
737 |
|
738 |
with col1:
|
739 |
+
st.markdown("# AI Topics to Innovate With")
|
740 |
+
st.markdown(AITopicsToInnovate1)
|
|
|
|
|
|
|
741 |
with col2:
|
742 |
+
st.markdown("# AI Agent Links")
|
743 |
+
display_terms_with_links(terms1)
|
744 |
+
with col3:
|
745 |
+
st.markdown("# Multiplayer Games and MMOs")
|
746 |
st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
747 |
+
with col4:
|
748 |
+
st.markdown("# Multiplayer Game and MMO Links
|
749 |
+
display_terms_with_links(terms2)
|
750 |
|
751 |
if __name__ == "__main__":
|
752 |
main()
|