Reminds me of JetBrains AI, I think I'll stick to JetBrains solution for the time being. I'm not super crazy on AI coding solutions, but the JetBrains flavor hits a sweet spot for me, built-in and does what I usually need it to do.
Has it gotten better? I tried it out early and it was unusable
Trae: An AI-powered IDE by ByteDance
301–310 of 428 posts
Re: Trae: An AI-powered IDE by ByteDance
#302Earlier quoted context omitted.
I'm glad people care about their personal data, I just wished they cared as much when talking about ChatGPT, because in reality if you're not a Chinese dissident living abroad, then OpenAI is much more dangerous to you than the CCP.
> […] in reality if you're not a Chinese dissident living abroad, then OpenAI is much more dangerous to you than the CCP. Correct. I laugh a little every time I hear some folks immediately push the “Big Bad China is just trying to steal our data” narrative. My immediate reaction is, “Grab some tea and let’s sit down real quick, so I can tell you what some of our companies right here in America and our government do w…
Re: Trae: An AI-powered IDE by ByteDance
#303Earlier quoted context omitted.
> they're literally better than you at anything except the few things you happen to be experienced in Like speaking english and coding?
I don't know how you compare, but ChatGPT's English grammar and vocabulary are significantly better than mine. And when I prompt it appropriately, it also seems to be a better creative writer than I am, at least for short pieces.
Don’t be so hard on yourself.
Chatgpt (and other LLMs) are awful at creative prose.
Re: Trae: An AI-powered IDE by ByteDance
#304Earlier quoted context omitted.
Why don't you ask the kids at Tiananmen Square? / Was fashion the reason why they were there?
[flagged]
You went from “eh, China isn’t so bad” to “Tiananmen Square protestors had it coming” within one thread.
Re: Trae: An AI-powered IDE by ByteDance
#305Earlier quoted context omitted.
Hard to look at slower editors after sublime speed and hyper speed from zed rust
You can't compare Zed with Vscode and it's cousins. I've used Zed myself and it is still very lacking, limited extensions. Zed only has syntax highlighting and an ai assistant, but that's it. Even though Vscode (and the rest) is still also considered a text editor and not a IDE, they have by far way more features. Sure, you get super duper high speed, but at what cost?
Re: Trae: An AI-powered IDE by ByteDance
#306Earlier quoted context omitted.
Don’t worry. There’s literally nothing an llm can write or tell you that you can’t write yourself or find in a manual somewhere.
> There’s literally nothing an llm can write or tell you that you can’t write yourself or find in a manual somewhere. That's like saying, there's literally nothing a service business can do for you that you can't do yourself. It's only true in a theoretical sense, if neither time nor resources are a constraint. In such hypothetical universe, you don't need a dentist - you only need to spend 5+ years in medical school…
No, it’s not. You’re making my statement abstract for the sake of arguing.
I’m not a cook, doctor, or a lawyer. I can’t prepare meals for a party of more than 2.
I can’t perform surgery.
I can’t effectively defend myself in a court of law.
I (and I assume OP) have programming expertise.
I can write exactly all code an llm could write.
For simple scripts, demos and other easily Googleable tasks, LLMs will be faster, but it’s nothing out of reach for me.
These tools won’t force you to pay a subscription to code. You don’t need them if you already have experience.
Re: Trae: An AI-powered IDE by ByteDance
#307Earlier quoted context omitted.
Don’t worry. There’s literally nothing an llm can write or tell you that you can’t write yourself or find in a manual somewhere.
Even if you absolutely have to use an LLM for some reason, there are already perfectly good LLMs for code generation that you can comfortably run on commodity hardware.
I use that with avante.vim for tedious refactors. All local.
Re: Trae: An AI-powered IDE by ByteDance
#308Earlier quoted context omitted.
[flagged]
How many social credits are you getting for these posts? You went from “eh, China isn’t so bad” to “Tiananmen Square protestors had it coming” within one thread.
The proper move would be to show the very similar US response to Students Protests - https://en.m.wikipedia.org/wiki/Kent_State_shootings
They sent in the goons to beat up and arrest students protesting genocide or climate change too.
Hasn't gotten to tanks yet but truthfully it doesn't need to because we both know those protests aren't doing anything. If there was a credible student uprising it would happen here.
Re: Trae: An AI-powered IDE by ByteDance
#309Earlier quoted context omitted.
Hard to look at slower editors after sublime speed and hyper speed from zed rust
You can't compare Zed with Vscode and it's cousins. I've used Zed myself and it is still very lacking, limited extensions. Zed only has syntax highlighting and an ai assistant, but that's it. Even though Vscode (and the rest) is still also considered a text editor and not a IDE, they have by far way more features. Sure, you get super duper high speed, but at what cost?
Re: Trae: An AI-powered IDE by ByteDance
#310Earlier quoted context omitted.
And you think an llm can generate code to use an undocumented library? :D
Of course, why wouldn't it? It's a generative model, not a lookup table. Show it the library headers, and it'll give you decent results. Obviously , if the library or code using it weren't part of the training data, and you don't supply either in the context of your request, then it won't generate valid code for it. But that's not LLM's fault.
You can imagine the classic attention mechanism as a lookup table, actually.
Transformers are layers and layers and layers of lookup tables.