Skip to content
Platform6 min read

Inside the Penvexa Platform

A walk through the Penvexa Platform's architecture — how Hubs, Engines, Forge, and Labs relate, and why the platform is built in layers instead of as one monolithic product.

Most people only ever meet the top layer of Penvexa: a Hub, and a Tool inside it, like Resume Optimizer. That's deliberate — the platform underneath is supposed to be invisible while you're using it. But if you're trying to understand how the pieces actually fit together, it helps to see the layers explicitly, because they're not arbitrary.

Four layers, one direction of dependency

The Platform is organized into four pieces: Hubs, Engines, Forge, and Labs. Each one depends on the layer below it, never the reverse. Labs produces research. Research that proves out becomes part of an Engine. Engines are what Hubs (and eventually Forge) actually call into to do real work. Nothing skips a layer — a Hub never talks to raw research directly, and Labs work never reaches a user until it has become a trusted Engine.

Why layers instead of one system per product

The obvious alternative is building each product as its own self-contained system: Resume Optimizer gets its own reasoning logic, Interview Coach gets its own, and so on for every future Hub. That's how a lot of AI products actually get built, and it works, until product number four needs the same reasoning capability product number one already has, slightly adapted. At that point you're maintaining four slightly different versions of the same idea, and improving one doesn't improve the others. Layering the platform is a bet that avoiding that outcome is worth the upfront structure.

What this looks like today

Career Hub is the proof this works in practice, not just in theory. Resume Optimizer and Interview Coach are two different Tools, in the same Hub, both calling into the same reasoning Engine underneath — ATS scoring and job matching on one side, interview feedback on the other, built on shared logic instead of two separate ones. When that Engine gets better, both products benefit, without either one being touched directly.

What's still being built

Five more Hubs — Academic, Office, Business, Developer, and Creative — are built on this same foundation and are in active development. Forge, the layer where people will assemble their own workflows out of existing Engines, doesn't have a public interface yet; we wrote about where that stands in Introducing Forge. None of this is theoretical roadmap language — it's the same foundation Career Hub already runs on, just not yet extended to every domain it's meant to eventually cover.

Read next

If you want the detail on any one layer specifically: Understanding AI Hubs, What are AI Engines?, and Inside Penvexa Labs each go deeper on their own piece of this.