Poetic emerged from stealth this week with a $50 million Series A at a $500 million valuation, led by Kleiner Perkins with participation from OpenAI and Peter Thiel's Founders Fund. The company was founded by Markie Wagner, a former Google and Waymo machine-learning engineer. Poetic's pitch is narrow: it targets insurance underwriting, financial compliance and fraud workflows — the slow, regulated, error-intolerant processes inside enterprises where probabilistic LLM output has historically been a poor fit.

The technical bet is a proprietary programming language that translates operators' natural-language instructions into deterministic execution. In practice that means a human writes a workflow in something close to plain English, and the system compiles it into a reproducible program that does the same thing every time given the same input — a contrast with prompt-only agents whose behavior can drift across runs. Named customer results so far: 99% quality on end-to-end fraud investigations at SoFi within five weeks of deployment, and 99% accuracy on a previously labor-intensive operational process at AIG.

The investor list is the second part of the story. OpenAI rarely takes equity positions in startups that are not strategically tied to its own roadmap, and Kleiner Perkins leading a Series A at a $500 million post-money signals confidence that this is more than a wrapper on top of someone else's model. The shape of the bet — deterministic execution layered over a stochastic model — is a structural answer to one of enterprise AI's longest-running complaints: that you cannot put a non-reproducible system in front of a regulator.

For learners: when a job is high-stakes and regulated, the question is rarely 'can a model do this once?' It is 'can a model do this the same way ten thousand times in a row, and produce an audit trail a regulator will accept?' Poetic's answer is to constrain the model's degrees of freedom on the way out. If you are building enterprise AI, that pattern — wrap stochastic intelligence in deterministic execution — is worth studying carefully.