Skip to content

Commit dde6bbe

Browse files
author
Jeff F
committed
Add additional articles & research
1 parent 5640abf commit dde6bbe

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,13 @@ <h6 class=" my-2">G.S.A. - <span class="text-muted">Computer Technician</span></
287287
<div class="row">
288288
<div class="col-6 col-lg-6 col-xl-6">
289289
<h4 class="text-red">Research</h4>
290+
<h6 class="my-2">OrgForge: A Multi-Agent Simulation Framework for Verifiable Synthetic Corporate Corpora
291+
292+
</h6>
293+
<p class="text-muted">
294+
Evaluating retrieval-augmented generation (RAG) pipelines requires corpora where ground truth is knowable, temporally structured, and cross-artifact properties that real-world datasets rarely provide cleanly. Existing resources such as the Enron corpus carry legal ambiguity, demographic skew, and no structured ground truth. Purely LLM-generated synthetic data solves the legal problem but introduces a subtler one: the generating model cannot be prevented from hallucinating facts that contradict themselves across documents. We present OrgForge, an open-source multi-agent simulation framework that enforces a strict physics-cognition boundary: a deterministic Python engine maintains a SimEvent ground truth bus; large language models generate only surface prose, constrained by validated proposals. An actor-local clock enforces causal timestamp correctness across all artifact types, eliminating the class of timeline inconsistencies that arise when timestamps are sampled independently per document. We formalize three graph-dynamic subsystems stress propagation via betweenness centrality, temporal edge-weight decay, and Dijkstra escalation routing that govern organizational behavior independently of any LLM. Running a configurable N-day simulation, OrgForge produces interleaved Slack threads, JIRA tickets, Confluence pages, Git pull requests, and emails, all traceable to a shared, immutable event log. We additionally describe a causal chain tracking subsystem that accumulates cross-artifact evidence graphs per incident, a hybrid reciprocal-rank-fusion recurrence detector for identifying repeated failure classes, and an inbound/outbound email engine that routes vendor alerts, customer complaints, and HR correspondence through gated causal chains with probabilistic drop simulation.
295+
</p>
296+
290297
<h6 class="my-2">Estimation of potential United States influenza mortality. An agent based model
291298
simulation
292299
</h6>
@@ -405,6 +412,14 @@ <h3><a
405412
href="https://medium.com/@jeffreyflynt02/enhancing-file-security-in-amazon-s3-54a467f52efe">Enhancing
406413
File Security in AWS S3</a></h3>
407414
<p>Published via Medium - 04/23/2023</p>
415+
416+
<h3><a href="https://jeffreyflynt02.medium.com/stop-using-the-enron-corpus-how-to-generate-realistic-synthetic-corporate-data-for-rag-16d8ae4f4a63">Stop Using the Enron
417+
Corpus: How to Generate Realistic Synthetic Corporate Data for RAG</a></h3>
418+
<p>Published via Medium - 03/04/2026</p>
419+
420+
<h3><a href="https://jeffreyflynt02.medium.com/i-ran-8-rag-pipelines-against-a-benchmark-where-the-ground-truth-is-guaranteed-1cf883561e63">I Ran 8 RAG Pipelines Against a Benchmark Where
421+
the Ground Truth is Guaranteed. Here’s What I Found.G</a></h3>
422+
<p>Published via Medium - 03/17/2026</p>
408423
</div>
409424
</div>
410425
</div>

0 commit comments

Comments
 (0)