Skip to content

Commit c9b5869

Browse files
author
Nikhil Singhal
committed
About page: refined narrative + avatar fix
About page: three beats from narrative/ source of truth - Beat 1: four partnership patterns named with descriptions - Beat 2: Intent Layer (not what machine can produce... the gap) - Beat 3: 25 years softened (distance grew, hardest to get right) - HIP Charter description: 15 positions on the map Blog author: updated description to 'Builder who governs' CSS: avatar object-fit fix for blog author images
1 parent c4c279a commit c9b5869

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

docs/about.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "About AI Trust Commons"
3-
description: "Founded by Nikhil Singhal. 25 years of engineering leadership. Building the cross-provider AI governance layer no single vendor will build."
3+
description: "Founded by Nikhil Singhal. Builder who governs. The Human Intelligence Partnership Charter, the Intent Layer, and 25 years of engineering leadership."
44
hide:
55
- navigation
66
---
@@ -13,11 +13,11 @@ hide:
1313

1414
**CTO | VP Engineering | AI Practitioner & Governance Strategist**
1515

16-
25 years leading engineering organizations at Microsoft, AT&T, T-Mobile, Expedia Group, and Hitachi Consulting. Building AI-powered products daily with AI as a full development partner.
16+
I design, architect, and ship production systems across every pattern of the [Human Intelligence Partnership Charter](https://hipcharter.com): the Foundation pattern, where AI is my daily build partner. The Tooling pattern, where the products I ship use AI to build but work without any AI dependency. The Pipeline pattern, where AI enriches data behind the scenes and users never see it. And the Integration pattern, where AI works alongside proprietary APIs and live data at runtime. These are not wrappers. They are architectures designed for two intelligences working together.
1717

18-
I founded AI Trust Commons because the cross-provider governance layer the industry needs is something no single vendor will build. Every vendor solves for their own platform. This project solves for the enterprise that operates across all of them.
18+
The building taught me something. The hardest problem in AI is not what the machine can produce. It is the structural gap between what the human means and what the machine does. I call it the Intent Layer. That insight became the HIP Charter, AI Trust Commons, and the *From Instinct to Intent*™ series.
1919

20-
The building taught me something: the gap between what humans mean and what AI does is a governance problem. That insight became the [Human Intelligence Partnership Charter](https://hipcharter.com) and the *From Instinct to Intent*™ series.
20+
25 years at Microsoft, T-Mobile, AT&T, Expedia Group, and Hitachi Consulting watching the distance grow between what leaders intended and what systems actually delivered. The governance layer between intent and execution was always the hardest part to get right. The same pattern is playing out in AI.
2121

2222
[LinkedIn :material-linkedin:](https://linkedin.com/in/nikhilsinghal){ .md-button }
2323
[GitHub :material-github:](https://github.com/nikhilsi){ .md-button }
@@ -47,7 +47,7 @@ The core thesis: the bottleneck in AI is no longer the technology. It is humanit
4747

4848
### The Human Intelligence Partnership Charter
4949

50-
Four patterns of human-AI partnership. Drop "artificial." Start building with intelligence.
50+
Four partnership patterns. Fifteen positions on the map. Drop "artificial." Start building with intelligence.
5151

5252
[Read the Charter at hipcharter.com](https://hipcharter.com){ .md-button .md-button--primary }
5353

docs/blog/.authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
authors:
22
nikhil:
33
name: Nikhil Singhal
4-
description: CTO | VP Engineering | AI Practitioner & Governance Strategist. Founder, AI Trust Commons.
4+
description: Builder who governs. Founder, AI Trust Commons. Author, Human Intelligence Partnership Charter.
55
avatar: https://github.com/nikhilsi.png

docs/stylesheets/extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
margin: 1rem 0;
6262
}
6363

64+
/* --- Blog author avatar fix --- */
65+
.md-post .md-author img,
66+
.md-post__meta .md-author img {
67+
object-fit: cover;
68+
object-position: center top;
69+
}
70+
6471
/* --- Footer --- */
6572
.md-footer-meta {
6673
font-size: 0.8rem;

0 commit comments

Comments
 (0)