Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: best-of-N + LLM-as-judge detector + untell-ceiling (free-ceiling moves)#10

Open
ssamba1 wants to merge 1 commit into
mainssamba1/untell:mainfrom
feat/free-ceiling-movesssamba1/untell:feat/free-ceiling-movesCopy head branch name to clipboard
Open

feat: best-of-N + LLM-as-judge detector + untell-ceiling (free-ceiling moves)#10
ssamba1 wants to merge 1 commit into
mainssamba1/untell:mainfrom
feat/free-ceiling-movesssamba1/untell:feat/free-ceiling-movesCopy head branch name to clipboard

Conversation

@ssamba1

@ssamba1 ssamba1 commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Builds the inference-time, zero-cost moves from docs/free-ceiling-report.md (PR #9) — the levers to approach the free ceiling.

What's new

  • LLM-as-judge detector (untell/detectors/llm_judge.py) — the frontier model scores AI-likelihood against the ai-tells.md catalog. Key-gated (commercial tier); returns None when no LLM is configured, so it slots into the ensemble like the commercial adapters. Often the strongest free signal, since the local proxies are weak. (report move 3)
  • Best-of-N rewritinguntell_text(best_of=N) / untell-loop --best-of N: draw N candidates per iteration, keep the strongest valid one (every sentinel intact + meaning gate + lowest detector max). best_of=1 unchanged. (report move 2)
  • untell-ceiling (eval/ceiling.py) — measures the loop's inference-only evasion vs the local detectors, the number the literature has no data point for. Baseline always; full before/after delta when a rewriter is configured. (report move 1)

Word-substitution (move 2's CPU lever) already ships as untell-loop --polish; the free-GPU LoRA-RL moat (move 4) is scaffolded in training/ and needs a free Colab/Kaggle run (out of scope for $0 verification).

Verified

169 passed, 1 skipped, 0 failed · ruff clean · untell-ceiling smoke-runs and emits numbers (baseline flagged rate 0.67, mean max P(AI) 0.32 on the built-in sample). New tests: test_llm_judge.py, test_ceiling.py, and a best-of-N test in test_run.py.

🤖 Generated with Claude Code

…ing moves)

Implements the inference-time, zero-cost moves from docs/free-ceiling-report.md:

- LLM-as-judge detector (untell/detectors/llm_judge.py): the frontier model scores
  AI-likelihood against the ai-tells catalog. Key-gated (commercial tier); returns None when
  no LLM is configured, so it slots into the ensemble like the commercial adapters. Often the
  strongest signal available for free, since the local proxies are weak.
- Best-of-N rewriting (untell_text best_of=N / untell-loop --best-of N): draw N candidate
  rewrites per iteration and keep the strongest VALID one (every sentinel intact + meaning gate
  held + lowest detector max). best_of=1 is the previous behaviour unchanged.
- untell-ceiling (eval/ceiling.py + console script): measures the loop's inference-only evasion
  vs the local detector ensemble - the number the literature has no data point for. Reports the
  baseline detection always; the full before/after delta when a rewriter is configured.

Word-substitution (move 2's CPU lever) already ships as untell-loop --polish; the free-GPU
LoRA-RL moat (move 4) is scaffolded in training/ and needs a free Colab/Kaggle run.

Verified: 169 passed, 1 skipped, 0 failed; ruff clean; untell-ceiling smoke-runs and emits
numbers (baseline flagged rate 0.67, mean max P(AI) 0.32 on the built-in sample).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 26, 2026 20:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.