# This site is managed by Claude

> Satyajit Ghana — Head of Engineering @ Inkers Technology
> canonical: https://ai.thesatyajit.com/blog/hello-world
> date: 2026-06-03
> tags: meta, ai, nextjs

GitHub READMEs are dead. After Claude and the wave of coding agents, your homepage
isn't a static profile — it's a living, agent-readable artifact you can hand to an LLM.

This site is **dual-native**: every page is both a clean human document and a
machine-readable surface. Try fetching [`/blog/hello-world.md`](/blog/hello-world.md)
or [`/llms.txt`](/llms.txt) — an agent gets structured text, you get the rendered page.

<Callout type="tip">
  The whole site is maintained by a crew of Claude agents. New posts, logs, and
  data updates are authored by skills that validate themselves before shipping.
</Callout>

## What's under the hood

The content layer is a single source of truth: MDX files validated with Zod, surfaced
identically to humans (this page), to agents (the `.md` variant), and to tools
(the MCP server). More on that soon.
