Imagine you're a photographer with a zoom lens, trying to spot a specific person in a crowded stadium. You could zoom all the way in on every seat — you'd find them, but it would take hours. Or you could stay zoomed out and miss them entirely. The smart move: start wide, notice suspicious clusters, zoom in selectively. That's exactly what this paper does for information flow analysis in embedded systems. The committed claim: we can automatically choose abstraction levels for information flow analysis (IFA) of concurrent, time-dependent embedded systems using heuristics, replacing what was previously a manual, expert-driven process. This is not a new analysis technique — the underlying symbolic execution and abstract interpretation framework already existed in the authors' prior work. The novelty is the automation layer: heuristics that decide where to zoom in based on detected dependencies and potential leakage paths. The architecture sits in the abstract interpretation family, specifically leveraging symbolic execution to track data, control, timing, and event dependencies across concurrent SystemC processes communicating over shared buses. The abstraction refinement loop works by starting coarse, identifying potential illegal information flows, then selectively tightening abstraction where the coarse pass flagged ambiguity. The key compute property: precision costs time, so the heuristics are designed to minimize how much of the state space gets the expensive fine-grained treatment. On the ladder, the paper's primary comparison is against its own prior manual approach — not against competing IFA tools or alternative security verification methods. The experimental results demonstrate feasibility on several shared bus architectures in SystemC, but the abstract provides no quantitative comparison numbers (speedup factors, false-positive reduction rates, or scale of systems analyzed). This is a significant gap: without named baselines or concrete numbers, we cannot assess where this sits against the state of the art in IFA for hardware description languages. Integrity is mixed. The paper is accepted at SEFM 2026 (a reputable formal methods venue), but the version posted is explicitly pre-peer-review and pre-correction. The validation is same-team simulation on the authors' own SystemC benchmarks. No independent replication, no community benchmark suite, no comparison against competing tools like GLIFT, Caisson, or SecVerilog. The 'several shared bus architectures' framing is vague — we don't know the scale or diversity of the test cases. The milestone question is where this gets interesting for practitioners. The gap between 'works on shared bus examples' and 'works on a real SoC design with dozens of IP blocks' is enormous. A concrete next target would be demonstrating the heuristics on a design with, say, 50+ concurrent processes and mixed communication topologies — something approaching a real automotive or IoT security verification problem. The paper doesn't name this target explicitly. The obvious experiment not run: applying the heuristics to a design where manual abstraction selection is known to be optimal, and measuring how close the automatic selection comes. This would directly quantify heuristic quality. The honest read is probably (a) — the benchmarks needed to do this comparison rigorously don't exist in a standardized form for SystemC IFA, and building them is a separate research effort the team likely couldn't justify within this paper's scope.