@@ -22,35 +22,32 @@ export default function AboutPage() {
2222 < div className = "prose max-w-none space-y-8 text-text-secondary [&_h2]:font-sans [&_h2]:font-bold [&_h2]:text-text-primary [&_a]:text-accent [&_a:hover]:underline" >
2323 < p >
2424 I'm Royal Simpson Pinto, an AI and product engineer. I spent
25- months documenting real AI agent failures in production: deleted
26- data, wrong recipients, surprise bills, exposed credentials. That
27- public registry still exists on this site, and every guardrail in
28- my installs traces back to a case in it.
25+ months documenting real AI agent failures in production: deleted data,
26+ wrong recipients, surprise bills, exposed credentials. That public
27+ registry still exists on this site, and every guardrail in my installs
28+ traces back to a case in it.
2929 </ p >
3030
3131 < p >
32- The lesson from all those cases is simple. Agents fail when they
33- get unlimited access, no audit trail, and nobody approving the
34- risky calls. So that is exactly what my installs refuse to do:
35- scoped keys, every action logged, and a human approval step for
36- anything irreversible.
32+ The lesson from all those cases is simple. Agents fail when they get
33+ unlimited access, no audit trail, and nobody approving the risky
34+ calls. So that is exactly what my installs refuse to do: scoped keys,
35+ every action logged, and a human approval step for anything
36+ irreversible.
3737 </ p >
3838
3939 < h2 > What I sell</ h2 >
4040
4141 < p >
42- One thing: a 14-day pilot that puts an agent on one of your
43- support or portal workflows. Triage plus guarded refunds within
44- your policy, or portal pulls with screenshot proof. $1,200 fixed,
45- and the second half is only due if it closes real work. After
46- that, $400 per month care, pause anytime.
42+ One thing: a 14-day pilot that puts an agent on one of your support or
43+ portal workflows. Triage plus guarded refunds within your policy, or
44+ portal pulls with screenshot proof. $1,200 fixed, and the second half
45+ is only due if it closes real work. After that, $400 per month care,
46+ pause anytime.
4747 </ p >
4848
4949 < p >
50- < a href = "/pilot" >
51- Book the pilot here
52- </ a >
53- . I reply within a day.
50+ < a href = "/pilot" > Book the pilot here</ a > . I reply within a day.
5451 </ p >
5552
5653 < h2 > Why trust a solo builder</ h2 >
@@ -71,9 +68,9 @@ export default function AboutPage() {
7168
7269 < p >
7370 The public case registry remains online as a reference: numbered,
74- tagged, searchable reports of agent incidents, with a moderation
75- queue and anonymous submissions. It no longer defines this site;
76- it is the evidence shelf the installs stand on.
71+ tagged, searchable reports of agent incidents, with a moderation queue
72+ and anonymous submissions. It no longer defines this site; it is the
73+ evidence shelf the installs stand on.
7774 </ p >
7875
7976 < div id = "contact" >
@@ -90,8 +87,8 @@ export default function AboutPage() {
9087 < div className = "mt-10 border-t border-border-default pt-6" >
9188 < p className = "font-mono text-xs text-text-tertiary" >
9289 AgentPostmortem is an independent project. We are not affiliated
93- with Anthropic, OpenAI, Google, Microsoft, or any AI vendor named
94- in the case database.
90+ with Anthropic, OpenAI, Google, Microsoft, or any AI vendor named in
91+ the case database.
9592 </ p >
9693 </ div >
9794 </ div >
0 commit comments