

Also note that almost all of the Europian countries abstained from voting. I think we are seeing the effects of colonialism.
The resolution talks about ‘reparatory justice’ which I think these colonialists, and countries benefitted from slave trade are afraid of. I feel they see it as, if they agree to it they will have to take actions now and in future, and have to pay or compensate for the injustice.
The justification given by US is utter bullshit. Wealth of western countries mainly came from extracting resources, both human and material, from Asian and African countries. Claiming otherwise is just ignoring the past and neglecting the injustice.



















The tooling around AI should be to improve the quality of the programmer. Not to write the code for the programmer.
For example if you ask an agent how to scale things well, and best practices in architecture, it will have a lot of resources on it. But that does not mean the code it will produce when you ask it to write a programme will consider and include the best practices it gave you in a separate question. That is the ‘intelligence’ part that LLMs cannot have. If you ask a it to do a certain way it will create it. Context tries to address this by prompting the user to give more, but that is not persistent.
This is exactly why senior devs finding LLMs works for them, because they know ‘how’ to do it, and they explicitly state it. But at the same time junior devs feel they think the code written by LLM is the ‘best’ way so solve a problem and superior in quality, even if it is not, because they don’t know any better.
Tooling should be able to help the developers improve their knowledge and skill on ‘how’ to do it. Instead it always focus on writing the code. I want to add that I’m not talking about algorithms. But every aspect of coding, in which the programmer needs to know ‘how’ to do it.