You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now once a debate ends, the user just sees win/loss and optionally a
transcript export (#403). There's no actual feedback on how well they
argued — no scoring, no idea which points were weak, no guidance on what
to improve next time.
Proposed Feature
Show an AI-generated performance report right after the debate ends (both
vs-bot and vs-human/team modes):
Improvement tips — 2-3 specific suggestions based on the actual
transcript, not generic advice
Approach
New endpoint that generates the report once after a debate ends and
caches it (no regenerating on every view)
Reuse the existing LLM client already used for debate responses
New results component to show scores + breakdown + tips instead of
just win/loss
Why this matters
This is what actually makes DebateAI useful for improving as a debater,
not just playing. #403 only exports the raw transcript and #377 is just
the detection model — neither gives the user a readable, actionable report.
Additional Context
No response
Code of Conduct
I have joined the Discord server and will post updates there
I have searched existing issues to avoid duplicates
Feature and its Use Cases
Problem
Right now once a debate ends, the user just sees win/loss and optionally a
transcript export (#403). There's no actual feedback on how well they
argued — no scoring, no idea which points were weak, no guidance on what
to improve next time.
Proposed Feature
Show an AI-generated performance report right after the debate ends (both
vs-bot and vs-human/team modes):
with a one-line reason (e.g. "no supporting evidence")
first, otherwise a simple LLM prompt on the transcript works as v1
transcript, not generic advice
Approach
caches it (no regenerating on every view)
just win/loss
Why this matters
This is what actually makes DebateAI useful for improving as a debater,
not just playing. #403 only exports the raw transcript and #377 is just
the detection model — neither gives the user a readable, actionable report.
Additional Context
No response
Code of Conduct