Skip to main content

Don't worship AI, work with it


Artificial Intelligence is no longer the future — it’s here, and it's reshaping how we think, work, and build. But for many people, especially those without a background in coding, AI can feel intimidating. Here's the good news: you don’t need to be a software developer to use AI tools like ChatGPT.

In fact, if you understand problems and have ideas — AI can be your most powerful partner.


LLMs: The Mind That Has Read Everything

Imagine this: you’ve studied 10 books on a topic. Your friend has studied 30. Clearly, your friend might know a bit more.

Now imagine a model that has read millions of books, research papers, and internet pages across every field imaginable — from quantum mechanics to philosophy to architecture to car repair manuals. That’s what a large language model (LLM) like ChatGPT has been trained on.

This is why it can answer questions, generate code, write summaries, translate languages, simulate conversations, and even explain tough engineering concepts in simple terms.

But don’t get carried away.
LLMs are not knowledge bases.
They are statistical models of knowledge bases — built on probabilities.

Which means: they predict likely answers based on the patterns they’ve seen during training — not based on truth.
So yes, there’s always a probability of the output being wrong.


But That Shouldn’t Stop You

Even with that caveat, AI is immensely useful when used wisely.

Here are some examples — straight from my own workflow:

  • I don’t know how to code fluently, but I’ve written Python scripts by prompting AI — from sensor simulations to GUI dashboards.
  • I can integrate domain knowledge: ask questions about TFETs and automotive electronics together — and AI helps make the connection.
  • I can get technical explanations simplified for non-technical audiences, or translate complex documentation into email-ready summaries.

This is intelligence enhancement — not replacement.
It’s like having a super assistant who is always available and rarely tired.


Don’t Forget the Human Factor

AI can suggest, draft, explain — but it can’t build trust. It can’t manage teams. It can’t negotiate with stakeholders or lead a cross-functional workshop.

In large-scale engineering — whether in hardware, automotive systems, or software design — you need human coordination, empathy, and judgment. AI has none of that.

So don’t outsource responsibility. AI is a sharp mind, not a wise one. It can assist, but not decide.


Cognitive Offload Isn’t Always Bad

There’s a concern that too much AI will lead to a cognitive decline — that we’ll forget how to think.
But think back: our grandparents calculated everything on pen and paper. Then came calculators. Then Excel. Then cloud tools.

Did we become dumber?
No — we became faster. We shifted our focus to higher-order thinking.

AI is the next step.
It offloads repetitive tasks, so your brain can focus on design, strategy, integration, and human impact.


AI Is an Axe, Not a Vehicle

Think of yourself in a forest. AI is your axe. It helps you cut paths through dense undergrowth. But you still need to walk. The axe won’t carry you — that’s your job.

If you expect AI to “take you somewhere” while you do nothing, you’ll stay stuck.
But if you walk — even slowly — the axe will help you move faster.

AI helps. You lead.


So What Does AI Really Mean for You?

It means your mental bandwidth is now freed.
You don’t have to get stuck writing syntax from scratch. You don’t have to remember every detail of socket programming or VHDL modules.
You can focus on your ideas — the ones you’ve been carrying for years but never got time to explore.

If you can visualize a problem and imagine a rough solution, tools like AI will help you shape it into a POC — a Proof of Concept.

And maybe that’s the most meaningful definition of Artificial Intelligence today:

A tool that gives your natural intelligence more room to breathe, build, and break boundaries.


From the Engineer’s Desk

As an engineer, I use AI not because I want to replace my skills — but because I want to amplify them.
I still review every output. I still decide the final logic.
But now, I do it faster, better, and with more clarity.

In a world full of complex systems, tight timelines, and multi-domain collaboration — AI helps me stay in the game and push further.

Because in the end, it’s not the tool that defines the engineer — it’s how the engineer uses the tool.


Popular posts from this blog

Is Science Any Different from Religion? A Perspective on Questioning and Belief

Science is often perceived as a rigid structure—an objective discipline built upon unshakable theories and irrefutable evidence. The language of research papers deliberately eliminates subjective opinion, giving the impression that scientific truths are final and unquestionable. But if science becomes something we accept without critical thinking, how different is it from religion? This is not to undermine science or exalt religion, but to explore an important perspective: if we do not question, then our scientific practice becomes just another belief system. The Ritualistic Nature of Science In scientific research, citations play a crucial role. Papers often cite those that have been widely cited before, forming an intellectual echo chamber. Theories are built upon previous theories, and deviations from established thought are met with skepticism or outright rejection. This self-reinforcing system resembles religious rituals where scriptures are cited to validate beliefs. The gatek...

Building-Integrated Photovoltaics (BIPV): Engineering the Future of Sustainable Energy

As engineers, we constantly seek ways to integrate sustainability into infrastructure without compromising functionality. Building-Integrated Photovoltaics (BIPV) is an elegant solution that merges renewable energy with architecture, replacing traditional building materials with solar power-generating structures . Unlike conventional rooftop solar panels, BIPV is seamlessly embedded into walls, facades, roofs, and windows—turning buildings into self-sufficient power plants. But can BIPV solve real-world energy crises , especially in developing nations? Can it reshape geopolitics , reducing dependence on fossil fuels? This blog explores these questions from an engineer’s perspective. How BIPV Solves Real-World Problems 1. Decentralized Energy for Energy-Poor Regions Over 700 million people worldwide lack access to electricity , primarily in sub-Saharan Africa and parts of Asia . Traditional power grids are expensive and require heavy infrastructure, which many poor na...

Prompt Engineering Is Communication ! Period !!!

As engineers, we take pride in solving problems. We optimize systems, debug code, design robust architectures, and think in terms of precision and logic. But there’s one skill that quietly makes or breaks everything — a skill often underestimated in technical circles: communication . Yes, I’m talking about the good old art of expressing ideas clearly. This blog is a reflection on how communication – especially in the age of AI and prompt engineering – is becoming a non-negotiable skill, and how my own experience as an engineer (and a former theatre student) shaped this realization. The Engineering Mindset: Facts First, Communication Later? Engineering teaches us to focus on accuracy, efficiency, and function. We’re trained to get things right . But when it comes to sharing what’s in our mind — whether in design discussions, stakeholder meetings, or team emails — we often falter. Why? Because we tend to think logic alone should be enough . But here’s the truth: if o...