this post was submitted on 31 May 2024
85 points (82.0% liked)

Programming

16725 readers
546 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

“The most intelligent AI code generation tool out there and we have the data to prove it.”

been using for a few weeks; it’s quite competitive to copilot only coming shy of supermaven in speed and performance

https://codeium.com/blog/code-assistant-comparison-copilot-tabnine-ghostwriter-codeium

you are viewing a single comment's thread
view the rest of the comments
[–] VinS@sh.itjust.works 4 points 2 months ago (5 children)

I have been able GPT4 to do some basic scripting, but gpt3.5 did not succeeded anything for me. The first plan with gpt4 is 12bucks a month.

If you only code not often, continue.dev is good alternative plugged to a provider like together (using Llama 3 70b a few times and cost me 0.01$). They also announced a partnership with mistral but didn't tried it.

[–] nave@lemmy.ca 1 points 2 months ago* (last edited 2 months ago) (4 children)

The first plan with gpt4 is 12bucks a month.

Gpt-4o (the newest model) is free for a limited number of messages.

[–] VinS@sh.itjust.works 1 points 2 months ago (3 children)

I haven't tested it on programming yet. Have you tried it? How is it?

[–] trolske@feddit.de 1 points 2 months ago

I've used it with Python for data extraction and visualization last week. It worked worked surprisingly well 90% of the time. But when it failed to produce the code I wanted, it was difficult to trouble shoot and find a way around.
It helped a lot to break the tasks down as much as possible. It also remembered stylistic guidelines from several prompts ago

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)