🌐 Global Day of Coderetreat Toronto is back! 🌐
Join us at Thoughtworks Canada’s shiny new office in downtown Toronto for a day of deliberate practice in Software Development.
💪 Coderetreat is a day to exercise your software development muscles.
🚢 Away from the everyday pressures of, “just get it done”, Coderetreat invites us to challenge ourselves in ways we don't get to at work.
✨ That means focusing on what our best work could look like – be it the simplest design, the most expressive tests, or the most readable code.
🤝 We also get to meet and catch up with other professionals in the software industry by actually writing software together!
💻 Fair warning – you’ll be spending almost the whole day coding so come prepared with a laptop and power supply.
All in all, Global Day of Coderetreat is a unique opportunity to learn through deliberate practice while creating meaningful and memorable connections with other software developers.
We hope you’ll join us!
👩💻👩💻 👩💻🧑💻 🧑💻👨💻
📆DATE: Saturday, November 9th, 2024
#gdcr2024#coderetreat
Register here: na.thoughtworks.com/global-d…
Silos happen when the person...
- Good at the thing
- Responsible for the thing
- Doing the thing
... is the same person. Collaboration means that these can be different people.
It requires that people can be trusted to do things right and ask for help when they need it.
A programming language optimized for LLMs to write and maintain would be very terse, to maximize the lines of code that can fit inside of an LLM's context window. It could look like minified JS or something else entirely.
Source code would become indecipherable to humans.
6/9
Consequently, we’ll still need humans who can exist outside the system while simultaneously being deeply involved inside the system.
Only in this way can software developers effectively reflect on and adjust both the problem being solved and how it’s being solved.
8/9
Therefore, the core of what we do as software developers will not change.
We won't be replaced.
How we do software development, however, will change radically. And LLM-powered AI tools will be pivotal in this change.
More on this to come!
9/9
And we've had these programming languages for over 60 years. Java's 29 years old and has had 22 major versions.
With every update to its syntax, Java's authors have tried to make Java and the codebases written in it more understandable to humans (with rare exceptions).
4/9
But one could argue the following:
We don't need humans to understand source code. We could develop a new programming language optimized for LLMs to write and maintain.
Let's play that out hypothetically.
5/9
"The programming language is human."
This is not a new idea. Optimizing the programming language for human understanding over compiler processing is the essential point of every high-level programming language.
3/9