lsp-max 26.7.3

Law-state LSP runtime: max LSP 3.18 coverage, process-mining conformance, receipt-chain admission
Documentation
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
% ============================================================================
% references.bib — bibliography for the doctoral thesis
%   "The Phase Transition of Language"
% Citation discipline: primary sources preferred; web sources carry urldate.
% Secondary sources and forecasts are flagged in-text.
% ============================================================================

% ----------------------------------------------------------------------------
% Process mining and Wil van der Aalst
% ----------------------------------------------------------------------------

@online{vdaalst-cv,
  author  = {van der Aalst, Wil M. P.},
  title   = {Curriculum Vitae --- Wil van der Aalst},
  year    = {2025},
  url     = {https://www.vdaalst.com/about_me/about_me.html},
  urldate = {2026-06-21}
}

@online{celonis-godfather,
  author  = {{RWTH Aachen Process and Data Science Group}},
  title   = {Celonis Appoints ``Godfather of Process Mining'' Professor Wil van der Aalst as Chief Scientist},
  year    = {2021},
  date    = {2021-08-24},
  url     = {https://www.pads.rwth-aachen.de/cms/PADS/Der-Lehrstuhl/Aktuelle-Meldungen/~qbuga/Celonis-Appoints-Godfather-of-Process-M/},
  urldate = {2026-06-21}
}

@inproceedings{pm-manifesto-2011,
  author    = {van der Aalst, Wil M. P. and {IEEE Task Force on Process Mining}},
  title     = {Process Mining Manifesto},
  booktitle = {Business Process Management Workshops (BPM 2011)},
  series    = {Lecture Notes in Business Information Processing},
  volume    = {99},
  pages     = {169--194},
  year      = {2012},
  publisher = {Springer},
  doi       = {10.1007/978-3-642-28108-2_19}
}

@online{tfpm-manifesto,
  author  = {{IEEE Task Force on Process Mining}},
  title   = {Process Mining Manifesto},
  year    = {2011},
  url     = {https://www.tf-pm.org/resources/manifesto},
  urldate = {2026-06-21}
}

@book{vdaalst-book-2016,
  author    = {van der Aalst, Wil M. P.},
  title     = {Process Mining: Data Science in Action},
  edition   = {2},
  publisher = {Springer},
  address   = {Berlin, Heidelberg},
  year      = {2016},
  doi       = {10.1007/978-3-662-49851-4}
}

@misc{xes-2016,
  author  = {{IEEE}},
  title   = {{IEEE} Standard for {eXtensible Event Stream (XES)} for Achieving Interoperability in Event Logs and Event Streams},
  howpublished = {IEEE Std 1849-2016},
  year    = {2016},
  date    = {2016-11-11},
  url     = {https://ieeexplore.ieee.org/document/7740858/},
  urldate = {2026-06-21}
}

@misc{ocel2-2024,
  author       = {Berti, Alessandro and Koren, Istvan and Adams, Jan Niklas and Park, Gyunam and Knopp, Benedikt and Graves, Nina and Rafiei, Majid and Li{\ss}, Lukas and Tacke Genannt Unterberg, Leah and Zhang, Yisong and Schwanen, Christopher and Pegoraro, Marco and van der Aalst, Wil M. P.},
  title        = {{OCEL} (Object-Centric Event Log) 2.0 Specification},
  year         = {2024},
  eprint       = {2403.01975},
  archivePrefix= {arXiv},
  primaryClass = {cs.DB},
  url          = {https://arxiv.org/abs/2403.01975},
  urldate      = {2026-06-21}
}

@online{ocel-standard,
  author  = {{OCEL Standard}},
  title   = {{OCEL}: Object-Centric Event Log Standard},
  year    = {2024},
  url     = {https://www.ocel-standard.org/},
  urldate = {2026-06-21}
}

@article{ocpn-2020,
  author  = {van der Aalst, Wil M. P. and Berti, Alessandro},
  title   = {Discovering Object-Centric {Petri} Nets},
  journal = {Fundamenta Informaticae},
  volume  = {175},
  number  = {1--4},
  pages   = {1--40},
  year    = {2020},
  note    = {arXiv:2010.02047},
  doi     = {10.3233/FI-2020-1946}
}

@misc{noai-nopi-2025,
  author       = {van der Aalst, Wil M. P.},
  title        = {No {AI} Without {PI}! Object-Centric Process Mining as the Enabler for Generative, Predictive, and Prescriptive Artificial Intelligence},
  year         = {2025},
  eprint       = {2508.00116},
  archivePrefix= {arXiv},
  primaryClass = {cs.AI},
  url          = {https://arxiv.org/abs/2508.00116},
  urldate      = {2026-06-21}
}

@misc{rethinking-pm-agents-2024,
  author       = {Berti, Alessandro and Maatallah, Mayssa and Jessen, Urszula and Sroka, Michal and Ghannouchi, Sonia Ayachi},
  title        = {Re-Thinking Process Mining in the {AI}-Based Agents Era},
  year         = {2024},
  eprint       = {2408.07720},
  archivePrefix= {arXiv},
  primaryClass = {cs.AI},
  url          = {https://arxiv.org/abs/2408.07720},
  urldate      = {2026-06-21}
}

@inproceedings{pm2-2015,
  author    = {van Eck, Maikel L. and Lu, Xixi and Leemans, Sander J. J. and van der Aalst, Wil M. P.},
  title     = {{PM\textsuperscript{2}}: A Process Mining Project Methodology},
  booktitle = {Advanced Information Systems Engineering (CAiSE 2015)},
  series    = {Lecture Notes in Computer Science},
  volume    = {9097},
  pages     = {297--313},
  year      = {2015},
  publisher = {Springer},
  doi       = {10.1007/978-3-319-19069-3_19}
}

@article{conformance-review-2020,
  author  = {Dunzer, Sebastian and Stierle, Matthias and Matzner, Martin and Baier, Stephan},
  title   = {Conformance Checking: A State-of-the-Art Literature Review},
  journal = {arXiv preprint arXiv:2007.10903},
  year    = {2020},
  url     = {https://arxiv.org/abs/2007.10903}
}

% ----------------------------------------------------------------------------
% Language Server Protocol (LSP)
% ----------------------------------------------------------------------------

@online{lsp-redhat-2016,
  author  = {{Red Hat, Inc.}},
  title   = {Red Hat, Codenvy and Microsoft Collaborate on Language Server Protocol},
  year    = {2016},
  date    = {2016-06-27},
  url     = {https://www.redhat.com/en/about/press-releases/red-hat-codenvy-and-microsoft-collaborate-language-server-protocol},
  urldate = {2026-06-21}
}

@online{lsp-official,
  author  = {{Microsoft}},
  title   = {Official Page for Language Server Protocol},
  year    = {2024},
  url     = {https://microsoft.github.io/language-server-protocol/},
  urldate = {2026-06-21}
}

@online{lsp-overview,
  author  = {{Microsoft}},
  title   = {Language Server Protocol: Overview},
  year    = {2024},
  url     = {https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/},
  urldate = {2026-06-21}
}

@online{lsp-spec-317,
  author  = {{Microsoft}},
  title   = {Language Server Protocol Specification --- 3.17},
  year    = {2022},
  date    = {2022-05-10},
  url     = {https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/},
  urldate = {2026-06-21}
}

@online{lsp-spec-318,
  author  = {{Microsoft}},
  title   = {Language Server Protocol Specification --- 3.18 (under development)},
  year    = {2024},
  url     = {https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/},
  urldate = {2026-06-21},
  note    = {Spec header states the 3.18.x version ``is under development''}
}

@online{lsp-mxn-fcc,
  author  = {{freeCodeCamp}},
  title   = {Understanding the Language Server Protocol},
  year    = {2023},
  url     = {https://www.freecodecamp.org/news/what-is-the-language-server-protocol-easier-code-editing-across-languages},
  urldate = {2026-06-21},
  note    = {Secondary source for the explicit $M \times N \to M + N$ formulation}
}

@online{ltex,
  author  = {Valentin, Julian and contributors},
  title   = {{LTeX}: Grammar/Spell Checker Language Server for {LaTeX} and {Markdown}},
  year    = {2023},
  url     = {https://valentjn.github.io/ltex/faq.html},
  urldate = {2026-06-21}
}

@online{textlsp,
  author  = {Hangya, Viktor and contributors},
  title   = {{textLSP}: Language Server for Text Spell and Grammar Check},
  year    = {2024},
  url     = {https://github.com/hangyav/textLSP},
  urldate = {2026-06-21}
}

@online{yamlls,
  author  = {{Red Hat Developer}},
  title   = {{YAML} Language Server},
  year    = {2024},
  url     = {https://github.com/redhat-developer/yaml-language-server},
  urldate = {2026-06-21}
}

% ----------------------------------------------------------------------------
% Model Context Protocol (MCP)
% ----------------------------------------------------------------------------

@online{mcp-anthropic-2024,
  author  = {{Anthropic}},
  title   = {Introducing the Model Context Protocol},
  year    = {2024},
  date    = {2024-11-25},
  url     = {https://www.anthropic.com/news/model-context-protocol},
  urldate = {2026-06-21}
}

@online{mcp-intro,
  author  = {{Model Context Protocol}},
  title   = {What Is the Model Context Protocol ({MCP})?},
  year    = {2025},
  url     = {https://modelcontextprotocol.io/docs/getting-started/intro},
  urldate = {2026-06-21}
}

@online{mcp-spec-2025,
  author  = {{Model Context Protocol}},
  title   = {Model Context Protocol Specification (revision 2025-06-18)},
  year    = {2025},
  date    = {2025-06-18},
  url     = {https://modelcontextprotocol.io/specification/2025-06-18},
  urldate = {2026-06-21}
}

@online{mcp-architecture,
  author  = {{Model Context Protocol}},
  title   = {Architecture Overview},
  year    = {2025},
  url     = {https://modelcontextprotocol.io/docs/learn/architecture},
  urldate = {2026-06-21}
}

@online{mcp-transports-2025,
  author  = {{Model Context Protocol}},
  title   = {Transports (revision 2025-03-26): Streamable {HTTP}},
  year    = {2025},
  date    = {2025-03-26},
  url     = {https://modelcontextprotocol.io/specification/2025-03-26/basic/transports},
  urldate = {2026-06-21}
}

@online{mcp-aaif-2025,
  author  = {{Anthropic}},
  title   = {Donating the Model Context Protocol and Establishing the Agentic {AI} Foundation},
  year    = {2025},
  date    = {2025-12-09},
  url     = {https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation},
  urldate = {2026-06-21}
}

@online{openai-mcp-techcrunch,
  author  = {Wiggers, Kyle},
  title   = {{OpenAI} Adopts Rival {Anthropic}'s Standard for Connecting {AI} Models to Data},
  year    = {2025},
  date    = {2025-03-26},
  url     = {https://techcrunch.com/2025/03/26/openai-adopts-rival-anthropics-standard-for-connecting-ai-models-to-data/},
  urldate = {2026-06-21},
  note    = {Reports Sam Altman's adoption statement}
}

@online{google-mcp-techcrunch,
  author  = {Wiggers, Kyle},
  title   = {Google Says It'll Embrace {Anthropic}'s Standard for Connecting {AI} Models to Data},
  year    = {2025},
  date    = {2025-04-09},
  url     = {https://techcrunch.com/2025/04/09/google-says-itll-embrace-anthropics-standard-for-connecting-ai-models-to-data/},
  urldate = {2026-06-21},
  note    = {Reports Demis Hassabis's adoption statement}
}

% ----------------------------------------------------------------------------
% Agent-to-Agent (A2A) and the agent-interoperability landscape
% ----------------------------------------------------------------------------

@online{a2a-google-2025,
  author       = {Surapaneni, Rao and others},
  title        = {Announcing the {Agent2Agent} Protocol ({A2A}): A New Era of Agent Interoperability},
  organization = {Google},
  year         = {2025},
  date         = {2025-04-09},
  url          = {https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/},
  urldate      = {2026-06-21}
}

@online{a2a-spec,
  author  = {{A2A Project}},
  title   = {{Agent2Agent} ({A2A}) Protocol Specification},
  year    = {2025},
  url     = {https://a2a-protocol.org/latest/specification/},
  urldate = {2026-06-21}
}

@online{a2a-discovery,
  author  = {{A2A Project}},
  title   = {{A2A} Protocol: Agent Discovery},
  year    = {2025},
  url     = {https://a2a-protocol.org/latest/topics/agent-discovery/},
  urldate = {2026-06-21}
}

@online{a2a-mcp,
  author  = {{A2A Project}},
  title   = {{A2A} and {MCP}},
  year    = {2025},
  url     = {https://a2a-protocol.org/latest/topics/a2a-and-mcp/},
  urldate = {2026-06-21}
}

@online{a2a-lf-donation,
  author  = {{Google}},
  title   = {Google Cloud Donates {A2A} to the Linux Foundation},
  year    = {2025},
  date    = {2025-06-23},
  url     = {https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/},
  urldate = {2026-06-21}
}

@online{lf-a2a-press,
  author  = {{The Linux Foundation}},
  title   = {Linux Foundation Launches the {Agent2Agent} Protocol Project},
  year    = {2025},
  date    = {2025-06-23},
  url     = {https://www.linuxfoundation.org/press/linux-foundation-launches-the-agent2agent-protocol-project-to-enable-secure-intelligent-communication-between-ai-agents},
  urldate = {2026-06-21}
}

@online{lf-aaif-press,
  author  = {{The Linux Foundation}},
  title   = {Linux Foundation Announces the Formation of the Agentic {AI} Foundation},
  year    = {2025},
  date    = {2025-12-09},
  url     = {https://www.linuxfoundation.org/press/linux-foundation-announces-the-formation-of-the-agentic-ai-foundation},
  urldate = {2026-06-21}
}

@online{a2a-anniversary-2026,
  author  = {{Google Open Source}},
  title   = {A Year of Open Collaboration: Celebrating the Anniversary of {A2A}},
  year    = {2026},
  url     = {https://opensource.googleblog.com/2026/04/a-year-of-open-collaboration-celebrating-the-anniversary-of-a2a.html},
  urldate = {2026-06-21}
}

@online{acp-a2a-merge,
  author  = {{LF AI \& Data Foundation}},
  title   = {{ACP} Joins Forces with {A2A} Under the Linux Foundation's {LF AI \& Data}},
  year    = {2025},
  date    = {2025-08-29},
  url     = {https://lfaidata.foundation/communityblog/2025/08/29/acp-joins-forces-with-a2a-under-the-linux-foundations-lf-ai-data/},
  urldate = {2026-06-21}
}

@online{anp-github,
  author  = {{Agent Network Protocol contributors}},
  title   = {{AgentNetworkProtocol}: An Open, Decentralized Protocol for the Agentic Web},
  year    = {2025},
  url     = {https://github.com/agent-network-protocol/AgentNetworkProtocol},
  urldate = {2026-06-21}
}

@online{agntcy-cisco,
  author  = {{Cisco Outshift}},
  title   = {Building the Internet of Agents: Introducing {AGNTCY}},
  year    = {2025},
  url     = {https://outshift.cisco.com/blog/building-the-internet-of-agents-introducing-the-agntcy},
  urldate = {2026-06-21}
}

% ----------------------------------------------------------------------------
% Forecasts and market sizing (cite as forecasts; flag in-text)
% ----------------------------------------------------------------------------

@online{gartner-agentic-2025,
  author  = {{Gartner}},
  title   = {Gartner Predicts Over 40\% of Agentic {AI} Projects Will Be Canceled by End of 2027},
  year    = {2025},
  date    = {2025-06-25},
  url     = {https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027},
  urldate = {2026-06-21}
}

@online{gartner-guardian-2025,
  author  = {{Gartner}},
  title   = {Gartner Predicts Guardian Agents Will Capture 10--15\% of the Agentic {AI} Market by 2030},
  year    = {2025},
  date    = {2025-06-11},
  url     = {https://www.gartner.com/en/newsroom/press-releases/2025-06-11-gartner-predicts-that-guardian-agents-will-capture-10-15-percent-of-the-agentic-ai-market-by-2030},
  urldate = {2026-06-21}
}

@online{gartner-taskagents-2025,
  author  = {{Gartner}},
  title   = {Gartner Predicts 40\% of Enterprise Apps Will Feature Task-Specific {AI} Agents by 2026},
  year    = {2025},
  date    = {2025-08-26},
  url     = {https://www.gartner.com/en/newsroom/press-releases/2025-08-26-gartner-predicts-40-percent-of-enterprise-apps-will-feature-task-specific-ai-agents-by-2026-up-from-less-than-5-percent-in-2025},
  urldate = {2026-06-21}
}

@online{marketsandmarkets-aiagents,
  author  = {{MarketsandMarkets}},
  title   = {{AI} Agents Market Worth \$52.62 Billion by 2030},
  year    = {2025},
  url     = {https://www.marketsandmarkets.com/PressReleases/ai-agents.asp},
  urldate = {2026-06-21}
}

@online{grandview-agentic,
  author  = {{Grand View Research}},
  title   = {Enterprise Agentic {AI} Market Size, Industry Report, 2030},
  year    = {2025},
  url     = {https://www.grandviewresearch.com/industry-analysis/enterprise-agentic-ai-market-report},
  urldate = {2026-06-21}
}

% ----------------------------------------------------------------------------
% Phase-transition physics (for the organizing metaphor)
% ----------------------------------------------------------------------------

@online{phys-illinois-steam,
  author  = {{University of Illinois Department of Physics}},
  title   = {Q\&A: Water-to-Steam Expansion (The Physics Van)},
  year    = {2010},
  url     = {https://van.physics.illinois.edu/ask/listing/1734},
  urldate = {2026-06-21}
}

@online{engtoolbox-steam,
  author  = {{Engineering ToolBox}},
  title   = {Properties of Saturated Steam --- {SI} Units},
  year    = {2017},
  url     = {https://www.engineeringtoolbox.com/saturated-steam-properties-d_101.html},
  urldate = {2026-06-21}
}

@online{nationalboard-steam,
  author  = {{The National Board of Boiler and Pressure Vessel Inspectors}},
  title   = {Water Still Flashes to Steam at 212},
  year    = {2010},
  url     = {https://www.nationalboard.org/Index.aspx?pageID=164&ID=188},
  urldate = {2026-06-21}
}

@online{latentheat-openstax,
  author  = {{OpenStax}},
  title   = {College Physics, \S 14.3: Phase Change and Latent Heat},
  year    = {2012},
  url     = {https://courses.lumenlearning.com/suny-physics/chapter/14-3-phase-change-and-latent-heat/},
  urldate = {2026-06-21}
}

% ----------------------------------------------------------------------------
% Design Science Research methodology
% ----------------------------------------------------------------------------

@article{hevner2004,
  author  = {Hevner, Alan R. and March, Salvatore T. and Park, Jinsoo and Ram, Sudha},
  title   = {Design Science in Information Systems Research},
  journal = {MIS Quarterly},
  volume  = {28},
  number  = {1},
  pages   = {75--105},
  year    = {2004}
}

@article{peffers2007,
  author  = {Peffers, Ken and Tuunanen, Tuure and Rothenberger, Marcus A. and Chatterjee, Samir},
  title   = {A Design Science Research Methodology for Information Systems Research},
  journal = {Journal of Management Information Systems},
  volume  = {24},
  number  = {3},
  pages   = {45--77},
  year    = {2007}
}

@book{wieringa2014,
  author    = {Wieringa, Roel J.},
  title     = {Design Science Methodology for Information Systems and Software Engineering},
  publisher = {Springer},
  address   = {Berlin, Heidelberg},
  year      = {2014}
}

@article{marchsmith1995,
  author  = {March, Salvatore T. and Smith, Gerald F.},
  title   = {Design and Natural Science Research on Information Technology},
  journal = {Decision Support Systems},
  volume  = {15},
  number  = {4},
  pages   = {251--266},
  year    = {1995}
}

% ----------------------------------------------------------------------------
% Recent arXiv (2025-12 to 2026-06) -- harvested and spot-checked (see sec:recent)
% Process mining + AI
% ----------------------------------------------------------------------------

@misc{pmax26,
  author={Antonov, Anton and Kourani, Humam and Berti, Alessandro and Park, Gyunam and {van der Aalst}, Wil M. P.},
  title={{PMAx}: An Agentic Framework for {AI}-Driven Process Mining},
  year={2026}, eprint={2603.15351}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.15351}}

@misc{padella26,
  author={Padella, Andrea and de Leoni, Massimiliano and Dumas, Marlon},
  title={Exploring {LLM} Features in Predictive Process Monitoring for Small-Scale Event-Logs},
  year={2026}, eprint={2601.11468}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.11468}}

@misc{lauer26,
  author={Lauer, Jan and Pfeiffer, Peter and Rombach, Katharina and Mehdiyev, Nijat},
  title={Assessing the Business Process Modeling Competences of Large Language Models},
  year={2026}, eprint={2601.21787}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.21787}}

@misc{hooshyar25,
  author={Hooshyar, Hosna and Fumagalli, Mattia and Montali, Marco and Guizzardi, Giancarlo},
  title={Time and Relations into Focus: Ontological Foundations of Object-Centric Event Data},
  year={2025}, eprint={2512.14425}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.14425}}

@misc{ronzoni25,
  author={Ronzoni, Marco and Antony, Joms and {M R}, Anitha and others},
  title={{IBM} Multilevel Process Mining vs de facto Object-Centric Process Mining Approaches},
  year={2025}, eprint={2512.03906}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.03906}}

@misc{gaikwad26,
  author={Gaikwad, Devashish and {van der Aalst}, Wil M. P. and Park, Gyunam},
  title={Neuro-Symbolic Process Anomaly Detection},
  year={2026}, eprint={2603.26461}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.26461}}

@misc{klimek25,
  author={Klimek, Radoslaw and Blazowski, Artur},
  title={Explainable Verification of Hierarchical Workflows Mined from Event Logs with {Shapley} Values},
  year={2025}, eprint={2512.09562}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.09562}}

@misc{reiter25,
  author={Reiter, Maximilian and Edinger, Janick and Kabierski, Markus and Koschmider, Agnes and Lu, Yang and others},
  title={{ContinuumConductor}: Decentralized Process Mining on the Edge-Cloud Continuum},
  year={2025}, eprint={2512.07280}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.07280}}

@misc{stierle25,
  author={Stierle, Matthias and Kraume, Karsten and Matzner, Martin},
  title={Process Analytics --- Data-driven Business Process Management},
  year={2025}, eprint={2512.20703}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.20703}}

@misc{bibalan25,
  author={Bibalan, Parisa and Far, Behrouz and Moshirpour, Mohammad and Ghiyasian, Ali},
  title={A Multi-Agent Retrieval-Augmented Framework for Work-in-Progress Prediction},
  year={2025}, eprint={2512.19841}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.19841}}

@misc{vitale25,
  author={Vitale, Francesco and Palmiero, Gianluca and Rak, Massimiliano and Mazzocca, Nicola},
  title={Network Traffic Analysis with Process Mining: The {UPSIDE} Case Study},
  year={2025}, eprint={2512.23718}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.23718}}

@misc{ardimento26,
  author={Ardimento, Pasquale and Bernardi, Mario Luca and Cimitile, Marta and Latorre, Michele},
  title={From Data Lifting to Continuous Risk Estimation: A Process-Aware Pipeline for Predictive Monitoring of Clinical Pathways},
  year={2026}, eprint={2605.03895}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2605.03895}}

% ---- Agent interoperability / MCP / A2A ----

@misc{gaire25,
  author={Gaire, Shiva and Gyawali, Srijan and Mishra, Saroj and Niroula, Suman and others},
  title={Systematization of Knowledge: Security and Safety in the {Model Context Protocol} Ecosystem},
  year={2025}, eprint={2512.08290}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.08290}}

@misc{li26mcpitp,
  author={Li, Ruiqi and Wang, Zhiqiang and others},
  title={{MCP-ITP}: An Automated Framework for Implicit Tool Poisoning in {MCP}},
  year={2026}, eprint={2601.07395}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.07395}}

@misc{doshi26,
  author={Doshi, Aarya and Hong, Yining and others},
  title={Towards Verifiably Safe Tool Use for {LLM} Agents},
  year={2026}, eprint={2601.08012}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.08012}}

@misc{adimulam26,
  author={Adimulam, Apoorva and Gupta, Rajesh and others},
  title={The Orchestration of Multi-Agent Systems: Architectures, Protocols, and Enterprise Adoption},
  year={2026}, eprint={2601.13671}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.13671}}

@misc{maloyan26,
  author={Maloyan, Narek and Namiot, Dmitry},
  title={Breaking the Protocol: Security Analysis of the {Model Context Protocol} Specification and Prompt Injection Vulnerabilities in Tool-Integrated {LLM} Agents},
  year={2026}, eprint={2601.17549}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.17549}}

@misc{felendler26,
  author={Felendler, Yuval and Gandhi, Parth A. and others},
  title={From Tool Orchestration to Code Execution: A Study of {MCP} Design Choices},
  year={2026}, eprint={2602.15945}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.15945}}

@misc{yu26adaptorch,
  author={Yu, Geunbin},
  title={{AdaptOrch}: Task-Adaptive Multi-Agent Orchestration in the Era of {LLM} Performance Convergence},
  year={2026}, eprint={2602.16873}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.16873}}

@misc{nie26,
  author={Nie, Xiaohang and Guo, Zihan and others},
  title={{AWCP}: A Workspace Delegation Protocol for Deep-Engagement Collaboration across Remote Agents},
  year={2026}, eprint={2602.20493}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.20493}}

@misc{wang26p2p,
  author={Wang, Taotao and You, Lizhao and others},
  title={Agentic Peer-to-Peer Networks: From Content Distribution to Capability and Action Sharing},
  year={2026}, eprint={2603.03753}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.03753}}

@misc{zhou26gov,
  author={Zhou, Ziling},
  title={Governing Dynamic Capabilities: Cryptographic Binding and Reproducibility Verification for {AI} Agent Tool Use},
  year={2026}, eprint={2603.14332}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.14332}}

@misc{huang26threat,
  author={Huang, Charoes and Huang, Xin and others},
  title={{Model Context Protocol} Threat Modeling and Analyzing Vulnerabilities to Prompt Injection with Tool Poisoning},
  year={2026}, eprint={2603.22489}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.22489}}

@misc{prakash26aip,
  author={Prakash, Sunil},
  title={{AIP}: Agent Identity Protocol for Verifiable Delegation Across {MCP} and {A2A}},
  year={2026}, eprint={2603.24775}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.24775}}

@misc{yuan26semantic,
  author={Yuan, Dun and Lyu, Fuyuan and Yuan, Ye and Zhang, Weixu and others},
  title={Beyond Message Passing: A Semantic View of Agent Communication Protocols},
  year={2026}, eprint={2604.02369}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.02369}}

@misc{patil26sentinel,
  author={Patil, KrishnaSaiReddy},
  title={{SentinelAgent}: Intent-Verified Delegation Chains for Securing Multi-Agent {AI} Systems},
  year={2026}, eprint={2604.02767}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.02767}}

@misc{rostamzadeh26,
  author={Rostamzadeh, Mehrdad and Narula, Sidhant and others},
  title={{MCP-DPT}: A Defense-Placement Taxonomy and Coverage Analysis for {Model Context Protocol} Security},
  year={2026}, eprint={2604.07551}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.07551}}

@misc{xu26mesh,
  author={Xu, Hongwei},
  title={Mesh Memory Protocol: Semantic Infrastructure for Multi-Agent {LLM} Systems},
  year={2026}, eprint={2604.19540}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.19540}}

@misc{otsuka26,
  author={Otsuka, Takumi and Toyoda, Kentaroh and others},
  title={{AI} Identity: Standards, Gaps, and Research Directions for {AI} Agents},
  year={2026}, eprint={2604.23280}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.23280}}

@misc{parmar26,
  author={Parmar, Abhinav Singh},
  title={Separating Intelligence from Execution: A Workflow Engine for the {Model Context Protocol}},
  year={2026}, eprint={2605.00827}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2605.00827}}

@misc{zhang26rl,
  author={Zhang, Chenchen},
  title={Reinforcement Learning for {LLM}-based Multi-Agent Systems through Orchestration Traces},
  year={2026}, eprint={2605.02801}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2605.02801}}

% ---- Agentic AI: reliability, evaluation, memory, guardrails ----

@misc{mcpagentbench25,
  author={Liu, Wenrui and Liu, Zixiang and Dai, Elsie and others},
  title={{MCPAgentBench}: A Real-world Task Benchmark for Evaluating {LLM} Agent {MCP} Tool Use},
  year={2025}, eprint={2512.24565}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.24565}}

@misc{abaev26,
  author={Abaev, Nadya and Klimov, Denis and Levinov, Gerard and others},
  title={{AgentGuardian}: Learning Access Control Policies to Govern {AI} Agent Behavior},
  year={2026}, eprint={2601.10440}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.10440}}

@misc{arunkumar26,
  author={Arunkumar, V. and Gangadharan, G. R. and Buyya, Rajkumar},
  title={Agentic Artificial Intelligence: Architectures, Taxonomies, and Evaluation of Large Language Model Agents},
  year={2026}, eprint={2601.12560}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.12560}}

@misc{huang26fail,
  author={Huang, Donghao and Malwe, Gauri and Wang, Zhaoxia and others},
  title={When Agents Fail to Act: A Diagnostic Framework for Tool Invocation Reliability in Multi-Agent {LLM} Systems},
  year={2026}, eprint={2601.16280}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.16280}}

@misc{liu26dog,
  author={Liu, Dongrui and Ren, Qihan and Qian, Chen and others},
  title={{AgentDoG}: A Diagnostic Guardrail Framework for {AI} Agent Safety and Security},
  year={2026}, eprint={2601.18491}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.18491}}

@misc{souza26,
  author={Souza, D\'ebora and Machado, Patr\'icia and others},
  title={Toward Architecture-Aware Evaluation Metrics for {LLM} Agents},
  year={2026}, eprint={2601.19583}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.19583}}

@misc{zhu26eval,
  author={Zhu, Pengyu and Sun, Li and Yu, Philip S. and others},
  title={The Necessity of a Unified Framework for {LLM}-Based Agent Evaluation},
  year={2026}, eprint={2602.03238}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.03238}}

@misc{xu26skills,
  author={Xu, Renjun and Yan, Yang and others},
  title={Agent Skills for Large Language Models: Architecture, Acquisition, Security, and the Path Forward},
  year={2026}, eprint={2602.12430}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.12430}}

@misc{rabanser26,
  author={Rabanser, Stephan and Kapoor, Sayash and Kirgis, Peter and Liu, Kangheng and Utpala, Saiteja and Narayanan, Arvind},
  title={Towards a Science of {AI} Agent Reliability},
  year={2026}, eprint={2602.16666}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.16666}}

@misc{li26scaling,
  author={Li, Xiaochuan and Ming, Ryan and Setlur, Pranav and others},
  title={Benchmark Test-Time Scaling of General {LLM} Agents},
  year={2026}, eprint={2602.18998}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.18998}}

@misc{jin26guardrail,
  author={Jin, Xisen and Duan, Michael and Lin, Qin and others},
  title={Proof-of-Guardrail in {AI} Agents and What (Not) to Trust from It},
  year={2026}, eprint={2603.05786}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.05786}}

@misc{du26memory,
  author={Du, Pengfei},
  title={Memory for Autonomous {LLM} Agents: Mechanisms, Evaluation, and Emerging Frontiers},
  year={2026}, eprint={2603.07670}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.07670}}

@misc{lam26memory,
  author={Lam, Chingkwun and Li, Jiaxin and Zhang, Lingfei and others},
  title={Governing Evolving Memory in {LLM} Agents: Risks, Mechanisms, and the {SSGM} Framework},
  year={2026}, eprint={2603.11768}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.11768}}

