<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dissertation.git/src/judge.py, branch logs</title>
<subtitle>Undergraduate dissertation — Deceptive Alignment in Autonomous LLM Agents (UEL, 2026). Sandboxed agentic-LLM deception study: 960 runs, three-tier judging (regex + blackbox + glassbox).</subtitle>
<id>http://git.jayrup.me/c/dissertation.git/atom?h=logs</id>
<link rel='self' href='http://git.jayrup.me/c/dissertation.git/atom?h=logs'/>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/'/>
<updated>2026-02-27T23:24:52Z</updated>
<entry>
<title>created the logs branch</title>
<updated>2026-02-27T23:24:52Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-27T23:24:52Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=94c52b54f3d1693ef5d1831b0fa6beba8c68b414'/>
<id>urn:sha1:94c52b54f3d1693ef5d1831b0fa6beba8c68b414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(judge): hash run_id to stay under Anthropic batch custom_id 64-char limit</title>
<updated>2026-02-27T15:31:58Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-27T15:31:58Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=d81a300f16fc22237b8422edc975272b41b8a61d'/>
<id>urn:sha1:d81a300f16fc22237b8422edc975272b41b8a61d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: add .env.example + config.yaml.example, gitignore config.yaml</title>
<updated>2026-02-26T15:29:02Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-26T15:29:02Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=a6b38c54ee72cbae1d696b02f32ad487391a5dfe'/>
<id>urn:sha1:a6b38c54ee72cbae1d696b02f32ad487391a5dfe</id>
<content type='text'>
- Create .env.example with placeholder keys for all providers
- Create config.yaml.example with clean reference config
- Add config.yaml and judge_logs/ to .gitignore
- Load .env in judge.py for standalone usage
</content>
</entry>
<entry>
<title>feat: implement judging system with regex, blackbox, and glassbox checks</title>
<updated>2026-02-25T16:10:37Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-25T16:00:55Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=375eddf1bd4e23db80feb74c6272dad610345795'/>
<id>urn:sha1:375eddf1bd4e23db80feb74c6272dad610345795</id>
<content type='text'>
- Add src/judge.py: RegexChecker, BlackboxChecker, GlassboxChecker, Judge orchestrator
- Add src/judge_runner.py: CLI for batch/single judging with CSV output
- Add regex_rules.yaml for corporate_sabotage_v2 and child_protection scenarios
- Add judge config section to config.yaml (model, temperature, log_dir)
- Add tests/test_judge.py: 34 unit tests covering all components
- Uses Anthropic Batch API for half-cost LLM judge calls
- Judge logs include full CoT reasoning and judge model for auditability
</content>
</entry>
</feed>
