The Front Door · Reading Group
Every semester we run an open research reading group — the easiest way into the lab. Sessions mix recent SE-AI papers with live updates on active lab projects. No prerequisites beyond curiosity.
- Who NC State students, industrial partners, visiting researchers
- When Weekly, each semester
- How Email timm@ieee.org to get on the list
MOOT — Many Optimization Tasks
A curated benchmark of 120+ multi-objective optimization tasks from real software engineering and systems research. It replaces toy benchmarks with real high-dimensional problems — software configuration, cloud tuning, project health, hyperparameter optimization, process modelling — so optimization algorithms can be compared fairly and reproducibly.
Explanation — causality, stability, trust
Lead: Amirali Rayegan. Can causal methods make software analytics more stable, interpretable, and trustworthy than correlation-based ones? We're probing where causal reasoning buys you real robustness — and where it's just fragile structure wearing a better label.
- EMSE'25 Causal Graphs in SE [pdf]
- JSS'26 Explaining Optimization Heuristics [pdf]
- ICSE'26 Shaky Causal Structures talk [pdf]
Optimization — simple beats complex
Lead: Kishan Kumar Ganguly. Our thesis: simple, sample-efficient optimizers routinely beat complex ones on SE problems, because SE data collapses to a few buckets (the "BINGO" effect). The payoff is optimization that's cheaper, faster, and easier to audit.
- arXiv'25 BINGO! Simple Optimizers Win Big if Problems Collapse to a Few Buckets [pdf]
- FSE'26 How Low Can You Go? The Data-Light SE Challenge [pdf]
- Code Bingo · DataCentricFuzzJS
Agentic Systems — LLMs as fast typists
Lead: Srinath Srinivasan. How far can we push lightweight, LLM-powered agents on SE tasks without drowning them in compute? Theme: keep the LLM the fast typist; keep the human the one who knows what's worth typing.
- TOSEM'26 LLMs Warming-Up Active Learning [pdf]
- EMSE'26 From Brittle to Robust: Improving LLM Annotations [pdf]
- SmartOracle agentic approach to differential oracles (preprint)