@misc{li26claws,
  author={Li, Xiangyi and Choe, Kyoung Whan and Liu, Yimin and others},
  title={{ClawsBench}: Evaluating Capability and Safety of {LLM} Productivity Agents in Simulated Workspaces},
  year={2026}, eprint={2604.05172}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.05172}}

@misc{zhou26ext,
  author={Zhou, Chenyu and Chai, Huacan and Chen, Wenteng and others},
  title={Externalization in {LLM} Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering},
  year={2026}, eprint={2604.08224}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.08224}}

@misc{zhang26bug,
  author={Zhang, Xiaowen and Zhang, Hannuo and Tan, Shin Hwei and others},
  title={Dissecting Bug Triggers and Failure Modes in Modern Agentic Frameworks: An Empirical Study},
  year={2026}, eprint={2604.08906}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.08906}}

@misc{jeong26,
  author={Jeong, Cheonsu and Shin, Younggun and others},
  title={A Self-Healing Framework for Reliable {LLM}-Based Autonomous Agents},
  year={2026}, eprint={2605.06737}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2605.06737}}

@misc{wu26guardrail,
  author={Wu, Benlong and Zhang, Weiming and Chen, Kejiang and others},
  title={Provably Secure Agent Guardrail},
  year={2026}, eprint={2605.29251}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2605.29251}}

