paper-with-me

Papers

Jas: AI-Paired Engineering as a Revival of N-Version Programming

2026-06-05 · Jason Hickey arxiv

I report a case study in AI-paired software engineering: five working ports of a vector illustration application across Rust, Swift, OCaml, Python, and browser-based platforms, built by a single developer in approximately 120 evening hours. The methodology pairs AI-assisted implementation with two safeguards -- a precise executable YAML specification serving as the single source of truth, and parallel implementations functioning as a built-in differential-testing layer. The five ports share a 23{,}000-line specification; per-port native code ranges from 0 to roughly 95{,}000 lines, reflecting the specification's escape hatch. I argue that AI-paired engineering, conditional on these two safeguards, makes feasible scope of work that conventionally requires multiple developer-years, and frame the methodology as a revival of N-version programming, a 1980s approach abandoned on cost grounds that AI changes. The paper reports concrete artifacts and honest limitations of the single-developer case study.

📄 PDF Abstract BibTeX arXiv:2606.07828

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Novel Approach for Automatic Program Repair using Round-Trip Translation with Large Language Models

2024-01-15 · Fernando Vallecillos Ruiz, Anastasiia Grishina, Max Hort, Leon Moonen

Research shows that grammatical mistakes in a sentence can be corrected by translating it to another language and back using neural machine translation with language models. We investigate whether this correction capabil…

HumanEvalLanguage ModellingLarge Language ModelMachine Translation+3

Latent Space Inference via Paired Autoencoders

2026-01-16 · Emma Hart, Bas Peters, Julianne Chung, Matthias Chung arxiv

This work describes a novel data-driven latent space inference framework built on paired autoencoders to handle observational inconsistencies when solving inverse problems. Our approach uses two autoencoders, one for the…

Revival: Collaborative Artistic Creation through Human-AI Interactions in Musical Creativity

2025-01-19 · Keon Ju M. Lee, Philippe Pasquier, Jun Yuri

Revival is an innovative live audiovisual performance and music improvisation by our artist collective K-Phi-A, blending human and AI musicianship to create electronic music with audio-reactive visuals. The performance f…

Reproduction and Revival of the Argument Reasoning Comprehension Task

2020-05-01 · LREC 2020 5 · Jo{\~a}o Ant{\'o}nio Rodrigues, Ruben Branco, Jo{\~a}o Silva, Ant{\'o}nio Branco

Reproduction of scientific findings is essential for scientific development across all scientific disciplines and reproducing results of previous works is a basic requirement for validating the hypothesis and conclusions…

GitGoodBench: A Novel Benchmark For Evaluating Agentic Performance On Git

2025-05-28 · Tobias Lindenbauer, Egor Bogomolov, Yaroslav Zharov

Benchmarks for Software Engineering (SE) AI agents, most notably SWE-bench, have catalyzed progress in programming capabilities of AI agents. However, they overlook critical developer workflows such as Version Control Sy…

AI Agent