📦 Monty / AI_tech_chats

📄 README.md · 40 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40## `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.