|
| ▲ | andriy_koval an hour ago | parent | next [-] |
| > With AI someone can take your ecosystem and just port it to their language. I don't think its that "just". Examples of porting we seen had some prerequisites: being self contained with very strong tests coverage, so AI could iterate N millions times and fix bugs in new implementation. Otherwise such porting could be very buggy and unmaintainable. |
| |
| ▲ | 3eb7988a1663 an hour ago | parent [-] | | Don't all of "serious" programming languages meet that bar? Java, C#, Go, Python, etc all have enormous test suites. Once you get into the third party, things become much more uneven, but if you can restrict yourself to say the top N packages in a language, those are going to have better than average development practices which makes that plausible. | | |
| ▲ | andriy_koval an hour ago | parent [-] | | > Once you get into the third party year, that's usually what is referred as ecosystem. |
|
|
|
| ▲ | jacquesm an hour ago | parent | prev | next [-] |
| Why even assume that the most optimal programming languages for agentic coding are the ones that humans use? Maybe operate on ASTs directly? Some other form of programming that humans would find hard but that is a good fit for LLMs? |
| |
| ▲ | refactor_master 26 minutes ago | parent | next [-] | | AI still makes mistakes on code with a trillion billion examples, but let’s invent a DSL that only AI can read and hope for the best? | | |
| ▲ | jacquesm 19 minutes ago | parent [-] | | Yes, because that code was never written to be understood by machines, merely to be mechanically translated. Software is a very messy set of layers of leaky abstractions trying to express reasonably well defined ideas. Humans can't write code without mistakes, in spite of all the examples out there. If they could compilers wouldn't have to emit error messages. |
| |
| ▲ | kloop an hour ago | parent | prev [-] | | Because human review is a serious bottleneck and optimizing something that isn't the bottleneck isn't helpful |
|
|
| ▲ | pjm331 2 hours ago | parent | prev [-] |
| I’m not sure. my read of this was that AI weakens human ecosystems in general because we don’t need to work together as much when we are all just working with AI separately, but maybe you have specific examples of language agnostic ecosystems in mind? I’m struggling to imagine what that would look like |
| |