@misc{turan26,
  author={Turan, Emre},
  title={Oversight Has a Capacity: Calibrating Agent Guards to a Subjective, Fatiguing Human},
  year={2026}, eprint={2606.08919}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2606.08919}}

% ---- Applied category theory / formal methods / PL ----

@misc{bonchi26,
  author={Bonchi, Filippo and Cioffo, Cipriano Junior},
  title={Tapes as Stochastic Matrices of String Diagrams},
  year={2026}, eprint={2601.01472}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.01472}}

@misc{lynch26,
  author={Lynch, Owen and Myers, David Jaz and Rischel, Eigil Fjeldgren and Staton, Sam},
  title={Clock Systems for Stochastic and Non-deterministic Categorical Systems Theories},
  year={2026}, eprint={2603.29573}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.29573}}

@misc{liellcock25,
  author={Liell-Cock, Jack and Shirazi, Zev and Staton, Sam},
  title={The Relative Monadic Metalanguage},
  year={2025}, eprint={2512.11762}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.11762}}

@misc{lueker25,
  author={Lueker, Cade and Fox, Andrew and Chang, Bor-Yuh Evan},
  title={Towards Cumulative Abstract Semantics via Handlers},
  year={2025}, eprint={2512.10861}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.10861}}

@misc{aristote26,
  author={Aristote, Quentin and Tarantino, Umberto},
  title={Profunctorial Algebras},
  year={2026}, eprint={2601.22721}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.22721}}

@misc{carlisle26,
  author={Carlisle, Jack and Shah, Jay and Stern, Reuben and VanKoughnett, Paul},
  title={Categorical Foundations for {CuTe} Layouts},
  year={2026}, eprint={2601.05972}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.05972}}

@misc{angelo26,
  author={{\^A}ngelo, Pedro and Igarashi, Atsushi and Murase, Yuito and Vasconcelos, Vasco T.},
  title={Contextual Metaprogramming for Session Types},
  year={2026}, eprint={2601.15180}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.15180}}

@misc{brahmakshatriya26,
  author={Brahmakshatriya, Ajay and Amarasinghe, Saman and Rinard, Martin},
  title={Backwards Data-Flow Analysis using Prophecy Variables in the {BuildIt} System},
  year={2026}, eprint={2601.02653}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2601.02653}}

@misc{koutavas25,
  author={Koutavas, Vasileios and Lin, Yu-Yang and Tzevelekos, Nikos},
  title={Open-World Assertion Checking for Smart Contracts via Game Semantics},
  year={2025}, eprint={2512.22417}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.22417}}

% ---- Phase transitions / geometry of learning ----

@misc{ersoy25,
  author={Ersoy, Ibrahim Talha and {Cardozo Licha} and Wiesner, Karoline},
  title={Phase Transitions Reveal Hierarchical Structure in Deep Neural Networks},
  year={2025}, eprint={2512.11866}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.11866}}

