From 177164a61efb3e2ec72bfe0604ce688942c7de65 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 23 Jul 2026 00:51:46 +0000 Subject: [PATCH] docs(readme): call out forward-deployed engineers in the positioning section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FDE hiring is the fastest-growing role in enterprise AI, and the Palantir playbook they follow is ontology-first. Name them as an audience: model the client's business as typed metadata, hand over the governed app and its definition in the client's own repo — open format, no platform lock-in. Empty changeset — README only. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- .changeset/readme-fde-audience.md | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .changeset/readme-fde-audience.md diff --git a/.changeset/readme-fde-audience.md b/.changeset/readme-fde-audience.md new file mode 100644 index 000000000..b9422db50 --- /dev/null +++ b/.changeset/readme-fde-audience.md @@ -0,0 +1,4 @@ +--- +--- + +README-only: call out forward-deployed engineers as an audience in the positioning section. Docs only, so this releases nothing. diff --git a/README.md b/README.md index 2ae5f0441..6cb409dfc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ MCP. Rather **build & ask online** — in the browser, nothing to install? That's **[ObjectOS](https://github.com/objectstack-ai/objectos)**, the commercial runtime environment built on this stack. +**Forward-deployed engineer?** This is the ontology-first toolkit you own: +sit with the client, model their business as typed metadata with your coding +agent, and hand over a governed app *and* its definition — ordinary files in +their repo, an open Apache-2.0 format, no platform seat to sell them. +

ObjectStack architecture: author typed Zod metadata (objects, flows, views, policies); the microkernel compiles it into a versioned JSON artifact and loads plugins, drivers, and services; it generates a REST API, client SDK, Console and Studio UI, and MCP tools used by developers and AI agents, governed by Auth, RBAC, RLS, FLS, and audit, over PostgreSQL, MySQL, SQLite, or MongoDB
One typed definition → database · REST API · client SDK · UI · MCP tools.