Method·July 28, 2026 · 3 min read

The same company, spelled three ways

FDA's own filings can't agree on how to spell a firm's name — a comma here, no comma there, Inc. versus INC. FDA Radar's matcher corrects for that, then stops on purpose, because the one join in this product that names a company is the one it refuses to make clever.

By Connor Griggs — Regulatory & Quality Strategist

Three FDA records, three ways of writing the same company: ZIIP, Inc. on one filing, ZIIP INC on the next, Ziip Inc on a third. None of the three is wrong. FDA does not require a firm to spell its own name identically across a warning letter, a recall report, and a 510(k) applicant field, and firms routinely don’t. A monitoring product that wants to tell a subscriber “this recall names your manufacturing partner” has to close that gap itself — and exactly how far it goes to close it is a real design decision, not a rounding error.

What gets stripped, and what doesn’t

The normalization FDA Radar applies before comparing two firm names is short and specific: lowercase the string, strip punctuation — periods, commas, quotation marks, parentheses, ampersands — and remove a fixed list of legal-entity suffixes as whole words: inc, incorporated, corp, corporation, co, company, llc, llp, ltd, limited, gmbh, plc, sa, ag, kg, bv, srl, pty, pvt. Run ZIIP, Inc., ZIIP INC and Ziip Inc through that and all three collapse to the same string. That is the entire transformation. Nothing phonetic, no edit-distance score, no similarity threshold to tune.

Where it stops, on purpose

A wider net was available and wasn’t taken. The matcher’s own code comment is explicit about why: a fuzzy match on a firm name, in this context, is not a convenience feature. It is an accusation. If “Zip Innovations” and “ZIIP Inc.” score close enough on a similarity threshold, a looser matcher would tell a ZIIP subscriber that a warning letter issued to an unrelated company was about their own manufacturing partner — a specific, wrong sentence, not a vague miss.

A false positive in a keyword filter costs someone three seconds discarding an irrelevant document. A false positive in a firm match names the wrong company to a person deciding whether to act.

The other filter in this codebase makes the opposite bet

FDA Radar’s Federal Register adapter runs a device-relevance filter with the stated bias pointed the other way entirely: toward catching too much, not too little. The reasoning, in the code’s own words, is that a false positive there costs a reviewer a few seconds discarding an irrelevant notice, while a false negative means a real device guidance never reaches anyone at all. That trade is correct for that filter, precisely because every match it produces still passes in front of a person before it reaches a subscriber. It is the wrong trade for a firm match, because a firm match doesn’t route through a queue asking “is this relevant” — it routes straight into a sentence asserting whose company a record names.

The line the sentence has to hold

That sentence is not generated prose. The sentence a subscriber reads — “Names your firm — ZIIP INC” — is the literal join key, rendered back verbatim, on a separate code path built for exactly one reason: it cannot hallucinate a match it is never asked to compose. Loosen the join upstream and that guarantee doesn’t break loudly. It breaks quietly, at the one place a wrong sentence lands with a specific company’s name already attached to it.

None of this is a claim that a name match settles what a given warning letter or recall actually means for the firm it names — that reading is still work for a person, on the file, every time. It is regulatory intelligence and method: a description of what “your firm was named” is allowed to mean before FDA Radar will say it. Per what we monitor and how often, the join runs on every item against every portfolio profile; what changes is only ever the confidence required before a basis for that join is allowed to exist at all.

Regulatory intelligence, not regulatory advice. This post describes method and published FDA records as of its date; decisions about a specific device belong with your regulatory professional.

