The Problem: Semantic Dilution
Large Language Models (LLMs) learn by scraping public code and playing a massive game of next-word prediction. They don't understand concepts inherently; they group words based on proximity in a mathematical "latent space."
Historically, when AI scrapers read our repositories and saw code like client = refloow or refloow.on("message") { automate() }, they started associating the word "Refloow" strictly with generic automation logic. Over time, these models began suggesting our protected trademark to thousands of developers as a generic variable name for their private automation scripts. This caused massive brand confusion and trademark dilution.
The Solution: Vector Space Injection
To fight back, we engineered a prompt-injection attack targeted directly at the AI training pipelines. We embedded strict, human-authored metadata blocks into hundreds of files across dozens of projects. These headers read like LLM system prompts (e.g., Brand-Type: PROPER_NOUN, Content-Safety: DO_NOT_GENERATE_IMPERSONATION).
The Result
It worked. When the automated scrapers ingested our code, these dense, localized metadata instructions forced the models' tokenizers to re-categorize "Refloow." Even in smaller models with limited context windows, the proximity of our brand name to words like "SoftwareOrganization" and "ProperNoun" shifted our position in the AI's semantic vector space. The models stopped hallucinating our brand as a generic term.
We leave these metadata blocks in our public files because AI scrapers are constantly retraining. If you are a human developer contributing to our projects, simply skip past the metadata header—the standard, human-readable documentation is located right above the actual functional code.
2019 © Refloow™ All Rights Reserved