Skip to content

dlab-projects/fabricated_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Fabricated Front

Replication materials for:

Van Nuenen, T., Sachdeva, P. S., & Chopra, S. (2026). The Fabricated Front: GenAI and the Social Organization of Workplace Legibility.

The paper analyzes 1,250 interview transcripts from Anthropic's AI Interviewer dataset to identify five mechanisms through which generative AI reorganizes workplace performances: voice, vulnerability, provenance, attention, and investment opacity. This repository contains the LLM-coded labels, the hand-coded justification sheet, the analysis scripts that produce the statistical results, and the LaTeX source of the paper.

Repository layout

paper/    LaTeX source, bibliography, and figure PDFs
code/     Analysis scripts that operate on the released data files
coding/   Coding scheme and hand-coding protocol
data/     LLM-coded opacity labels and hand-coded justification sheet

Data

The transcripts themselves are not redistributed here. They are publicly available under CC-BY at:

https://huggingface.co/datasets/Anthropic/AnthropicInterviewer

Downloaded splits should be placed at interview_transcripts/{workforce,creatives,scientists}_transcripts.csv if you wish to re-run the coding pipeline.

What is included:

  • data/opacity_labeling.csv — LLM-coded opacity labels (GPT-5.4, medium reasoning effort) for all 1,250 transcripts across five mechanisms, with per-mechanism level, form, rationale, and short evidence quotes. Full transcript text has been stripped; refer to the source dataset for the originals.
  • data/manual_coding_sheet_FILLED.xlsx — the 207 stratified cases hand-coded for accountability-oriented and efficiency-oriented justifications (used in §4.5 of the paper).

See data/README.md for the column-level data dictionary.

Citation

If you use this dataset or code, please cite both the paper and the source corpus:

@article{vannuenen2026fabricated,
  title  = {The Fabricated Front: {GenAI} and the Social Organization of Workplace Legibility},
  author = {Van Nuenen, Tom and Sachdeva, Pratik S. and Chopra, Sahiba},
  year   = {2026}
}

@misc{handa2025interviewer,
  title  = {Introducing {Anthropic} {Interviewer}: What 1,250 professionals told us about working with {AI}},
  author = {Handa, Kunal and Stern, Michael and Huang, Saffron and Hong, Jerry and Durmus, Esin and McCain, Miles and Yun, Grace and Alt, AJ and Millar, Thomas and Tamkin, Alex and Leibrock, Jane and Ritchie, Stuart and Ganguli, Deep},
  year   = {2025},
  url    = {https://huggingface.co/datasets/Anthropic/AnthropicInterviewer}
}

License

Code is released under the MIT License (see LICENSE). Derived data (data/opacity_labeling.csv, data/manual_coding_sheet_FILLED.xlsx) is released under CC-BY 4.0, consistent with the upstream Anthropic Interviewer dataset license.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors