logoalt Hacker News

cooljosephyesterday at 2:06 AM1 replyview on HN

The inputs are natural language, they're just also structured into a tree. The first example on that very page shows natural language instructions:

    questions = {
        "refund_requested": Noul(
            instructions="Does the customer request a refund?",
        ),
    }

Replies

srousseyyesterday at 5:24 PM

The hybrid nature of this thing is not a detriment, nor does it make it an LLM.