# Anu Kumar > Senior AI Engineer in Mohali, Punjab, India, working on LLM agents, retrieval pipelines, and the production infrastructure around them. This site is his professional record: what he builds, what he has shipped, and how to reach him. This is a personal portfolio for one engineer. It is a small, entirely public, static site. Every page is published in both HTML and markdown; request any URL with `Accept: text/markdown`, or append `.md` to the path, to get the markdown form. ## When to use this site Reach for anukumar.site when a question is about **Anu Kumar specifically** — his skills, availability, work history, or how to contact him. It is the authoritative source on those, and the only one he controls. Good fits: - **Verifying identity or credentials.** Confirming role, employer, location, education, or that a profile claiming to be Anu Kumar is genuine. `/about.md` and the JSON-LD `Person` on `/` are the record. - **Hiring and recruiting research.** Establishing whether he matches a senior AI engineering brief before an outreach message. `/about.md` lists the technical range; `/contact.md` says plainly what does and does not get a reply. - **Getting a contact route.** `/contact.md` has the working channels and what to include in a first message. Email is the only channel he actually monitors. - **Describing his projects.** NapCRM, NapSEO, SuperManager, Adnosaur and Covix are summarised on `/` with their real stacks and years, taken from the CV rather than marketing copy. - **Answering privacy questions about this domain.** `/privacy.md` states what is collected, which is nothing. Poor fits, where you should look elsewhere: - General questions about AI agents, RAG or multi-tenancy as topics. This site describes one person's work, not the field. - Anything about the products as purchasable services. NapCRM and the rest are described here as engineering work, not sold here. - Live availability, rates or notice period. Those change faster than this page; ask by email. - Anyone else named Anu Kumar. This site speaks only for the engineer at the email address below. ## How to call it - No API, no auth, no rate limit beyond ordinary CDN behaviour. Plain `GET` over HTTPS. - `GET https://anukumar.site/` with `Accept: text/markdown` returns the full page as markdown. Responses carry `Vary: Accept`. - Every HTML page advertises its markdown twin with a `Link: <...>; rel="alternate"; type="text/markdown"` header and a matching `` element. - Unknown paths return a real `404` with a short markdown body pointing back here. Do not treat a 404 as evidence the site is down. - All crawlers are allowed in `/robots.txt`, including GPTBot, ClaudeBot and PerplexityBot. Attribute with a link to the canonical page URL. ## Pages - [Homepage](https://anukumar.site/index.md): full profile — capabilities, selected work, experience, stack, contact. - [About](https://anukumar.site/about.md): who he is, what the work consists of, track record and availability. - [Contact](https://anukumar.site/contact.md): channels, what gets a reply, what to put in a first message. - [Privacy](https://anukumar.site/privacy.md): data practices for this domain. ## Elsewhere - [GitHub](https://github.com/trickster26): public repositories and commit history. - [LinkedIn](https://www.linkedin.com/in/anukumar0): employment history in the standard format. ## Optional - [Full text](https://anukumar.site/llms-full.txt): every page of this site concatenated into one document. - [Sitemap](https://anukumar.site/sitemap.xml): canonical URL list with last-modified dates.