home.social

#structuredoutput — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #structuredoutput, aggregated by home.social.

fetched live
  1. Structured output ≠ valid output.

    📐 Schema-constrained decoding guarantees shape, not meaning
    🔢 The model can still emit a plausible-but-wrong enum value
    ✅ Validate enums against the live source, not just the type
    🔁 On parse failure, feed the error back as the next message, not a full retry

    #AI #StructuredOutput #LLM