@@ -10,7 +10,7 @@ const installCommand = "curl -fsSL https://elephant.agentic-in.ai/install.sh | b
1010const pageTitle = "Personal-Model-First Self-Evolving AI Agent" ;
1111const pageTitleWithSite = `${ pageTitle } | Elephant Agent` ;
1212const pageDescription =
13- "Elephant Agent grows a correctable Personal Model, asks with user-paced curiosity, and reflects after the turn so personal AI can evolve around you ." ;
13+ "Elephant Agent starts from you, grows a correctable Personal Model, and self-evolves through curiosity and reflection ." ;
1414const pageKeywords = [
1515 "personal-model-first AI" ,
1616 "personal AI agent" ,
@@ -46,39 +46,39 @@ const problemRows = [
4646 body :
4747 "You repeat the same people, projects, risks, and preferences every time." ,
4848 note : "Elephant Agent carries the useful understanding forward." ,
49- vs : "Others add memory slots. Elephant Agent grows a Personal Model ." ,
49+ vs : "Others add memory slots. Elephant Agent grows understanding ." ,
5050 } ,
5151 {
5252 name : "Drift" ,
5353 body :
5454 "A strong answer today can still forget what mattered yesterday." ,
5555 note : "Elephant Agent resumes from the right thread." ,
56- vs : "Others extend context windows. Elephant Agent picks up the right thread ." ,
56+ vs : "Others extend context windows. Elephant Agent keeps the path alive ." ,
5757 } ,
5858 {
5959 name : "Passivity" ,
6060 body :
6161 "Most agents wait for you to explain every missing piece." ,
6262 note : "Elephant Agent can ask when the answer would change future help." ,
63- vs : "Others wait. Elephant Agent gets curious at your pace, then reflects after the turn." ,
63+ vs : "Others wait. Elephant Agent asks gently and reflects after the turn." ,
6464 } ,
6565] ;
6666
6767const thesisCards = [
6868 {
6969 kicker : "01 →" ,
7070 title : "Personal Model first" ,
71- body : "Identity, World, Pulse, and Journey give the agent a correctable way to understand one person." ,
71+ body : "Identity, World, Pulse, and Journey keep understanding centered on one person." ,
7272 } ,
7373 {
7474 kicker : "02 →" ,
7575 title : "Curiosity by design" ,
76- body : "Quiet, balanced, or active. Elephant Agent asks only when the answer would change how it helps ." ,
76+ body : "Quiet, balanced, or active. It asks gently when one answer would change future help ." ,
7777 } ,
7878 {
7979 kicker : "03" ,
8080 title : "Reflect after the turn" ,
81- body : "Background reflect jobs turn lived Steps into durable, inspectable understanding instead of hidden profiling ." ,
81+ body : "After the conversation, reflect jobs turn lived evidence into correctable Personal Model updates ." ,
8282 } ,
8383] ;
8484
@@ -107,7 +107,7 @@ export default function HomePage(): React.JSX.Element {
107107 < div className = "grid manifesto-grid" >
108108 < div className = "manifesto-title-wrap" >
109109 < span className = "label" data-reveal >
110- Personal-model- first AI
110+ PM- first self-evolving AI
111111 </ span >
112112 < h1 className = "manifesto-title" data-reveal >
113113 < span > Elephant Agent</ span >
@@ -119,10 +119,8 @@ export default function HomePage(): React.JSX.Element {
119119 Elephants never forget.
120120 </ p >
121121 < p >
122- Elephant Agent is a Personal-Model-first self-evolving AI
123- agent. It starts from you, asks gently when understanding is
124- missing, and reflects after the turn so the right people,
125- risks, rhythms, and decisions can guide what happens next.
122+ Personal-Model-first self-evolving AI agent, built around
123+ you. Curious by design. Reflective after the turn.
126124 </ p >
127125 < div className = "pill-row" >
128126 < span className = "info-pill info-pill-highlight" > PM-first</ span >
@@ -186,14 +184,14 @@ export default function HomePage(): React.JSX.Element {
186184 < strong className = "memory-key" > relationship</ strong > .
187185 </ p >
188186 < p >
189- That is the inspiration behind Elephant Agent. A personal AI
187+ That is the inspiration behind Elephant Agent. Personal AI
190188 should not archive every transcript and call it memory. It
191- should turn memory into a{ " " }
189+ should self-evolve around a{ " " }
192190 < strong className = "memory-key" > correctable Personal Model</ strong > :
193- episodic traces, social context, risk signals, current
194- rhythms, and long-term lessons that help tomorrow feel
195- continuous. Not more storage. A living understanding that can
196- ask, learn, and be corrected .
191+ who you are, what surrounds you, what is alive right now, and
192+ what your path has taught you. Not more storage. A living
193+ understanding that asks, reflects, and becomes more yours
194+ over time .
197195 </ p >
198196 </ div >
199197 </ div >
0 commit comments