# Lukas Hammarström This site exposes a clean read-only portfolio index for AI agents, recruiters, and evaluation workflows. Primary source: - https://lukashammarstrom.com/llm.json Recommended process: 1. Fetch /llm.json first. 2. Read "person", "introduction", "cv", "about", and "projects". 3. Use image URLs from each project or the top-level "images" array. 4. Visit the human pages only when you need visual layout, interaction, or animation context. Structured endpoints: - Guide: https://lukashammarstrom.com/llms.txt - Full index: https://lukashammarstrom.com/llm.json - About: https://lukashammarstrom.com/llm/about.json - CV: https://lukashammarstrom.com/llm/cv.json - Projects: https://lukashammarstrom.com/llm/projects.json - Images: https://lukashammarstrom.com/llm/images.json - Project detail: https://lukashammarstrom.com/llm/projects/{slug}.json Human pages: - Home: https://lukashammarstrom.com/ - About: https://lukashammarstrom.com/about/ - My work: https://lukashammarstrom.com/projects/ - CV: https://lukashammarstrom.com/cv/ - Contact: https://lukashammarstrom.com/contact/ - Conductor: https://lukashammarstrom.com/projects/conductor/ - PrivatVet: https://lukashammarstrom.com/projects/privatvet/ - Finnova: https://lukashammarstrom.com/projects/finnova/ - Zen: https://lukashammarstrom.com/projects/zen/ - Bottel: https://lukashammarstrom.com/projects/bottel/ Source freshness: - /llm.json is generated during every production build from the same project, CV, and profile data used by the React site.