top | item 33286330

(no title)

ec965 | 3 years ago

I feel like specialized AI code completion and hints will be the next evolution of language servers.

discuss

order

xcambar|3 years ago

On a similar vein, I thought of formatters analyzing classes, variables and args names to make improvement suggestions.

Aka, linting/formattimg for the naming conventions.

rwmj|3 years ago

There's a lot of current research around using machine learning to optimize software. One paper I'm thinking of is: https://dl.acm.org/doi/10.1145/3533028.3533308 where they use ML to optimize latency and hardware usage of Apache Flink dataflow programs.