Method
The PMA clock starts at the last module
Practice
The Q-Sub that doesn't buy you more time
Method
Lapsed and revoked end an EUA differently
Practice
A recall strategy has a grade. openFDA doesn't.
Method
A granted De Novo becomes a predicate.
Practice
Least burdensome changes the ask, not the bar.
Method
The lab is accredited. Not the device.
Practice
Breakthrough is law. STeP is a guidance.
Practice
MDSAP replaces routine. Not for-cause.
Method
No field on a 510(k) says what it treats
Method
Discretion is a policy. Exclusion is a statute.
Practice
Designated by one office. Approved by another.
Method
MedSun sits beside MAUDE, not inside it
Practice
The five-unit device never gets a K-number
Practice
Meeting the criteria isn't a tracking order
Method
The PMA clock doesn't stop at approval
Practice
The K-number doesn't track today's device
Method
A MAUDE report proves it was filed
Practice
Not every MDR starts with the manufacturer
Method
Completed. Not terminated.
Practice
The device-ban list has three entries
Method
The UDI exception has its own deadline
Method
MDUFA VI is being negotiated in public
Practice
The inspection manual changed, not the rule
Method
The count Congress had to legislate
Practice
The small-business rate isn't retroactive
Method
A detention order has no docket to read
Practice
PMA approvals moved off the Federal Register
Method
A citizen petition names names
Practice
A market withdrawal isn't a recall
Method
Not every device letter comes from CDRH
Practice
Closed on one device. Open on the rest.
Method
No IDE is confirmed until the PMA is
Practice
The remedial-action call sets the clock
Method
Jurisdiction is a letter, not a field
Practice
An address is not a footprint
Method
The final rule that isn't final yet
Practice
The special controls aren't in the record
Method
Exempt from GMP. Not from complaints.
Practice
The notify list isn't the shortage list
Method
A constraint can't be skipped. A script can.
Practice
No cron sends this. A person does.
Method
Corrected, not rewritten
Practice
Quiet is a finding, not a default
Method
The summary is public. The statement isn't.
Practice
A competitor's 513(g) leaves no trace
Practice
An empty response field proves nothing
Method
A petition is public. Its outcome isn't.
Practice
The panel is a category, not a meeting
Method
An accessory carries its own classification
Method
A TPLC report is a category, not a device
Practice
A 522 order is a question, not a verdict
Method
A PCCP change leaves no new record
Practice
Not every signal becomes a recall
Method
eSTAR did not remove the acceptance check
Practice
An early alert has no recall number yet
Practice
A consent decree isn't a database row
Method
The record has no cybersecurity field
Practice
Classification Change is not one event
Method
Publication date is not effective date
Method
One event. Many recall numbers.
Practice
Quantity is a sentence, not a number
Practice
How a firm told you is a field too
Method
A RIN outlives the document number
Method
The docket ID is not the comments
Practice
The 510(k) record doesn't name the predicate
Practice
The 510(k) FDA didn't review first
Method
The letter FDA doesn't have to post
Practice
Cleared doesn't say which track it took
Method
The clock stops. The calendar doesn't.
Method
Why a guessed match never reaches you
Practice
The standards list never names a device
Method
The guidance isn't in the Federal Register.
Practice
Filtered. Not discarded.
Method
There are two recall databases, not one
Practice
Breakthrough status is confidential by law
Practice
One MAUDE report is not one malfunction
Method
A supplement number is not a track
Method
Cleared is not approved
Practice
Nationwide doesn't mean your building
Practice
Not every correction reaches FDA
Method
Registered. Not reviewed.
Method
Contact ODE is not a pathway
Practice
Almost no recall is FDA-mandated
Method
FDA's device names read like a card catalog
Practice
openFDA is free. It is not unlimited.
Method
GUDID stores the model. Not the box.
Practice
Detention doesn't need a warning letter
Method
A Class I device, a Class I recall
Practice
21 CFR 820 didn't move. Its contents did.
Method
The product code that doesn't exist yet
Practice
The classification posts. The 483 behind it doesn't.
Method
A recall has three dates, and the pipeline had to pick one
Practice
The count is real. The rate is not.
Method
The firm on the record is not the firm on the box
Practice
Low confidence is an instruction, not a hedge
Practice
A device that was never a medical device
Method
FDA's warning letters, addressed by column number
Practice
Your regulation has a decimal. FDA's watch doesn't.
Method
Three letters is too short to search for
Practice
Most warning letters never close
Method
The guidance that skipped the draft
Practice
Ongoing, as of when?
Method
The least interesting fact in a 510(k)
Practice
No recall arrives with a product code attached
Practice
The deadline that doesn't email you
Method
The warning letter has two dates
Method
How to monitor FDA without drowning
Practice
Your predicate was recalled. Now what?
Method
Why no item reaches you without a human