Brida Reflex Open source examples

Explore Reflex

Find the decision hiding in your workflow.

These are real public examples from the Brida Reflex repository. Start from the event you already have, then adapt the smallest useful decision to your process.

View source ↗

Paste the prompt into ChatGPT, Claude, Gemini or your agent. It will help map these patterns to your own work.

26 use casesOpen source examples · Apache-2.0
BusinessBinary
Event

A new lead arrives

Decision

Is this lead worth follow-up?

Compare bounded lead facts with an explicit ICP before spending sales time.

salesqualificationICP
BusinessChoice
Event

A customer message arrives

Decision

Self-serve, queue, or escalate?

Recommend the right handling branch without sending a reply or changing the ticket.

supportroutingtriage
BusinessBinary
Event

A marketplace brief arrives

Decision

Is this work a credible fit?

Decide whether a bounded automation can realistically fulfill a brief before deeper work.

marketplacefitqualification
BusinessChoice
Event

A catalog listing is normalized

Decision

Physical, digital, service, or review?

Classify the primary listing type while collecting independent quality and clarification signals over the same bounded state.

catalogclassificationfan-out
DocumentsBinary
Event

An invoice is normalized

Decision

Does this invoice need review?

Run arithmetic and exact validation first, then classify the remaining semantic exception.

invoicereviewdocuments
DocumentsChoice
Event

A parser returns uncertain text

Decision

Continue, OCR, or review?

Choose the next extraction path after exact document checks no longer settle the result.

OCRextractionrouting
DocumentsChoice
Event

Two normalized records remain ambiguous

Decision

Same entity, different, or review?

Handle the fuzzy remainder only after stable identifiers and exact exclusions have run.

matchingrecordsdedupe
OperationsChoice
Event

A task enters the queue

Decision

Run now, defer, or escalate?

Make a cheap scheduling decision from bounded context before waking expensive work.

taskspriorityscheduling
OperationsChoice
Event

An operational signal changes

Decision

Observe, investigate, or get human attention?

Classify handling depth after hard severity thresholds and known signatures have run.

incidentsoperationstriage
OperationsChoice
Event

A code or config change is ready

Decision

How deep should review go?

Recommend routine, focused, or specialist review after deterministic repository policy.

code reviewriskgovernance
OperationsChoice
Event

Work claims to be complete

Decision

Complete, resume, or review?

Judge whether bounded deterministic evidence actually supports a completion claim.

completionevidenceworkflow
OperationsChoice
Event

A successful response comes back

Decision

Continue, review failure, or stay unresolved?

Distinguish real completion from semantic failure or acknowledgement after transport checks pass.

APIhealthresilience
OperationsChoice
Event

A policy changes

Decision

No change, impact review, or review?

Judge whether a bounded policy change materially affects a component after exact version, ownership and scope checks.

policychangeimpact
ResearchChoice
Event

A research claim is proposed

Decision

Continue, verify, or stop?

Decide whether bounded evidence supports continuing or needs further verification.

researchclaimsverification
ResearchChoice
Event

A new external event appears

Decision

Ignore, investigate, or surface?

Classify relevance to an explicit research question after freshness and deduplication checks.

researcheventsrelevance
ResearchBinary
Event

Retrieval returns a candidate

Decision

Keep this evidence or discard it?

Judge bounded semantic relevance after access, source and exact-filter controls.

retrievalRAGrelevance
ResearchBinary
Event

A cache candidate exists

Decision

Is this cached answer applicable?

Judge semantic equivalence only after tenant, TTL, version and invalidation checks pass.

cachereuselatency
ResearchScore
Event

A dataset example is proposed

Decision

Keep, review, or drop this example?

Score the semantic quality of a synthetic training or evaluation example after exact validation.

datasetsqualitycuration
DataChoice
Event

A structured record passes exact validation

Decision

Consistent, exception review, or review?

Judge semantic contradictions only after schema, type, range and deterministic invariant checks have already passed.

dataconsistencyvalidation
SecurityChoice
Event

Untrusted text enters a workflow

Decision

Routine, isolate, or security review?

Add a bounded semantic risk signal after parsing, isolation and authorization controls.

securityinputrisk
SecurityChoice
Event

A browser action is proposed

Decision

Candidate, review, or block?

Classify semantic action risk without bypassing the browser tool’s own authorization policy.

browsercomputer userisk
SecurityChoice
Event

Content reaches a policy boundary

Decision

Ordinary, review, or restricted?

Classify against explicit bounded policy categories while side effects remain elsewhere.

policycontentreview
GamesChoice
Event

A tactical game state changes

Decision

Advance, defend, retreat, hold, or review?

Choose among an already-authorized legal action set after the game engine applies hard rules.

gamestacticsrouting
AgentsChoice
Event

An agent has taken several steps

Decision

Continue, inspect, or review?

Judge whether recent work made meaningful semantic progress after deterministic retry checks.

agentsprogressloops
AgentsChoice
Event

A new observation may be worth remembering

Decision

Store candidate, ignore, or review?

Judge durable future usefulness only after privacy, retention and no-store checks pass.

memoryrelevanceretention
AgentsScore
Event

A draft is generated

Decision

Publish candidate, revise, or reject?

Score a draft against explicit criteria before another expensive generation or review cycle.

qualitycontentscoring

Templates

Three shapes cover a lot of real decisions.

Start from a typed shape instead of a blank prompt. Keep the question bounded, define the uncertainty branch, and leave side-effect authority outside Reflex.

Official recipes

Stable contracts for common reflexes.

Recipes are versioned public contracts with a narrower promise than a general Custom Reflex. Hosted availability is queried separately from the open-source registry.

Your process is probably different

Give your AI the context. Let it find the reflexes.

The copied prompt starts from your recurring events, proposes the three highest-value bounded decisions, and helps you implement the first one in the environment you already use.

Start free →