πŸ“¦ Monty / AI_tech_chats

Comparison of several AI coding assistants

β˜… 0 stars β‘‚ 0 forks πŸ‘ 0 watching βš–οΈ MIT License
πŸ“₯ Clone https://github.com/Monty/AI_tech_chats.git
HTTPS git clone https://github.com/Monty/AI_tech_chats.git
SSH git clone git@github.com:Monty/AI_tech_chats.git
CLI gh repo clone Monty/AI_tech_chats
Monty Williams Monty Williams Quoted text needs a preceding blank line 4d478a5 2 months ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“„ .gitattributes
πŸ“„ LICENSE
πŸ“„ README.md
πŸ“„ README.md

AI_tech_chats

A 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.

Contents

enhance_bash_script

This directory compares the outputs from three different AI systems when asked to add functionality to a simple Bash script.

It includes:

  • The original Bash script
  • The enhanced script generated by each AI system
  • My own enhanced version of the script
  • Complete chat logs showing both my prompts and the AI systems’ responses
All prompts were identical across systems to ensure a fair comparison.

solve_ssh_problem

This 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 Log Processing

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.