de en es fr nl pl pt sv zh

large language models

Structured Outputs for LLMs

Jeffrey Wang

Back in the early days of LLMs, it was a struggle to get structured output out of models, which made it hard to use the results in a programmatic way -- there was no well-defined interface. That problem was solved a while back, and now most inference systems support JSON schema outputs. As part of...

Speculative Decoding in LLM Inference

Jeffrey Wang

Running frontier LLMs is slow, but that's the tradeoff we make to get more intelligent output. But if you think about the text (tokens) that an LLM produces (or that a human produces, for that matter), you might have an intuition that a lot of it does not actually require high intelligence....

Triton Language

Jeffrey Wang

The world of GPU programming for AI has come a long way since I worked on writing a CUDA-based matrix library back in 2009. Both NVIDIA hardware and the CUDA ecosystem have evolved dramatically and are now the basis for the majority of AI compute in the world today (hence the $4T+ market cap)....

Failures of “AI” Promise: Critical Thinking, Misinformation, Prosociality, & Trust

Damien P. Williams

So, new research shows that a) LLM-type “AI” chatbots are extremely persuasive and able to get voters to shift their positions, and that b) the more effective they are at that, the less they hew to factual reality. Which: Yeah. A bunch of us told you this. Again: the Purpose of LLM- type “AI” is...

Practical causal ordering: Why weighted-Directed Acyclic Graphs (DAGs) are powerful for causal inference?

msuzen

Preamble Fractal Tree (Wikipedia)A quiet causal inference revolution is underway in industry. We see immense success of transformers deep learning architectures. However their success should also be attributed to causal modelling. Large Language Models (LLMs), specially closed-sourced ones,...