mashinsonvv submission — Mentor & Student (Negotiation) - #3
Open
M-VS-V wants to merge 2 commits into
Open
Conversation
Two-agent (mentor Nadia / student Sam) 10-lesson negotiation course on DeepSeek. Student bluffs on lessons 3/6/9; mentor catches it and refuses to advance without live evidence of application. Advancement rule enforced in code; persistent memory tool. Includes full untrimmed transcript, runnable code, and the 5-section PDF. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Rename submission folder and PDF, update titles/references throughout. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mashinsonvv — Build a Mentor That Knows You Learned
Subject: Negotiation · 10 lessons · two agents (mentor Nadia, student Sam) · model DeepSeek
deepseek-chat.Everything lives in the
mashinsonvv/folder: the single 5-section deliverable ismashinsonvv_submission.pdf, alongside fully runnable code inmentor_student/.What it does
Two AI agents run a ten-lesson negotiation course entirely through conversation. The student is built to fake having practised on lessons 3, 6 and 9 (and cut a corner on 2 and 8); the mentor must catch the bluff and refuse to advance without real evidence of application, not recall.
<memory>block (per-lesson status + notes + caught bluffs), hidden from the student, so it circles back to weak spots.orchestrator.py): a lesson can't advance until it isverified, so a bluff can never silently move the course forward.The five sections
mentor_student/prompts/mentor_system.mdmentor_student/prompts/student_system.mdmentor_student/submission/tools.mdmentor_student/output/transcript.mdmentor_student/submission/rationale.mdHonesty note
Our first student never bluffed at all — too agreeable, exactly as the brief warns. We moved the unreliability schedule out of the prompt and into the orchestrator (a private per-turn directive); after that the student bluffed and was caught on lessons 3/6/9. The rationale is candid that, stripped of the scripted confession, the mentor is really a specificity detector rather than a lie detector — a consistent confabulator would likely pass, which is why the live transfer test is the real backstop.
Run:
python -m mentor_student.run_coursethenpython -m mentor_student.build_pdf(needsDEEPSEEK_API_KEY;reportlabonly for the PDF).