From No-Code to ‘Code That Writes Itself’: First Impressions of GitHub Copilot

The no-code concept is reaching a new level: soon, to write code you will not need to write code, because it will write itself based on context. GitHub has presented Copilot, built on OpenAI, and judging by the examples it can at least help with simple functions.
https://copilot.github.com/
A pretty good use for the enormous amount of open source code on GitHub.
P.S. A relevant joke: ‘What do they even pay you for? You just copy and paste code from Stack Overflow!’ ‘Yes, but I know which code to copy and paste.’
More to explore
Anthropic Warns of an AI Slowdown: Real Safety Signal or IPO Narrative?
Just a couple of days ago, Anthropic released a fairly alarmist statement: the company suggested we should seriously discuss a global slowdown or temporary paus…
The Failure of AI Skepticism: Why Manual Coding Is Already the Wrong Layer
In recent months I keep seeing the same pattern: someone posts another example where some "vibe coders" used AI to generate a project, left API keys on the fron…
You Don’t Need a Perfect Modern Stack to Agentize Your SDLC
Continuing the idea from the previous post. Many companies believe that to add agents to their SDLC they first need to completely get rid of legacy, move to mic…
AI in Software Development: What Comes Next?
AI. What’s next? Up until around December, using AI in development basically meant: prompt -> copy some code -> paste -> tweak -> repeat. Now this a…