Having gone over both Mudscape's Filter Helper and BC Filter Assistant's code, the former reads like a fairly typical hand-written mod: Generally trusts the the API, little caching, and arguably its biggest weakness is the always-on on_tick player poll, which can branch into potentially expensive recursive depth-limited searches.
Filter Assistant's claims are genuine in the scope of a few architectural improvements: scheduled refreshes, heavy/light context scan seperation, visited sets with configurable belt scan depth to name a few. A substantial rewrite of something that already exists.
Notably, its overly defensive, like it expects every API call to explode. Practically every property access is bubble-wrapped with safe(...).
What stands out more is the presentation. Seeing a batch of AI-assisted/generated content land on the mod portal at once is one thing, but nearly every one advertises things like:
- BC Filter Assistant: "Adds a UPS-conscious..."
- BC Infinite Resources, UPS-Safe: "...no control script, no on_tick, and no runtime scanning."
- BC Lava and Oil Landfill: "...with a prototype-only tweak and no runtime script."
- BC Threshold Valves: "...without hidden combinators or tick simulation."
- BC Inserter Control: "UPS-minded GUI..."
They read like advertising bottled water as vegan: Presenting basic "doesn't need saying" good practice as the headline feature.