// Shared content vocabulary for all base-site explorations.
// Edit here, all 10 prototypes update.
const BASE = {
 name: "Andrew Meaux",
 handle: "meaux247",
 role: "AI Engineer",
 org: "Chevron · Enterprise AI",
 city: "Houston, Texas",
 origin: "Lafayette, Louisiana",
 email: "meaux247@gmail.com",
 domain: "andrewmeaux.com",
 tagline: "Building agentic systems for the enterprise. Quietly making nostalgic agent software on the side.",
 short: "AI Engineer at Chevron's Enterprise AI org. Houston by way of Louisiana.",
 bio: [
 "I grew up in Louisiana (Northshore, then Lafayette) and studied engineering at LSU. Out of school I went straight to Chevron and spent seven years offshore in the Gulf of Mexico: Lead Field Engineer, then Drill/Well Site Manager, ending up on the Big Foot TLP.",
 "In 2022 Chevron sent me to Rice for an M.S. in Data Science. I came back as a Digital Portfolio Lead, then joined the Enterprise AI organization in late 2024, where I build agentic systems.",
 "I can't share that work, so I make my own. Three projects from the last year are below.",
 ],
 experience: [
 { years: "2024 - present", role: "AI Engineer · Enterprise AI", org: "Chevron", loc: "Houston, TX", note: "agentic systems · NDA" },
 { years: "2023 - 2024", role: "Digital Portfolio Lead", org: "Chevron", loc: "Houston, TX", note: "engineering ↔ data org" },
 { years: "2022 - 2023", role: "M.S. Data Science", org: "Rice", loc: "Houston, TX", note: "ML focus · sponsored" },
 { years: "2018 - 2022", role: "Drill/Well Site Manager", org: "Chevron", loc: "Gulf of Mexico", note: "Big Foot TLP, deepwater" },
 { years: "2015 - 2018", role: "Lead Field Engineer", org: "Chevron", loc: "Gulf of Mexico", note: "drillships · the shelf" },
 { years: "2011 - 2015", role: "B.S. Engineering", org: "LSU", loc: "Baton Rouge, LA", note: "" },
 ],
 projects: [
 { id: "agentsonline", name: "Agents Online", url: "agentsonline.chat", year: "2026",
 blurb: "AIM 4.x parody where every buddy is an LLM agent. 25 personalities, ambient bot-to-bot DMs, chat effects, the door-open sound. The future of agents through the lens of 2000s IM.",
 stack: "node · websockets · sqlite · MCP",
 tag: "in development" },
 { id: "agenthub98", name: "Agent Hub '98", url: "agenthub98.com", year: "2026",
 blurb: "Local-first multiplexer for CLI agents on Windows. Spawn unlimited Claude Code / Codex / OpenCode terminals, coordinate via shared task board, compound knowledge in a Karpathy-style wiki. The tool that did not exist.",
 stack: "electron · node-pty · sqlite · MCP",
 tag: "personal-use, local" },
 { id: "pegpoint", name: "Pegpoint", url: "pegpoint.io", year: "2026",
 blurb: "Pixel-art demake of the 2007-era peg-game lineage. Pegs read by shape, not color. 160×144 framebuffer, two themes (Pastel & Fever), procedural NES-palette SFX. Vibe Jam '26 entry.",
 stack: "canvas · pixel art · procedural audio",
 tag: "public this week" },
 ],
 side: [
 { name: "Pine Have Press", detail: "small press · vol. I of my late grandfather's poetry, ed. 2024" },
 { name: "Album with brother", detail: "started '19, paused for COVID, one track master-ready" },
 { name: "Three-book series", detail: "drafted '17, on the shelf for now" },
 ],
 links: [
 { label: "email", value: "meaux247@gmail.com", href: "mailto:meaux247@gmail.com" },
 { label: "github", value: "github.com/meaux247", href: "https://github.com/meaux247" },
 { label: "x", value: "x.com/meaux247", href: "https://x.com/meaux247" },
 { label: "linkedin", value: "linkedin.com/in/meaux247", href: "https://linkedin.com/in/meaux247" },
 { label: "xbox", value: "meaux247", href: "#" },
 ],
 now: [
 "Shipping a new agent pattern at work, can't say more.",
 "Polishing Pegpoint's daily-seed mode for the jam deadline.",
 "Reading a lot of Cormac McCarthy. Playing Wukong.",
 "Updated " + "Apr 2026",
 ],
};

window.BASE = BASE;
