Comparison of several AI coding assistants
https://github.com/Monty/AI_tech_chats.git
AI_tech_chatsA collection of interactions with various AI systems about small coding tasks and technical troubleshooting. The goal is to compare how different AI assistants respond, and to capture both any resulting code and the full chat logs.
enhance_bash_scriptThis directory compares the outputs from three different AI systems when asked to add functionality to a simple Bash script.
It includes:
solve_ssh_problemThis directory contains a discussion with ChatGPT about resolving intermittent delays or failures when trying to SSH from my MacBook Pro to my iMac on the same network.
Chat logs were exported using ChatGPT Exporter, Claude Exporter, or Gemini Exporter.
To make long chats easier to browse, I processed them with
collapseChatResponses.sh, which keeps all prompt sections visible
and collapses the often lengthy response sections into expandable
βClick to View Responseβ blocks.