AssemblyAI — Build voice AI apps with a single API
Build voice AI apps with a single API
Promoted
Maker
📌
Hey PH!
I built a chrome extension that lets me reference files and apply changes directly from chatgpt or claude.
Why I built this: Many people pay for ChatGPT pro and Claude pro, sometimes you just want to use the website for AI code assistance (maybe to use gpt-4.5 or opus, or deep research), copying and pasting back and forth is a pain.
How it works: Pretty simple. A vs code extension serves the file content through a websocket, and applies the code changes using speculative decoding.
The code is open source, would love to hear your feedback!
Report
What a wonderful idea! I've been doing lots of copy/paste the past few weeks from vs code to chatgpt.
Hey PH!
I built a chrome extension that lets me reference files and apply changes directly from chatgpt or claude.
Why I built this:
Many people pay for ChatGPT pro and Claude pro, sometimes you just want to use the website for AI code assistance (maybe to use gpt-4.5 or opus, or deep research), copying and pasting back and forth is a pain.
How it works:
Pretty simple. A vs code extension serves the file content through a websocket, and applies the code changes using speculative decoding.
The code is open source, would love to hear your feedback!
What a wonderful idea! I've been doing lots of copy/paste the past few weeks from vs code to chatgpt.