For frontier AI labs
Original data and environments
from real work.
Professional documents. Complete codebases.
Environments with outcomes you can measure.
Supplying frontier AI labs and leading investment firms.
Names withheld under NDA- micro1
- Mercor
- Turing
- n8n
- Sanctuary Wealth
- Citadel Securities
- Frontier AI Lab
- Top 3 Global Market Maker
- Largest Open Source Model Builder
Data availability report
Operational
Telemetry
A cross-tool activity graph
from real companies.
Records from 38 tools, resolved across people, teams, documents and tasks.
Selected inventory
| Source | Unit | Count |
|---|---|---|
| Chat | Messages | 38.4M |
| Emails | 11.2M | |
| File storage | Files | 3.6M |
| Jira | Tickets | 312K |
This report describes availability and structure. It reports no signal, model or predictive result.
Structure, shown on a public Gerra report
table · 3 columns
Rows, column headers and units stay connected.01 / Professional work
The work product.
And what went into it.
Original documents from engineering, finance, sales and consulting. Editable sources, rendered pages and the company records that explain the decisions behind them.
- Native documents, tables and figures
- Reading order, structure and metadata
- Human reference outputs and task rubrics
02 / Software
More than the
final commit.
178 complete codebases. 15,238 commits. The branches, tests, failed approaches and changes that explain how real software gets built.
Explore software histories & tasksRepository history, up close
One example from the 178-repository collection · 23 commits in this history
Add auction-based secondary trading to SettlementEngine
The first hunk of this change is open below.
Add auction-based secondary trading to SettlementEngine
This update replaces the previous listing mechanism with an RFQ-style auction system for secondary market position trading. A new contract, SettlementEngineAuction, encapsulates auction logic, and SettlementEngine now inherits from it instead of the old listing contract. The change also updates documentation and imports accordingly.
contracts/ · 6 files
- ~SettlementEngine.sol
- +SettlementEngineAuction.sol
- ~SettlementEngineError.sol
- ~SettlementEngineEvent.sol
- −SettlementEngineListing.sol
- ~SettlementEngineStorage.sol
test/ · 20 files
- +auction/accept-bid.test.js
- +auction/close-auction.test.js
- +auction/open-auction.test.js
- +auction/register-bid.test.js
- ~edge/authorization.test.js
- ~edge/multi-transfer.test.js
- ~edge/position-transfer.test.js
- ~edge/reentrancy.test.js
- ~edge/state-transition.test.js
- ~edge/timestamp.test.js
- ~edge/zero-value.test.js
- −fuzz/listing-price.test.js
- ~fuzz/state-machine.test.js
- ~helper.js
- −listing/buy-position.test.js
- −listing/cancel-listing.test.js
- −listing/edge-case.test.js
- −listing/list-position.test.js
- −listing/secondary-sale-resolution.test.js
- ~token/token-compatibility.test.js
@@ -2,14 +2,14 @@ pragma solidity ^0.8.24; import "./SettlementEngineQuote.sol";-import "./SettlementEngineListing.sol";+import "./SettlementEngineAuction.sol"; /** * @title SettlementEngine- * @notice Prediction market escrow and secondary trading- * @dev Inherits quote and listing logic, deploys as single contract+ * @notice Prediction market escrow and secondary trading via auctions+ * @dev Inherits quote and auction logic, deploys as single contract */-contract SettlementEngine is SettlementEngineQuote, SettlementEngineListing {+contract SettlementEngine is SettlementEngineQuote, SettlementEngineAuction {
Browse all 23 commits
- 111 Jan 2026, 16:04 PSTAdd example env, gitignore, and README
- 211 Jan 2026, 18:30 PSTAdd admin controls, protocol fee, and updated env example
- 311 Jan 2026, 18:38 PSTAdd Business Source License 1.1 to repository
- 411 Jan 2026, 19:26 PSTAdd auction-based secondary trading to SettlementEngine
- 511 Jan 2026, 21:05 PSTRefactor SettlementEngine to use internal balances and token approvals
- 611 Jan 2026, 21:26 PSTAdd comprehensive admin authorization tests
- 711 Jan 2026, 21:30 PSTAdd RESOLVE prefix to resolution hash
- 811 Jan 2026, 21:33 PSTAdd testnet addresses to README and create setup script
- 911 Jan 2026, 21:37 PSTUpdate MockERC20 deployment name to reflect SettlementEngine
- 1012 Jan 2026, 01:29 PSTUpdate README with comprehensive documentation and new architecture diagram
- 1112 Jan 2026, 01:33 PSTAdd misc/ to .gitignore to exclude miscellaneous files
- 1212 Jan 2026, 16:30 PSTAdd scripts to distribute TESTUSD and fund test wallets
- 1313 Jan 2026, 17:00 PSTSwitch SettlementEngine from auction to bet logic
- 1413 Jan 2026, 17:40 PSTUpdate README to reflect major refactor and new terminology
- 1514 Jan 2026, 12:34 PSTAdd internal balance transfer with gasless support
- 1614 Jan 2026, 12:55 PSTAdd internal balance transfer and gasless support
- 1714 Jan 2026, 13:08 PSTUpdate README v2.2: simplify seller signature, add gasless transfer
- 1814 Jan 2026, 18:13 PSTAdd script to generate and fund test wallets for SettlementEngine
- 1915 Jan 2026, 12:13 PSTUpdate README for v2.3 API changes and gasless signatures
- 2020 Jan 2026, 23:47 PSTAdd project guidelines and reorganize contracts with restricted admin
- 2121 Jan 2026, 00:00 PSTAdd comprehensive README for SettlementEngine Smart Contracts
- 2221 Jan 2026, 12:48 PSTAdd retry logic and error handling to full-deploy script
- 2321 Jan 2026, 13:29 PSTAdd wallet setup script with retry logic and deployment ID generation
Also available: repository build and repair, spec-to-repo, security, and browser-graded application tasks.
Request coding data03 / Agent environments
A task to complete.
A result to verify.
Agents need work that spans tools, decisions and time. Train on business and research environments with known outcomes and the trajectories that reach them.
- 16,000 graded business instances
- 24,000 computer-use trajectories
- Starting state, actions and final-state checks
Research reproduction audit
A captured research-agent run that builds and tests an auditor for a physics-informed model reproduction packet.
Complete recorded action sequence. Tool inputs and outputs are summarized; identifying details are removed.
Audit a one-dimensional convection PINN reproduction packet. Recompute the evidence from samples and distinguish a valid reproduction from fabricated metrics, a boundary mismatch, an unsatisfied residual, missing curvature gain, or insufficient final accuracy.
Inspect the benchmark packet
Inspect the provided repository and the public benchmark specification.
The task defines a one-dimensional convection PINN reproduction with a reference PDE, initial condition, periodic boundary, and analytical solution. The working tree contains the model, PDE, reproduction script, requirements, and rubric materials.
Gerra Research
The judgment
behind the data.
What makes a useful training example? What invalidates an evaluation? We write about the decisions, failure modes and evidence inside the work.
Explore the researchCan the task be passed by recall?
The plagiarist gate separates reconstruction from memorization.
Professional dataWhat automated de-identification misses.
Names are only one way a document reveals its source.
Collection note178 repositories, with their history intact.
Composition, inspection methods and a repository-history preview.
Our research also spans markets, compute and physical AI. Read our prediction-market collaboration with Eagle Alpha, published as a guest contribution at Integrity Research.
Work with Gerra
What capability
are you building?
Start with a collection, inspect a sample, or tell us the task your model needs to learn.
Find the right data team@gerra.com