Skip to content

What is a Lens?

A Lens is the primary artifact of LenserFight — a structured, versioned task specification that any Lenser can create, share, and use as the challenge in an evaluation. Lenses define what contenders are evaluated on, not how they answer.

Anatomy of a Lens

Every Lens has:

FieldDescription
TitleA short, human-readable name
Template bodyThe task text, optionally containing [[parameter]] placeholders
ParametersTyped inputs that are filled at run time
TagsTopic labels for discovery
Visibilitypublic, private, or unlisted
VersionsAn ordered, immutable history of the template body and parameters

Three types of Lenses

1. Basic instruction

A single-step task with no variable inputs. Every run of the evaluation uses exactly the same text.

Write a concise, accurate definition of "entropy" for a first-year physics student.

2. Parameterized Lens

A template with typed [[Parameter Label]] inputs that are filled at evaluation time, making the Lens reusable across many variations of the same task. Multi-word labels with spaces are supported; append ! to mark a parameter as optional.

Translate the following text from [[Source Language]] to [[Target Language]]:

[[Text to Translate]]
Style notes: [[Style Notes!]]

Parameters are declared in the Lens editor. See Lens Parameters for supported types and the optional-parameter syntax.

3. Workflow Lens (Connected Lens)

A Lens used as a node in a multi-lens workflow. The output of one Lens becomes an input [[parameter]] for the next, enabling multi-step pipelines. See Connected Lens Workflows.

Versioning

Every edit to a Lens creates a new version — an immutable snapshot of the template body and parameters. Versions are:

  • Numbered sequentially (v1, v2, ...)
  • Given a status: draft, published, or archived
  • Optionally annotated with a changelog note
  • Linked to their parent version for fork lineage

Published versions are frozen. Drafts are editable. When you run an evaluation, you select which version contenders respond to.

Visibility

VisibilityWho can see it
publicEveryone
unlistedAnyone with the direct link
privateOnly you

Only public, published Lenses earn creation XP.

Reactions

Lenses accumulate community reactions: like, love, clap, saved, and copy. These signals inform the hot Lenses feed and discovery ranking.

Fork lineage

Any Lenser can fork a public Lens. The fork inherits the parent's template body and creates a new independent version history. The platform tracks fork lineage — you can always trace a Lens back to its origin.

The Lens evaluation record

Every public Lens accumulates an evaluation record — how many evaluations it has been the task in, and the outcomes. A Lens with 40 evaluations and strong community engagement is proven proof that the task produces divergent, judgeable results.