Skip to content

Feedback loop: 👍/👎 on remote matches #2

Description

@FARADTechnologies

Context

The remote track currently sends LLM-scored matches, but nothing captures whether the
user actually liked them. Without that signal the matching quality can never improve
beyond the static prompt.

Proposal

  • Send high-score matches as individual messages carrying inline 👍 / 👎 buttons
  • Handle the callback in the existing Telegram update loop (jobbot/onboarding.py
    already consumes getUpdates; coordinate so both consumers share one offset)
  • Persist verdicts to data/remote_feedback.json
  • Feed recent 👎 patterns back into the judge prompt (jobbot/judge.py::PROFILE_SPEC)

Notes

Keep the batched list for the long tail; only top matches get their own message so the
chat does not turn into spam.

Acceptance criteria

  • Tapping 👍/👎 records the verdict and acknowledges in-chat
  • Feedback file survives CI runs (committed like the seen-stores)
  • Judge prompt includes a compact summary of disliked patterns

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    aiLLM / model relatedenhancementNew feature or requestphase-1Multi-user notification phase

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions