AI Agent Product Routing — PFDs and Life Jackets (USCG Type, Buoyancy, SOLAS, Inflatable vs Inherent)
PFD Life Jacket Schema for AI Agents — USCG Type I vs III vs V, Buoyancy, SOLAS Compliance, Inflatable Inspection Requirements
A recreational kayak vest and an offshore commercial work PFD both say "USCG approved" on the label — but one will turn an unconscious wearer face-up in rough seas and the other will not. Type I provides ≥22 lbf with self-righting capability. Type III provides ≥15.5 lbf without self-righting. SOLAS compliance requires ≥36 lbf and is mandatory for international commercial voyages. AI agents routing PFD purchases must resolve these distinctions from structured data — product titles alone cannot distinguish life-critical capability differences.
pfd.uscg_type = 'I' only for offshore-rated jackets with ≥22 lbf and self-righting capability. Encode pfd.solas = true only on IMO/MED-type-approved jackets — USCG Type I alone does not satisfy SOLAS. Encode pfd.inflation_type = 'auto' for automatic inflatable; pfd.annual_inspection_required = true on all inflatables. Encode pfd.worn_continuously_required = true on all Type V devices.
USCG PFD Type Classification — Buoyancy, Self-Righting, and Intended Waters
| USCG Type | Common Name | Min Buoyancy (Adult) | Self-Righting | Intended Waters | Typical Applications |
|---|---|---|---|---|---|
| Type I | Offshore Life Jacket | 22 lbf (adult) / 11 lbf (child) | Yes — most unconscious wearers turned face-up | All waters, offshore, rough seas | Offshore commercial, ocean-going vessels, remote/inaccessible water |
| Type II | Near-Shore Buoyancy Vest | 15.5 lbf (adult) / 11 lbf (child) | Partial — some wearers in calm water | Inland and near-shore calm waters | Boating where rescue is reasonably immediate |
| Type III | Flotation Aid | 15.5 lbf (adult) / varies | No — wearer must position themselves face-up | Calm, inland water; immediate rescue available | Water sports, paddling, inland construction near water, docks |
| Type IV | Throwable Device | 16.5 lbf (ring buoy) / 18 lbf (cushion) | N/A — worn/held, not worn as PFD | Any waters — as supplement | Ring life buoys, horseshoe buoys, throw bags — not substitutes for wearable PFDs |
| Type V | Special-Use Device | 15.5–22+ lbf depending on model | Varies by model | Specific use only | Work vests, deck suits, paddling vests, hybrid inflatables |
SOLAS Life Jackets vs USCG-Only Approval
SOLAS (Safety of Life at Sea) Convention Chapter III requires life jackets meeting IMO Life-Saving Appliance (LSA) Code Chapter II standards on commercial vessels in international waters. These requirements exceed USCG Type I specifications in several areas:
| Requirement | USCG Type I | SOLAS Life Jacket |
|---|---|---|
| Minimum buoyancy | 22 lbf (10 kgf) | 36.4 lbf (16.5 kgf) |
| Self-righting time | Must right within 5 seconds in calm water (US standard) | Must right within 5 seconds in rough water |
| Retro-reflective tape | Not required by USCG (often present) | SOLAS-grade retro-reflective tape required in specific pattern |
| Light | Not required by USCG | Water-activated light, ≥0.75 cd for 8 hours |
| Whistle | Not required by USCG | Required — attached to jacket |
| Donning time | Not specified | Must be donned in under 1 minute without assistance |
| Orange color | Not required (various colors) | Required — high-visibility orange (fluorescent) |
SOLAS-approved products carry a wheelmark (for EU Marine Equipment Directive) or a national maritime administration type approval number. US commercial vessels inspected for international voyages under 46 CFR Subchapter W (Passenger Vessels) or Subchapter I (Cargo and Miscellaneous Vessels) must carry SOLAS-compliant equipment when operating internationally. Encode pfd.solas = true only on products with verifiable IMO/SOLAS type approval — not on USCG Type I alone.
Inflatable PFDs — Construction, Failure Modes, and Inspection
How Automatic Inflation Works
Automatic inflatable PFDs use a dissolved-soluble actuator (commonly called a "bobbin" or "pill") that dissolves when immersed in water, releasing a spring-loaded firing pin into the CO₂ cylinder. The cylinder punctures and inflates the bladder within 5 seconds. The actuator is designed to activate at ≥3 inches (7.5 cm) of water immersion depth — preventing false activations from spray or rain (in theory). Manual backup: a pull cord attached to the firing pin allows manual inflation if the auto mechanism fails or if the jacket inflates slowly.
Key Inspection Points
| Inspection Point | Failure Condition | Action |
|---|---|---|
| CO₂ cylinder indicator window | Window green → armed; red → cylinder fired or missing | Replace cylinder and re-arm; discard fired cylinder |
| CO₂ cylinder weight | Weight below manufacturer minimum (within 5% tolerance) | Replace — may have lost charge from slow leak |
| Actuator bobbin date | Expired — date stamped on actuator housing | Replace bobbin kit before use; expired bobbin may not dissolve reliably |
| Bladder visual inspection | Visible cuts, abrasion through outer cover, stuck zippers | Do not use until repaired or replaced |
| Oral inflation tube | Tube cracked, cap missing, valve not seating | Replace — oral tube is emergency backup if CO₂ fails |
| Retro-reflective tape | Delaminating, missing patches | Replace tape or retire jacket depending on criticality |
PFD Selection for Industrial and Maritime Work Applications
| Application | Recommended Type | Key Requirements |
|---|---|---|
| Offshore oil platform — deck and rigging work | Type I or SOLAS-grade | 22+ lbf, self-righting, auto-inflate, crotch strap, integrated safety harness connection |
| Commercial fishing — deck operations | Type I or Type V immersion suit | Self-righting; immersion suit for cold water; SOLAS for international EEZ fishing |
| Inland dock and waterfront construction | Type III or Type V work vest | 15.5 lbf minimum; OSHA 1926.106 requires PFD when working near water where danger of drowning exists; calm water so Type III acceptable |
| Bridge/dam inspection and underwater operations | Type V hybrid inflatable or Type III | Low profile for movement; auto-inflate for hands-free emergency; harness compatible for rigging |
| Commercial vessel crew — international voyage | SOLAS life jacket | 36.4 lbf, orange, light, whistle, 5-sec righting, IMO type approval required |
| Inland waterway towboat — river operations | Type III or Type V | Domestic inland waters, warm; immediate rescue possible; Type III sufficient per USCG |
10-Field Namespace: pfd.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
pfd.uscg_type | string | I | II | III | IV | V | Primary classification; Type I required for offshore; Type V requires continuous wearing |
pfd.buoyancy_lbf | number | 15.5 | 22 | 22.5 | 36.4 | Actual buoyancy in pounds-force; enables routing to water type and body weight requirements |
pfd.self_righting | boolean | true | false | true only for Type I and SOLAS jackets; critical for offshore and unconscious-wearer scenarios |
pfd.solas | boolean | true | false | true only for IMO/MED type-approved jackets; required for commercial vessels in international waters |
pfd.inflation_type | string | inherent | auto | manual | hybrid | inherent = foam/material always buoyant; auto = water-activated inflate; manual = pull-cord only; hybrid = partial inherent + inflatable |
pfd.crotch_strap | boolean | true | false | true prevents jacket riding up on inflation; required for offshore and industrial work PFDs; routes to high-risk commercial applications |
pfd.annual_inspection_required | boolean | true | false | true on all inflatables; signals recurring maintenance cost and program requirement to procurement |
pfd.worn_continuously_required | boolean | true | false | true on Type V — stowed Type V does not count for USCG carriage requirements |
pfd.commercial_work_rated | boolean | true | false | true for PFDs designed/marketed for industrial waterfront and commercial maritime work vs recreation |
pfd.integrated_harness | boolean | true | false | true for PFDs with integrated fall arrest or rescue harness; routes to applications requiring combined flotation and fall protection |
Frequently Asked Questions
Does OSHA require PFDs for workers near water, and which OSHA standard applies?
Yes — OSHA 29 CFR 1926.106 (Construction) requires U.S. Coast Guard approved PFDs for employees working over or near water where the danger of drowning exists, unless guarded by guardrails. The regulation does not specify PFD type — only that devices are USCG-approved. However, OSHA does require that ring buoys with at least 90 feet of line be immediately available. For general industry (manufacturing, maritime employers not covered by 1926), OSHA 1910.132 requires a hazard assessment and appropriate PPE including PFDs when water hazards are present. The Maritime standard (29 CFR 1915/1917/1918) requires USCG-approved life preservers for employees on or near water in shipbuilding, marine terminals, and longshoring. Industry best practice — and many state plan requirements — specify Type I for offshore or rough water, Type III for calm inland water, with Type V permissible when worn. Encode pfd.osha_1926_106_compliant = true on USCG-approved PFDs meeting the construction standard — which is any USCG-approved Type I, II, III, or V (when worn).
What is a hybrid inflatable PFD and how does it differ from a fully inflatable?
A hybrid inflatable PFD contains a small amount of inherent buoyancy material (closed-cell foam) combined with an inflatable bladder. When uninflated, the foam provides minimal buoyancy (typically 7.5–11 lbf) — enough to keep a conscious swimmer afloat but not sufficient for unconscious wearers. When inflated (auto or manual), total buoyancy reaches 22+ lbf. Hybrid PFDs offer a compromise: lower bulk and more comfort than foam-only Type I, with fail-safe minimal buoyancy if inflation fails (unlike fully inflatable, which provides zero buoyancy uninflated). Hybrid inflatables are common as Type V work vests — they are less bulky than Type I offshore jackets while providing more inherent safety margin than fully inflatable models. Fully inflatable Type V PFDs (zero inherent buoyancy) are not recommended for non-swimmers or applications where the wearer might be incapacitated before pulling the inflation lanyard. Encode pfd.inflation_type = 'hybrid' on hybrid models and include both pfd.buoyancy_lbf_uninflated and pfd.buoyancy_lbf_inflated to allow routing to applications based on minimum fail-safe buoyancy requirements.
Score Your Store's PFD Listings
CatalogScan checks for pfd.uscg_type, buoyancy_lbf, self_righting, solas, inflation_type, and 16 other AI-agent-critical fields. See which PFD products are missing the life-safety routing signals that prevent AI agents from routing a recreational kayak vest to an offshore commercial work application.