pull down to refresh

do you use an ai coding assistant?

I was using copilot for a bit but I've been toying around with cursor more recently. Why?

reply

They're getting powerful. I saw a demo of ClaudeDev. The developer of that project has given it a headless browser so that it can screenshot the webpage and get logs from console for debugging.

I tried it with local models, but I think it's meant for Anthropic models.

reply

They really are. They're useless on some of the tough stuff, but so good at boilerplate now.

The one thing they're missing, other than the tough stuff, is conversationally making code architecture/abstraction recommendations. I suspect that will arrive before too long though.

reply

The flow could use some work for sure. I like the diff view and being able to select the chunks I want, but it seems opposed to a chat view. Honestly, the fill in the middle feature is my favorite flow-wise.

reply

I think the best way to interject conversation is likely a chat "notification" as if your friend is watching you code and sends you a tip by DM.

reply

CLIPPY

"It looks like you're fucking up some code. Want help?"

reply

Clippy is mostly fucked because it overlays what you care about afaict. The chat pane/tab/icon should just show an indicator when you have unreads.

reply