# Jsonformer: Generate Structured Output From LLMs

## Metadata
- Author: [[ycombinator.com]]
- Full Title: Jsonformer: Generate Structured Output From LLMs
- Category: #articles
- URL: https://news.ycombinator.com/item?id=35790092
## Highlights
- Maybe this will make CUE popular. It’s similar to JSON, but the idea of schema and values are put together through unification, or you could say narrowing constraints. CUE would handle taking all of those values individually, then combining them into something concrete, incomplete, or erroring out. ([View Highlight](https://read.readwise.io/read/01gzfeq63gfarp85c7a5ca1by1))
- Note: Great to see [[CUE Language]] mentioned here. It maps to [[2023-05-02]] what I was thinking about
This in general about parsing the output of [[Large Language Models]] and validating it against say, [[JSON schema]]. Maybe there are some more interesting insights in the thread.