diff --git a/config/portfolio.js b/config/portfolio.js index 06a60a95..0b0c4c02 100644 --- a/config/portfolio.js +++ b/config/portfolio.js @@ -440,6 +440,34 @@ const portfolio = { url: "https://deepweave.ai/", description: "DeepWeave helps semiconductor teams generate better PPA solutions to deliver more highly performant chips.", + }, + + loombotic: { + name: "Loombotic", + url: "https://loombotic.com/", + description: + "Loombotic automates wire harness manufacturing, with instant quotes and seven-day turnaround.", + }, + + ground_control: { + name: "Ground Control Dev", + url: "https://www.groundcontroldev.com/", + description: + "Ground Control Dev runs facilities management for factories, from site selection and design through construction and operations.", + }, + + phyagents: { + name: "PhyAgents", + url: "https://phyagents.com/", + description: + "PhyAgents is a stealth robotics company building physical AI for critical infrastructure.", + }, + + lithos: { + name: "Lithos Computer", + url: "https://fabro.sh/", + description: + "Lithos Computer, founded by Bryan Helmkamp, makes Fabro, a workflow harness that runs coding agents through deterministic graphs instead of a chat loop.", } }; diff --git a/images/ground_control.jpg b/images/ground_control.jpg new file mode 100644 index 00000000..8fbe9329 Binary files /dev/null and b/images/ground_control.jpg differ diff --git a/images/lithos.jpg b/images/lithos.jpg new file mode 100644 index 00000000..c0935c55 Binary files /dev/null and b/images/lithos.jpg differ diff --git a/images/loombotic.jpg b/images/loombotic.jpg new file mode 100644 index 00000000..0284e524 Binary files /dev/null and b/images/loombotic.jpg differ diff --git a/images/phyagents.jpg b/images/phyagents.jpg new file mode 100644 index 00000000..6fd2015f Binary files /dev/null and b/images/phyagents.jpg differ