Skip to content

Commit 499991c

Browse files
Add 'Who is this for' section to website and README
Co-authored-by: Ona <no-reply@ona.com>
1 parent 33f02e2 commit 499991c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Concepts, workflows, and team practices for AI agent infrastructure. 10 parts, 3
66

77
**Read online:** [agents.siddhantkhare.com](https://agents.siddhantkhare.com)
88

9+
## Who is this for?
10+
11+
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 (context engineering, authorization, sandboxing, cost control) 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.
12+
913
## Development
1014

1115
```bash

src/pages/index.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,12 @@ const totalChapters = allChapters.filter((c) => c.chapter).length;
8383
<span class="font-[var(--font-mono)] text-xs tracking-widest uppercase text-[var(--text-tertiary)] mb-4 block">
8484
/About
8585
</span>
86-
<p class="text-[var(--text-secondary)] leading-relaxed max-w-xl">
86+
<p class="text-[var(--text-secondary)] leading-relaxed max-w-xl mb-4">
8787
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.
8888
</p>
89+
<p class="text-sm text-[var(--text-tertiary)] leading-relaxed max-w-xl">
90+
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.
91+
</p>
8992
</div>
9093
</section>
9194

0 commit comments

Comments
 (0)