You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -93,25 +93,10 @@ <h1>Jaseci: An Open-Source AI-Native Language and Runtime Stack</h1>
93
93
<divclass="text-block">
94
94
<p>
95
95
Agentic AI development is broken. Too many tools, too many languages, too much glue code.
96
-
<strong>Jaseci</strong> fixes this: an open-source language and runtime extending Python with native AI
97
-
and scaling constructs. Prompt less, smile more — no boilerplate, no DevOps, no manual prompts.
96
+
<ahref="https://www.jaseci.org/" target="_blank" rel="noopener"><strong>Jaseci</strong></a> fixes this: an open-source language and runtime extending Python with native AI
97
+
and scaling constructs. Prompt less, smile more. No boilerplate, no DevOps, no manual prompts.
98
98
</p>
99
99
</div>
100
-
101
-
<divclass="stats-row">
102
-
<divclass="stat-item">
103
-
<divclass="stat-val">100K+</div>
104
-
<divclass="stat-lbl">Monthly PyPI Downloads</div>
105
-
</div>
106
-
<divclass="stat-item">
107
-
<divclass="stat-val">10×</div>
108
-
<divclass="stat-lbl">Code Reduction</div>
109
-
</div>
110
-
<divclass="stat-item">
111
-
<divclass="stat-val">0</div>
112
-
<divclass="stat-lbl">Prompts Required</div>
113
-
</div>
114
-
</div>
115
100
</section>
116
101
117
102
<!-- Tutorial Themes -->
@@ -132,13 +117,28 @@ <h2>Tutorial Themes</h2>
132
117
<divclass="theme-title">Research the Jaseci Stack Enables</div>
133
118
<divclass="theme-audience">For students and researchers</div>
134
119
<divclass="research-items">
135
-
<divclass="research-item"><divclass="research-dot"></div><div><strong>Agentic AI</strong> — Native language constructs for multi-agent systems</div></div>
136
-
<divclass="research-item"><divclass="research-dot"></div><div><strong>Auto-Deploy & Scale</strong> — Laptop to Kubernetes, zero config. Auto monolith-to-microservice</div></div>
137
-
<divclass="research-item"><divclass="research-dot"></div><div><strong>ML Compilers</strong> — Python-transpiling frontend that fixes PyTorch 2 FX graph breaks</div></div>
120
+
<divclass="research-item"><divclass="research-dot"></div><div><strong>Agentic AI</strong>: Native language constructs for multi-agent systems</div></div>
121
+
<divclass="research-item"><divclass="research-dot"></div><div><strong>Auto-Deploy & Scale</strong>: Laptop to Kubernetes, zero config. Auto monolith-to-microservice</div></div>
122
+
<divclass="research-item"><divclass="research-dot"></div><div><strong>ML Compilers</strong>: Python-transpiling frontend that fixes PyTorch 2 FX graph breaks</div></div>
0 commit comments