-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
74 lines (74 loc) · 2.52 KB
/
CITATION.cff
File metadata and controls
74 lines (74 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "Compiled AI: Deterministic Code Generation for LLM-Based Workflow Automation"
abstract: >
Compiled AI is a paradigm in which large language models generate executable code
artifacts during a compilation phase, after which workflows execute deterministically
without further model invocation. This repository contains the code, benchmark suite,
and evaluation framework accompanying the arXiv paper.
authors:
- family-names: Trooskens
given-names: Geert
affiliation: "XY.AI Labs, Palo Alto, CA"
email: geert@xy.ai
- family-names: Karlsberg
given-names: Aaron
affiliation: "XY.AI Labs, Palo Alto, CA"
- family-names: Sharma
given-names: Anmol
affiliation: "XY.AI Labs, Palo Alto, CA"
- family-names: De Brouwer
given-names: Lamara
affiliation: "XY.AI Labs, Palo Alto, CA"
- family-names: Van Puyvelde
given-names: Max
affiliation: "Stanford University School of Medicine, Stanford, CA"
- family-names: Young
given-names: Matthew
affiliation: "XY.AI Labs, Palo Alto, CA"
- family-names: Thickstun
given-names: John
affiliation: "Cornell University, Department of Computer Science, Ithaca, NY"
- family-names: Alterovitz
given-names: Gil
affiliation: "Brigham and Women's Hospital / Harvard Medical School, Boston, MA"
- family-names: De Brouwer
given-names: "Walter A."
affiliation: "Stanford University School of Medicine, Stanford, CA"
repository-code: "https://github.com/XY-Corp/CompiledAI"
url: "https://services.arxiv.org/html/submission/7435705/view"
license: MIT
date-released: "2026-04-07"
keywords:
- "compiled AI"
- "LLM"
- "deterministic execution"
- "workflow automation"
- "code generation"
- "healthcare AI"
preferred-citation:
type: article
title: "Compiled AI: Deterministic Code Generation for LLM-Based Workflow Automation"
authors:
- family-names: Trooskens
given-names: Geert
- family-names: Karlsberg
given-names: Aaron
- family-names: Sharma
given-names: Anmol
- family-names: De Brouwer
given-names: Lamara
- family-names: Van Puyvelde
given-names: Max
- family-names: Young
given-names: Matthew
- family-names: Thickstun
given-names: John
- family-names: Alterovitz
given-names: Gil
- family-names: De Brouwer
given-names: "Walter A."
journal: "arXiv preprint"
year: 2026
url: "https://services.arxiv.org/html/submission/7435705/view"