Skip to content
View erezende11's full-sized avatar

Block or report erezende11

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erezende11/README.md

Eric Rezende, Deerfield Beach, FL

Enterprise messaging and support operations, currently shipping AI into the layer where a contact hits a queue and something has to decide what happens next.

The public builds below all follow one habit: measure first, ship what the number supports, and report the negative results out loud.


Recent builds

contact-triage-model. On 58,638 real customer support conversations, an intake classifier absorbs 22.5% of contacts at 63% precision. Worth $0.45 per contact (95% CI $0.41 to $0.51), $454,781/yr at 1M contacts. Threshold picked on dollars, not F1.

llm-ticket-triage-agent. Support tickets to schema-validated records via Anthropic messages.parse. FERPA scored as recall, not accuracy. Live dashboard.

agent-output-linter. Not what the agent said, but how it got there: did it label itself, did it route a generalized claim to review instead of asserting it as fact, is the queue actually draining. Zero dependencies, 26 tests.

llm-document-scoring-pipeline. LLM does the one interesting call; the pipeline around it is deterministic on purpose. Single-writer lock, size-constrained artifact, docx builder that never re-generates prose.


Reach me on LinkedIn.

Pinned Loading

  1. agent-output-linter agent-output-linter Public

    A linter for content written by AI agents. Most linters check what the text says. This one checks how it got there whether the agent that wrote a note labelled itself, whether a claim that generali…

    Python

  2. contact-triage-model contact-triage-model Public

    Cost-optimal intake classification on 58,638 real support conversations. Absorbs 22.5% of contacts at 63% precision, worth $0.45/contact ($454k/yr at 1M contacts). Threshold picked on dollars, not F1.

    Python

  3. llm-document-scoring-pipeline llm-document-scoring-pipeline Public

    An LLM scores inbound documents against a capability profile. Everything downstream of that call is deterministic: a single-writer store, a size-constrained dashboard artifact, and a .docx builder …

    JavaScript

  4. llm-ticket-triage-agent llm-ticket-triage-agent Public

    An AI agent that triages support tickets into structured, schema-validated records, plus a React dashboard to review the results and an eval harness that scores the agent against hand-labeled groun…

    JavaScript