this post was submitted on 26 Jul 2023
3 points (100.0% liked)

Programming

17036 readers
446 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
all 6 comments
sorted by: hot top controversial new old
[–] malcolmlucker@lemm.ee 1 points 1 year ago (1 children)

When you use AI features, the IDE needs to send your requests and code to the LLM provider. In addition to the prompts you type, the IDE may send additional details, such as pieces of your code, file types, frameworks used, and any other information that may be necessary for providing context to the LLM.

Doesn't sound like it gives you much transparency or control over the data it sends no matter which feature you use. Sadly not usable at my job then.

[–] 0x442e472e@feddit.de 1 points 1 year ago

That's a bummer. We're strictly regulated and stuff like this needs to be self hosted or we can't use it

[–] prwnr@programming.dev 0 points 1 year ago (1 children)

give me unit test generation and I’m bought

[–] atheken@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

I mean, the inverse is probably more productive. Specify the observable behaviors you want and let the “AI” build the software.

[–] prwnr@programming.dev 0 points 1 year ago (1 children)