Refactor mission section in README and add mission diagram

This commit is contained in:
UncleCode
2024-10-31 16:38:56 +08:00
parent 492ada0ed4
commit 62a86dbe8d
6 changed files with 84 additions and 141 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -2,30 +2,48 @@
<!-- Background -->
<rect width="800" height="500" fill="#1a1a1a"/>
<!-- Problem Boxes -->
<!-- Opportunities Section -->
<g transform="translate(50,50)">
<!-- Problem 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#2d1a1a" stroke="#ff4444" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ff6666">Problem 1: Data Ownership Crisis</text>
<!-- Opportunity 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#1a2d3d" stroke="#64b5f6" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#64b5f6">Data Capitalization Opportunity</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Scattered personal data</tspan>
<tspan x="150" dy="20">Inaccessible enterprise knowledge</tspan>
<tspan x="150" dy="20">No true data ownership</tspan>
<tspan x="150" dy="20">Tech giants control access</tspan>
<tspan x="150" dy="0">Transform digital footprints into assets</tspan>
<tspan x="150" dy="20">Personal data as capital</tspan>
<tspan x="150" dy="20">Enterprise knowledge valuation</tspan>
<tspan x="150" dy="20">New form of wealth creation</tspan>
</text>
<!-- Problem 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#1a2d1a" stroke="#4caf50" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#81c784">Problem 2: AI Training Data Crisis</text>
<!-- Opportunity 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#1a2d1a" stroke="#81c784" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#81c784">Authentic Data Potential</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Over-reliance on synthetic data</tspan>
<tspan x="150" dy="20">Limited genetic diversity</tspan>
<tspan x="150" dy="20">Shallow AI understanding</tspan>
<tspan x="150" dy="20">Data scarcity for researchers</tspan>
<tspan x="150" dy="0">Vast reservoir of real insights</tspan>
<tspan x="150" dy="20">Enhanced AI development</tspan>
<tspan x="150" dy="20">Diverse human knowledge</tspan>
<tspan x="150" dy="20">Willing participation model</tspan>
</text>
</g>
<!-- Arrows -->
<!-- Development Pathway -->
<g transform="translate(450,50)">
<!-- Step 1 Box -->
<rect x="0" y="0" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">1. Open-Source Foundation</text>
<text x="150" y="65" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Data extraction engine &amp; community development</text>
<!-- Step 2 Box -->
<rect x="0" y="125" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="160" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">2. Data Capitalization Platform</text>
<text x="150" y="190" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Tools to structure &amp; value digital assets</text>
<!-- Step 3 Box -->
<rect x="0" y="250" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="285" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">3. Shared Data Marketplace</text>
<text x="150" y="315" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Economic platform for data exchange</text>
</g>
<!-- Connecting Arrows -->
<g transform="translate(400,125)">
<path d="M-20,0 L40,0" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
<path d="M-20,200 L40,200" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
@@ -38,32 +56,9 @@
</marker>
</defs>
<!-- Solution Boxes -->
<g transform="translate(450,50)">
<!-- Solution 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#1a2d3d" stroke="#2196f3" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#64b5f6">Solution 1: Democratizing Ownership</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Open-source extraction tools</tspan>
<tspan x="150" dy="20">Data as structured assets</tspan>
<tspan x="150" dy="20">Personal AI assistants</tspan>
<tspan x="150" dy="20">Enterprise knowledge bases</tspan>
</text>
<!-- Solution 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#2d2613" stroke="#ffa726" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ffb74d">Solution 2: Authentic Data Access</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Data marketplace</tspan>
<tspan x="150" dy="20">Willing participation</tspan>
<tspan x="150" dy="20">High-quality training data</tspan>
<tspan x="150" dy="20">Path to distributed AGI</tspan>
</text>
</g>
<!-- Future Vision Box at Bottom -->
<!-- Vision Box at Bottom -->
<g transform="translate(200,420)">
<rect x="0" y="0" width="400" height="60" rx="10" fill="#2d1a2d" stroke="#ba68c8" stroke-width="2"/>
<text x="200" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">Economic Vision: Free Market of Data</text>
<rect x="0" y="0" width="400" height="60" rx="10" fill="#2d2613" stroke="#ffd54f" stroke-width="2"/>
<text x="200" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ffd54f">Economic Vision: Shared Data Economy</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -1,69 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500">
<!-- Background -->
<rect width="800" height="500" fill="#ffffff"/>
<!-- Problem Boxes -->
<g transform="translate(50,50)">
<!-- Problem 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#ffebee" stroke="#ef5350" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#d32f2f">Problem 1: Data Ownership Crisis</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Scattered personal data</tspan>
<tspan x="150" dy="20">Inaccessible enterprise knowledge</tspan>
<tspan x="150" dy="20">No true data ownership</tspan>
<tspan x="150" dy="20">Tech giants control access</tspan>
</text>
<!-- Problem 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#e8f5e9" stroke="#66bb6a" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#2e7d32">Problem 2: AI Training Data Crisis</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Over-reliance on synthetic data</tspan>
<tspan x="150" dy="20">Limited genetic diversity</tspan>
<tspan x="150" dy="20">Shallow AI understanding</tspan>
<tspan x="150" dy="20">Data scarcity for researchers</tspan>
</text>
</g>
<!-- Arrows -->
<g transform="translate(400,125)">
<path d="M-20,0 L40,0" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
<path d="M-20,200 L40,200" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
</g>
<!-- Arrow Marker -->
<defs>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#666"/>
</marker>
</defs>
<!-- Solution Boxes -->
<g transform="translate(450,50)">
<!-- Solution 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#e3f2fd" stroke="#42a5f5" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#1565c0">Solution 1: Democratizing Ownership</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Open-source extraction tools</tspan>
<tspan x="150" dy="20">Data as structured assets</tspan>
<tspan x="150" dy="20">Personal AI assistants</tspan>
<tspan x="150" dy="20">Enterprise knowledge bases</tspan>
</text>
<!-- Solution 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#fff3e0" stroke="#ffa726" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ef6c00">Solution 2: Authentic Data Access</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">
<tspan x="150" dy="0">Data marketplace</tspan>
<tspan x="150" dy="20">Willing participation</tspan>
<tspan x="150" dy="20">High-quality training data</tspan>
<tspan x="150" dy="20">Path to distributed AGI</tspan>
</text>
</g>
<!-- Future Vision Box at Bottom -->
<g transform="translate(200,420)">
<rect x="0" y="0" width="400" height="60" rx="10" fill="#f3e5f5" stroke="#ab47bc" stroke-width="2"/>
<text x="200" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#6a1b9a">Economic Vision: Free Market of Data</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB