awacke1 commited on
Commit
827c209
โ€ข
1 Parent(s): 40ffaa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +252 -46
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
- ๐Ÿซ˜๐Ÿซ› Name 25 Farm Crops ๐Ÿš๐Ÿฅฌ
195
- ๐ŸŒŽ Create 3 Farming Maps ๐ŸŒ๐ŸŒ
196
- ๐Ÿšœ Show 400+ Farm Machines ๐Ÿšœ
197
- ๐Ÿท๏ธ List 150 Brands of Farm Machines ๐Ÿท๏ธ
198
- ๐Ÿƒ Discuss in Depth 8 Farm Animals ๐Ÿ
199
- โ›ˆ๏ธ Farm Challenges galore! ๐ŸŒช๏ธ
200
-
201
- 1. 7 Days To Die PC
202
- 2. ARK: Survival Evolved PC
203
- 3. Arma 3 PC
204
- 4. Atlas PC
205
- 5. Conan Exiles PC
206
- 6. Craftopia PC
207
- 7. DayZ PC
208
- 8. Eco - Global Survival PC
209
- 9. Empyrion - Galactic Survival PC
210
- 10. Factorio PC
211
- 11. Farming Simulator 19 PC
212
- 12. Crossplay
213
- 13. Farming Simulator 22
214
- 14. Last Oasis PC
215
- 15. Last Oasis Classic PC
216
- 16. Minecraft (Vanilla) PC
217
- 17. Crossplay
218
- 18. Path of Titans
219
- 19. Rust PC
220
- 20. SCP: Secret Laboratory PC
221
- 21. SCUM PC
222
- 22. Satisfactory PC
223
- 23. Satisfactory (Experimental) PC
224
- 24. Crossplay
225
- 25. Space Engineers
226
- 26. Terraria (tShock & Vanilla) PC
227
- 27. The Forest PC
228
- 28. Crossplay
229
- 29. Valheim
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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(DarioAmodeiKnowledge)
528
  terms2 = extract_terms(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
529
  all_terms = terms1 + terms2
530
 
531
- col1, col2 = st.columns(2)
532
 
533
  with col1:
534
- st.markdown("### Dario Amodei Knowledge")
535
- st.markdown("#### Related Links")
536
- display_terms_with_links(terms1)
537
- st.markdown(DarioAmodeiKnowledge)
538
-
539
  with col2:
540
- st.markdown("### Multiplayer Games")
541
- st.markdown("#### Related Links")
542
- display_terms_with_links(terms2)
 
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()