Back to projects

Eligent

Decision Support SystemTechnical validation

Decide quickly when an opportunity fits.

Eligent detects time-sensitive opportunities, interprets their content when needed, determines eligibility deterministically against availability and user rules, and delivers a prompt notification when the opportunity is still relevant.

Technical validation is in progress. The first Android connector for personal WhatsApp is still being evaluated and is not presented as validated or complete.

01

The original problem

A real opportunity needed a fast, informed decision.

The project originated with a real user receiving overtime opportunities in existing WhatsApp groups. To accept one, the user needed to quickly interpret the opportunity, consult their schedule and rules, and decide whether it was compatible with their availability.

The value depends on delivering a correct decision while the opportunity is still relevant. Latency is therefore a product requirement, not a public performance claim.

02

What feasibility research changed

Full automation was not the right foundation.

The original idea was full WhatsApp automation. Feasibility research found a limitation in using official WhatsApp APIs to follow existing groups and conversations from a personal account; this is specific to that scenario, not an absolute limitation of the WhatsApp API.

An unofficial approach was considered and rejected. A new conversation with the real user then showed that automatic replies were unnecessary.

03

Reducing scope, preserving value

Decision support is the product.

The product was reframed around fast, reliable decision support rather than automatic replies. This preserves the user's real value while removing automatic sending and confirmation from V1.

Certainty to decide; transparency when in doubt.

04

A source-agnostic system

Separate responsibilities keep the product independent of one channel.

WhatsApp is only the first Opportunity Source under consideration. Source, Interpretation, Eligibility, and Delivery are separate responsibilities. Opportunity Detection favors recall within reasonable limits because a false negative can cost the user an opportunity; an eligibility assertion requires high confidence. AI may assist Interpretation, but it does not invent missing information or make eligibility decisions.

  1. Source

  2. Interpretation

  3. Eligibility

  4. Delivery

05

Deterministic eligibility

Availability is the central concept.

The Eligibility Engine evaluates known opportunity details against availability and user-defined rules in a deterministic, explainable way.

  • ELIGIBLE — the known details are compatible with availability and rules.
  • INELIGIBLE — the known details conflict with availability or rules.
  • ABSTAIN is an internal result: there is insufficient information or confidence to assert either of the other outcomes.

Certainty to decide is not the same as certainty to notify. ELIGIBLE notifications are enabled by default. ABSTAIN notifications are enabled by default as possible opportunities that require verification. The user-facing notification does not use the technical term ABSTAIN; it explains what was determined and what remains unknown or ambiguous. INELIGIBLE notifications are optional and disabled by default.

06

Technical validation in progress

The first connector is being evaluated, not assumed.

The current technical validation explores an Android Notification Connector for personal WhatsApp. Android is not the product definition, and this connector has not been confirmed as feasible or complete.

V1 excludes automatic sending, automatic confirmation, and unofficial WhatsApp clients or APIs.

Back to projects