2025.05.23 (금)

✨ Gemini 2.5 Pro’s Summary γ€€

Seeing once is better than hearing a hundred times. First, let us look at current VSCode Copilot AI code suggestions through a very shallow example.

Original

Seeing once is better than hearing a hundred times.

First, let us look at current VSCode Copilot AI code suggestions through a very shallow example.

naver-166-001

naver-166-002

naver-166-003

naver-166-004

naver-166-005

naver-166-006

naver-166-007

Typing once is better than seeing a hundred times.

If you are interested in development, try it once first. You will experience a whole new world.

Securing a communication route between AI and backend through MCP, passing tasks and context to AI Agents equipped with MCP to achieve work automation… Looking at technologies like this these days, there were moments when I suddenly worried that the development paradigm had already gone far beyond simple β€œcode suggestions.” β€œIf I do not learn MCP, is my developer life ruined?! Tremble tremble…”

https://www.youtube.com/shorts/2gGxaiS9BOM

But if you dig into the truth, realistically, β€œfor now,” even those cool tools often cause trouble or look like they have a screw loose when high-level core logic is needed or the project scale grows. Why? Because AI performance is β€œstill” lacking. Unless AGI has appeared, there are clear limits to context understanding. (Of course, looking at the frightening growth speed of current AI, I do feel like AGI may be less than five years away.)

So at least for me right now, while I am in β€œdevelopment brain-muscle rehabilitation,” the most appropriate and realistically applicable development paradigm is probably the level shown in the photos above: clearly convey the planning intent to AI through comments, carefully read and understand the structure of the generated code, then β€œallow” it to be applied. Exactly the β€œknows-what-I-mean and neatly handles it” autocomplete level. Well, that is what I mean for now.

Of course, for a simple MVP-level app or webpage, the era has already arrived where an AI Agent covered in MCPs can produce something in under 10 minutes by skilled-person standards if you say, β€œdo this.” (Leaving aside the completeness of the output… apparently even that can be handled with Context7 MCP, but I do not know well either, so pass.)

Anyway, since that is the situation, it is clear that I should experience and get used to prompt-centered development, so-called β€œvibe coding,” in advance to prepare for the arrival of the new paradigm.

Looking at Gemini’s overwhelming performance shown at the recent Google I/O, and Google’s confidence toward AGI, I intuitively feel that beyond this β€œvibe coding,” even the era of natural-language conversation-centered β€œmouth coding” is not far away. It is time to wake up hard and fasten the seatbelt tightly.

But that is that, and what matters is the β€œpresent.” If I get swept up in impatience about the future, I will end up accomplishing nothing properly.

The task given to me right now is to focus on studying Flutter and developing the main app. β€œVibe coding” or β€œmouth coding” is the next stage.

Before discussing grand future technology, let me properly use the tools already in my hands.

Leave a comment