@misc{montanari26,
  author={Montanari, Andrea and Wang, Zihao},
  title={Phase Transitions for Feature Learning in Neural Networks},
  year={2026}, eprint={2602.01434}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.01434}}

@misc{defilippis26,
  author={Defilippis, Leonardo and Krzakala, Florent and Loureiro, Bruno and Maillard, Antoine},
  title={Optimal Scaling Laws in Learning Hierarchical Multi-index Models},
  year={2026}, eprint={2602.05846}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.05846}}

@misc{notsawo26,
  author={{Tikeng Notsawo}, Pascal and {Dumas} and Rabusseau, Guillaume},
  title={Grokking Finite-Dimensional Algebra},
  year={2026}, eprint={2602.19533}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.19533}}

@misc{bi26grok,
  author={Bi, Yu and Zhang, Chao and Wang, Qing},
  title={Grokking as a Falsifiable Finite-Size Transition},
  year={2026}, eprint={2603.24746}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.24746}}

@misc{wang26grok,
  author={Wang, Peng},
  title={Grokking as Dimensional Phase Transition in Neural Networks},
  year={2026}, eprint={2604.04655}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.04655}}

@misc{ersoy26,
  author={Ersoy, Ibrahim Talha and Wiesner, Karoline},
  title={Noise-Driven Escape from Metastable Phases Explains Grokking in Deep Neural Networks},
  year={2026}, eprint={2606.17120}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2606.17120}}

@misc{simon26,
  author={Simon, Jamie and Kunin, Daniel and Atanasov, Alexander and others},
  title={There Will Be a Scientific Theory of Deep Learning},
  year={2026}, eprint={2604.21691}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2604.21691}}

@misc{yadav26,
  author={Yadav, S. and others},
  title={On the Relationship Between Representation Geometry and Generalization in Deep Neural Networks},
  year={2026}, eprint={2602.00130}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2602.00130}}

@misc{david25,
  author={David, R. P.},
  title={Tubular {Riemannian} {Laplace} Approximations for {Bayesian} Neural Networks},
  year={2025}, eprint={2512.24381}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2512.24381}}

@misc{tan26rg,
  author={Tan, Yang and Fu, Wei-jie and He, Lianyi},
  title={Solving Functional Renormalization Group Equations with Neural Networks},
  year={2026}, eprint={2603.21151}, archivePrefix={arXiv}, url={https://arxiv.org/abs/2603.21151}}

% ----------------------------------------------------------------------------
% The artifact and sibling repositories
% ----------------------------------------------------------------------------

@software{lspmax,
  author  = {{lsp-max contributors}},
  title   = {{lsp-max}: A Law-State Runtime Projected Through {LSP}},
  year    = {2026},
  version = {26.6.18},
  note    = {CalVer (YY.M.D) workspace; includes the project constitution \texttt{AGENTS.md} and the \texttt{anti-llm-cheat-lsp} diagnostic canary}
}

@software{wasm4pm,
  author  = {{wasm4pm contributors}},
  title   = {{wasm4pm}: A {WebAssembly} Process-Mining Engine},
  year    = {2026},
  note    = {Execution engine consumed by lsp-max via \texttt{[patch.crates-io]}}
}