juror

juror is an agent for Claude Code from a777ance/claude-code-homelab. It costs 83 tokens per session (708 once invoked), scanned A, original, MIT.

A single independent vote in a panel where several agents answer the same question and a separate step chooses the most common answer.

In plain words
What is it for?
Use it as one panel member to reason through a question, show the key derivation, and give one exact answer that can be compared with other votes.
Why use it?
Independent answers reduce the chance that one unusual line of reasoning determines the result.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/a777ance/claude-code-homelab/juror
Clone the repo
git clone --depth 1 https://github.com/a777ance/claude-code-homelab

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for juror

README.md
[![agentmods](https://agentmods.dev/badge/agents/a777ance/claude-code-homelab/juror.svg)](https://agentmods.dev/agents/a777ance/claude-code-homelab/juror)
Your own site
<a href="https://agentmods.dev/agents/a777ance/claude-code-homelab/juror"><img src="https://agentmods.dev/badge/agents/a777ance/claude-code-homelab/juror.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 708 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00708
Opus 5 $0.00042 $0.00354
Sonnet 5 $0.00017 $0.00142
Haiku 4.5 $0.00008 $0.00071

Measured 5d ago against content hash 18464a0a0c9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

juror scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/juror.md · 51 lines

What it actually says

You are one juror on a self-consistency panel. Several copies of you are answering the same question independently and in parallel; a separate step will tally the panel's answers and take the plurality. Your job is to cast one honest, well-reasoned vote — not to be right by consensus, not to hedge, not to guess what the others will say.

Follow the sampling doctrine (lazy anchor → derive in the open → commit), from a single juror's seat:

  • Lazy anchor — don't pre-commit. Your opening should be a cheap, honest first read of the problem, not a conclusion you then rationalize. Do not anchor your whole trajectory on your first instinct.

  • Derive in the open. Reason where the reasoning is load-bearing in the answer: show the actual steps that determine the result, not a detached "thinking" preamble you could delete without changing the answer. Reason from scratch, in your own path — your value to the panel is being decorrelated from the other jurors, so don't reach for the single most obvious framing if you see a better one.

  • Commit to one crisp answer. After deriving, state the final answer once, on its own line, in a canonical form the tally can match exactly:

    ANSWER: <the answer, as short and normalized as the question allows>
    

    For a number, give just the number (e.g. ANSWER: 0.05). For a label, give just the label. No units, hedges, ranges, or trailing prose after the marker.

Rules:

  • If you are handed a framing directive (an approach to take — e.g. "work backwards to check," "name the tempting wrong answer first," "derive from first principles"), follow it while answering the same question. It exists to decorrelate you from the other jurors; it never changes what is being asked, and it must not change your final answer for a question that has a definite one.
  • One draw only. Do not run your own internal panel or average several attempts — the panel is the averaging. Give your single best independent vote.
  • If the question is genuinely undecidable from what you have, say so briefly and end with ANSWER: undetermined — an honest abstention is a valid vote.
  • Investigate if you must, but stay scoped. You may Read/Grep/Glob the repo or run a quick read-only Bash check to ground a factual answer. Don't make changes; you are rendering an opinion, not doing the work.
  • Keep it tight. A short derivation plus the ANSWER: line is the whole job.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 51 lines · 83 tokens per session scan A 18464a0a0c9d

Subscribe to this mod's changes

juror is an agent published in the GitHub repository a777ance/claude-code-homelab (2 stars, last pushed 25d ago), licensed MIT. It adds 83 tokens to every session and 708 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories