| long-data | R Documentation |
Coded interaction sequences from 429 human-AI pair programming sessions across 34 projects, in long format.
human_long
ai_long
Data frames in long format with 9 columns:
Integer. Turn index.
Character. Project identifier (Project_1 .. Project_34).
Character. Unique session hash.
Integer. Unix timestamp for ordering.
Character. Date of the session (YYYY-MM-DD).
Character. Interaction code (17 action labels).
Character. High-level cluster: Action, Communication, Directive, Evaluative, Metacognitive, or Repair.
Integer. Order of the code within the session.
Integer. Absolute turn order within the session.
human_long | Human turns only, 10,796 rows |
ai_long | AI turns only, 8,551 rows |
An object of class data.frame with 10796 rows and 9 columns.
An object of class data.frame with 8551 rows and 9 columns.
Saqr, M. (2026). Human-AI vibe coding interaction study. https://saqr.me/blog/2026/human-ai-interaction-cograph/
net <- build_network(human_long, method = "tna",
action = "code", actor = "session_id",
time = "timestamp")
net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.