Add appendix on AI-assisted development workflow for HRIStudio

This commit introduces a new appendix detailing the role of AI coding assistants in the development of HRIStudio. It covers the context of the project, tools used, division of responsibility, interaction patterns, and reflections on research integrity. The workflow is documented to provide transparency and insight into the development process, emphasizing the collaboration between human decisions and AI assistance.
This commit is contained in:
2026-04-20 23:15:23 -04:00
parent 086b53880f
commit a7508c5698
14 changed files with 344 additions and 45 deletions
+64
View File
@@ -228,3 +228,67 @@ doi = {10.1201/9781498710411-35}
year = {2021},
doi = {10.1145/3412374}
}
@misc{HRIStudioRepo,
author = {O'Connor, Sean},
title = {{HRIStudio: A Web-Based Wizard-of-Oz Platform for Human-Robot Interaction Research}},
howpublished = {GitHub repository},
year = {2026},
url = {https://github.com/soconnor0919/hristudio}
}
@misc{RobotPluginsRepo,
author = {O'Connor, Sean},
title = {{HRIStudio Robot Plugins Repository}},
howpublished = {GitHub repository},
year = {2026},
url = {https://github.com/soconnor0919/robot-plugins}
}
@misc{Anthropic2024Claude,
author = {{Anthropic}},
title = {{Claude}},
howpublished = {Large language model},
year = {2024--2026},
url = {https://www.anthropic.com/claude}
}
@misc{AnthropicClaudeCode,
author = {{Anthropic}},
title = {{Claude Code}},
howpublished = {Agentic coding assistant},
year = {2024--2026},
url = {https://www.anthropic.com/claude-code}
}
@misc{OpenCode,
author = {{sst}},
title = {{OpenCode}},
howpublished = {Open-source AI coding agent},
year = {2024--2026},
url = {https://opencode.ai}
}
@misc{GeminiCLI,
author = {{Google}},
title = {{Gemini CLI}},
howpublished = {Open-source AI agent},
year = {2025--2026},
url = {https://github.com/google-gemini/gemini-cli}
}
@misc{GoogleAntigravity,
author = {{Google}},
title = {{Antigravity}},
howpublished = {Agentic development platform},
year = {2025--2026},
url = {https://antigravity.google}
}
@misc{ZedEditor,
author = {{Zed Industries}},
title = {{Zed}},
howpublished = {Collaborative code editor},
year = {2023--2026},
url = {https://zed.dev}
}