I can confidently say that chatGPT eliminated several hours of googling and trial and error in my coding work today.

I can easily see myself just keeping a chatGPT window open alongside Sublime and Terminal in my daily workflow.

It's a tool.

@briancasel Have you had it write complex ActiveRecord queries for you yet? Amazing. I barely have to remember the names of Ruby methods and functions and stuff now.

“I have a rails app with models x, y, and z. Please write a query to fetch each X where .current_plan? is present, and for each y attached to X, load in the most recent Z”

Actual query yesterday to fetch all teams and their most recent reports, ordered by, etc.

@kanejamison A little bit of that today, but not super complex yet. Already amazed at the time savings.

Also thinking I'll use it to knock out a lot of tests writing based on my code.