Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Paper: Proof of Human Intent

Status

📤 Submitted to IACR ePrint - Pending review (January 2026)

Title

Proof of Human Intent: Cryptographically Verifiable Human Approval for AI-Driven Software Development

Target

  • Primary: IACR ePrint (Cryptology ePrint Archive)
  • Secondary: arXiv (cs.CR), Academic conferences (IEEE S&P, USENIX Security)

Files

  • main.tex - Main LaTeX source (IEEE conference format)

Building

Using Overleaf (Recommended)

  1. Upload main.tex to Overleaf
  2. Compile with pdfLaTeX

Local Build

cd paper
pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.tex

Structure

  1. Abstract ✅
  2. Introduction ✅
  3. Background & Related Work ✅
  4. Threat Model ✅
  5. Proposed Architecture ✅
  6. Implementation ✅
  7. Evaluation ✅
  8. Discussion ✅
  9. Conclusion ✅

Completed Tasks

  • Add architecture diagram (TikZ or figure)
  • Expand references with proper bibtex
  • Proofread and polish language
  • Add acknowledgments section
  • Submit to IACR ePrint

Future

  • arXiv cross-posting (after ePrint publication)
  • Conference submission (IEEE S&P, USENIX Security)

Author