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: cut clutter from about section, tighten footer support card,
shorten author bio, reword default SEO description.
SEO: use · instead of | in all page titles.
404: redesign with prominent status code, dual CTAs, tighter copy.
UX: button press feedback (scale 0.97), hover lift on footer links,
support card hover border, smooth transition defaults.
ChapterLayout: rename 'Suggest Feedback' to 'Feedback', pre-fill
issue body with chapter name.
Co-authored-by: Ona <no-reply@ona.com>
@@ -14,29 +14,29 @@ const base = import.meta.env.BASE_URL.replace(/\/$/, "");
14
14
</div>
15
15
<div>
16
16
<pclass="text-[14px] font-medium text-[var(--text-primary)] mb-1">Support my work</p>
17
-
<pclass="text-[13px] text-[var(--text-tertiary)] leading-relaxed mb-4">Most of this book was written on holidays, weekends, and past midnight after full workdays. If it saved you time or helped you make a better decision, consider supporting the work.</p>
17
+
<pclass="text-[13px] text-[var(--text-tertiary)] leading-relaxed mb-4">This book was written on holidays, weekends, and past midnight. If it saved you time or helped you make a better decision, consider supporting it.</p>
Copy file name to clipboardExpand all lines: src/layouts/BaseLayout.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ interface Props {
6
6
description?:string;
7
7
}
8
8
9
-
const { title, description ="33 chapters on context engineering, agent security, cost control, and team practices for building AI agent infrastructure in production." } =Astro.props;
9
+
const { title, description ="Context engineering, agent security, cost control, and team practices for AI agent infrastructure in production. 33 chapters." } =Astro.props;
This book is for engineering leaders navigating the shift to AI-assisted development. It covers the decisions, trade-offs, and organizational patterns that determine whether AI agents become a force multiplier or a source of burnout. From context engineering to cost control, from authorization to adoption playbooks.
87
+
The decisions, trade-offs, and organizational patterns that determine whether AI agents become a force multiplier or a source of burnout. Context engineering to cost control, authorization to adoption playbooks.
Written for engineering leaders and senior engineers adopting AI agents. Half the book covers decisions that don't require writing code: AI fatigue, the conductor model, adoption playbooks, governance, and measuring what matters. The technical chapters assume familiarity with how software systems work. Technical PMs and engineering managers will get full value. Non-technical readers will find roughly a third useful.
90
+
For engineering leaders and senior engineers adopting AI agents. Half the book covers decisions that don't require code: AI fatigue, the conductor model, adoption playbooks, governance, measuring what matters. Technical chapters assume familiarity with how software systems work. Technical PMs and engineering managers get full value. Non-technical readers will find roughly a third useful.
<strongclass="text-[var(--text-primary)]">Siddhant Khare</strong> is a software engineer at <ahref="https://ona.com"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">Ona</a> and a maintainer of <ahref="https://openfga.dev"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">OpenFGA</a> (CNCF Incubating). His essay <ahref="https://siddhantkhare.com/writing/ai-fatigue-is-real"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">"AI fatigue is real and nobody talks about it"</a> reached #1 on Hacker News and was covered by Business Insider, Futurism, NDTV, and others.
161
+
<strongclass="text-[var(--text-primary)]">Siddhant Khare</strong> is a software engineer at <ahref="https://ona.com"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">Ona</a> and a maintainer of <ahref="https://openfga.dev"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">OpenFGA</a> (CNCF Incubating). His essay <ahref="https://siddhantkhare.com/writing/ai-fatigue-is-real"target="_blank"rel="noopener noreferrer"class="underline underline-offset-2 hover:text-[var(--text-primary)] transition-colors">"AI fatigue is real and nobody talks about it"</a> reached Hacker News #1 and was covered by Business Insider, Futurism, NDTV, and others.
0 commit comments