Jason McGhee(@_jason_today) 's Twitter Profileg
Jason McGhee

@_jason_today

CTO & co-founder @ https://t.co/FL896XvDUU | prev co-founder Cursor (acq by @DataRobot) | UX, ML, Productivity, Personalized Education

ID:1348716264340918272

linkhttps://jason.today calendar_today11-01-2021 19:40:09

302 Tweets

750 Followers

143 Following

Jason McGhee(@_jason_today) 's Twitter Profile Photo

Llama3 70b is surprisingly good, and it's free on Groq Inc right now.

I coupled my 'Full Imp' programming GPT prompt with it as the system prompt and it's churning out super reasonable code.

Groq Link
console.groq.com/playground?mod…

System Prompt
gist.github.com/jasonjmcghee/0…

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

I think Devs is the single most underrated show. It's worth watching for the soundtrack alone, and the entire thing is incredible.

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

Do you use ChatGPT, Claude, etc to work with GitHub PRs?

You can put the whole diff on your clipboard with one command

If PR # is 42, from the repo dir:

Mac: `gh pr diff 42 | pbcopy`
Linux: `gh pr diff 42 | xclip`
Windows `gh pr diff 42 | clip`

And paste into chat for help

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

Idk how long ago this changed, but giving ChatGPT 4 a url (tried a blog post a written yesterday, posted on HN) and asking it to summarize and/or ask a question about it works pretty well now. It used to always refuse me. Web search also seems way faster.

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

Wrote a small post on learning to code - what it looks like in 2024 and some surrounding thoughts.

I'd be very curious to hear from anyone who has had good or bad memorable experiences in their journey and what has helped or hindered your growth.

jason.today/on-learning-to…

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

Why is temperature a constant?

What if it were on a schedule, based on context (e.g. distance traveled in latent space) or a learned parameter?

Jeremy Howard have you already explored this?

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

Google releases self-discover paper, so I made a custom GPT that follows the same structure and works surprisingly well.

chat.openai.com/g/g-8ES8Tt8zi-…

account_circle
Jason McGhee(@_jason_today) 's Twitter Profile Photo

We're getting there: controlling my mac from a text editor using my voice with GPT + applescript + plock, and helpfully outputting the command so I can execute / undo it.

account_circle