❧ Written Entry
The Future of AI — A Developer's Perspective from the Ground Up
Essay · Artificial Intelligence
The Future of AI
A Developer's Perspective from the Ground Up
By Sitaram Dumre · Kathmandu, Nepal
We are not approaching a world changed by AI. We are already inside one. The question is no longer whether artificial intelligence will reshape software development — it is whether developers will reshape themselves fast enough to remain relevant, creative, and irreplaceable within it.
I. The Ground Has Already Shifted
When I built the Paddy Leaf Disease Detection System — training a computer vision model to identify crop diseases from photographs taken on a farmer's basic smartphone — I understood something in my bones that no article could have taught me. AI is not a feature you bolt onto a product. It is a new way of thinking about what a product can be.
That project started as an academic exercise and became something that felt genuinely meaningful: a system that could look at a leaf and tell a farmer in rural Nepal what was wrong with his crop. No internet required at inference time. No expensive equipment. Just a model, a phone, and a problem worth solving. That experience changed how I see this technology — not as something distant and corporate, but as something that any determined developer can pick up and aim at a real human problem.
The ground has shifted. The question I ask myself every morning is not "should I learn AI?" It is "how deep do I need to go today?"
II. What Large Language Models Actually Changed
The release of large language models capable of genuine reasoning did not just create a new category of product — it restructured the economics of software development itself. Code that once took a junior developer a week to write can now be scaffolded in minutes. Documentation that nobody wrote now gets written automatically. Tests that developers always meant to add are suddenly appearing without anyone being asked twice.
I use these tools daily. I have watched my own productivity change in ways that still feel slightly surreal. But I have also watched developers become dangerously passive — accepting generated code without understanding it, shipping logic they cannot explain, building on foundations they have never inspected. That path leads somewhere I do not want to go.
The developers who will thrive in the next decade are not the ones who use AI most. They are the ones who use AI most thoughtfully — who know when to trust the output, when to be suspicious, and when to throw it away entirely and think from first principles. The judgment layer is where humans still win decisively. Protecting and sharpening that judgment is the most important investment a developer can make right now.
III. AI and the Developer From Somewhere Other Than Silicon Valley
There is a dimension to this conversation that rarely gets discussed in the major tech publications, and it is the one I think about most: what does the AI revolution mean for developers building from places like Nepal?
For most of computing history, geography was a tax. Being outside the major tech hubs meant slower access to knowledge, fewer connections, and a persistent lag between where the frontier was and where you were standing. AI is — for the first time — genuinely compressing that gap. A developer in Kathmandu with a laptop and a good internet connection can now access the same frontier models, the same research papers on arXiv, and the same open-source tools as a developer in San Francisco.
That is not a small thing. That is a civilisation-level equaliser if enough people recognise and seize it.
But there is a flip side. The models being trained today are overwhelmingly trained on data from the Global North — in English, reflecting Western contexts, encoding Western assumptions. A model that excels at understanding a contract written in California may struggle badly with the linguistic and cultural context of a document written in Nepali. The opportunity for developers like me is not just to use these models — it is to build the datasets, fine-tune the models, and create the applications that serve the billion people whose languages and contexts are currently underrepresented in the training data.
That is where I believe the most important AI work of the next decade will happen. Not in making GPT-5 marginally better at writing marketing copy. In making intelligent systems that actually work for the majority of the world's population.
IV. The Five Shifts I Am Watching Closely
Multimodal reasoning becomes the baseline. The separation between text models, image models, audio models, and video models is already dissolving. Within a few years, the expectation will be that any intelligent system can reason fluidly across all of these modalities simultaneously. This changes what apps are capable of at the foundation level — and Flutter developers building AI-native mobile apps need to be thinking about this today.
AI agents move from demos to production. The most exciting and terrifying frontier right now is autonomous AI agents — systems that do not just answer questions but take multi-step actions in the world: browsing the web, writing and executing code, managing files, making API calls. We have seen impressive demos. The hard problem is reliability — making agents that fail gracefully, that know their limits, and that can be trusted with real consequences. That engineering challenge will define the next five years.
ML moves to the edge. Training happens in data centres. But inference — running a model to get an answer — is moving rapidly onto devices. This is the shift I am most excited about as a Flutter developer. Tiny, efficient models running entirely on a smartphone, with no network latency, no privacy concerns, no dependency on a cloud API. On-device intelligence. This is how you build AI products that work in rural Nepal with a 2G connection.
The death of the blank page. Every creative and knowledge workflow is being transformed by AI that can draft a starting point instantly. Writing, design, code, analysis — in every domain, the blank page problem is being solved. What replaces it is a curation and refinement problem: the ability to take something adequate and make it genuinely good. Taste, judgment, and domain expertise become more valuable, not less.
Regulation arrives, unevenly. Governments around the world are beginning to regulate AI in earnest. The European Union's AI Act is already shaping how products can be built and deployed in Europe. Nepali developers building for international markets will need to understand these frameworks — not as obstacles but as design constraints that, when understood well, actually lead to better, more trustworthy products.
V. What I Am Doing About It
Reading about the future of AI is easy. Preparing for it is the work. Here is how I am spending my energy: going deeper on the mathematical foundations of the models I use — backpropagation, attention mechanisms, loss functions — so that I am not just a consumer of APIs but someone who genuinely understands what is happening inside the black box.
I am learning MLOps — the engineering discipline of getting models into production reliably, monitoring them for drift, retraining them when the world changes. Because a model that performs beautifully in a notebook and fails silently in production is not a product — it is a liability.
I am building a dataset. Slowly, carefully, with intention — a collection of annotated Nepali language data that I hope will eventually be useful for fine-tuning a model that serves Nepali speakers better than anything currently available. It is a long game. I am playing it anyway.
VI. The Part Nobody Talks About
Here is what I think gets missed in most writing about AI's future: the technology is moving fast, but the humans using it are moving too. We are not passive recipients of a wave that is washing over us. We are developers — we are the ones building the wave.
Every line of code I write that makes an AI system more reliable, more honest, more useful to someone who does not speak English as their first language — that is a vote for a future I want to live in. Every project I open-source, every insight I share, every junior developer I help think more cle