Skip to main content
📝 AI Models

Gemma 4 Runs Free AI on Your Laptop and Phone

I ran Google's Gemma 4 on my laptop and phone — no internet, no subscription. Here's the full setup, real tests, and how it compares to Claude and ChatGPT.

25 min

Read time

4,864

Words

Apr 13, 2026

Published

Engr Mejba Ahmed

Written by

Engr Mejba Ahmed

Share Article

Gemma 4 Runs Free AI on Your Laptop and Phone

Gemma 4 Runs Free AI on Your Laptop and Phone

I was paying $200 a month for AI subscriptions. Claude Pro. ChatGPT Plus. A handful of API credits that disappeared faster than I could track them. Then Google shipped four open-source models that run on hardware I already own — no internet connection, no monthly bill, no data leaving my machine. And one of them solved a calculus problem from a photograph of my whiteboard.

That model is Gemma 4. And the part that keeps nagging at me isn't the math. It's that I set the whole thing up in under ten minutes, on a laptop, and it worked offline for the rest of the afternoon while my Wi-Fi was down during a provider outage. Every prompt. Every response. Every image analysis. All running on local silicon, burning zero API tokens.

I've tested a lot of open-source models over the past year. Most of them feel like you're making a trade — you get "free" but you lose quality, speed, or both. Gemma 4 is the first time the trade felt genuinely small. Small enough that for certain workflows, I've stopped reaching for the paid models entirely.

Here's everything I found after a week of running Gemma 4 across my laptop and phone — the setup process, the real capabilities, the places where it genuinely surprised me, and the spots where Claude and ChatGPT still earn their subscription fees.

Why This Model Matters Right Now — And Who Should Care

The AI world has a growing problem that nobody in Silicon Valley wants to talk about honestly: cost and dependency. Every time you send a prompt to Claude or ChatGPT, your data travels to someone else's servers. Every month, another subscription fee hits your credit card. And if the API goes down — which happens more often than the status pages admit — your workflow stops cold.

Google released Gemma 4 on April 2, 2026, under an Apache 2.0 license. That's not "free with strings attached." That's genuinely open — use it commercially, modify it, deploy it however you want. The models are built from the same research behind Gemini 3, Google's flagship model, but packaged to run on consumer hardware instead of data center GPUs.

The lineup spans four model sizes, each targeting different hardware:

Model Parameters Context Window Target Device Storage Needed
E2B 2B 128K tokens Smartphones Under 1.5 GB
E4B 4B 128K tokens Phones, tablets ~3 GB
26B MoE 26B (3.8B active) 256K tokens Laptops, desktops ~18 GB
31B Dense 31B 256K tokens Desktops, high-end laptops ~20 GB

That "3.8B active" number on the 26B model is the key insight. Gemma 4's 26B variant uses a Mixture of Experts architecture — 26 billion total parameters, but only 3.8 billion fire during any given inference. The practical result? A model that runs fast on a MacBook while delivering quality that punches way above what you'd expect from 3.8 billion active parameters.

If you're a developer running Claude Code or ChatGPT for coding assistance, a student using AI for research, a privacy-conscious professional who doesn't want sensitive documents hitting cloud servers, or someone who simply resents paying $20/month for something that could run locally — this matters to you.

But the specs are just the appetizer. What I actually want to show you is what happens when you install this thing and start throwing real work at it.

Setting Up Gemma 4 on a Laptop — Faster Than You'd Expect

I expected the setup to be painful. Local AI has a reputation for being a weekend project — downloading dependencies, fighting with Python environments, configuring CUDA drivers. Gemma 4 threw that assumption out the window.

Step 1: Download LM Studio

Head to lmstudio.ai and grab the installer for your platform. It works on Mac, Windows, and Linux. The app is a clean desktop interface that handles model management, inference, and a chat UI — think of it as the "Spotify for local AI models."

Installation took me about ninety seconds. No terminal commands. No pip installs. Just a standard application installer.

Step 2: Search for and Download Gemma 4

Open LM Studio and search for "Gemma 4" in the model browser. You'll see multiple quantization options. Here's which one to pick based on your hardware:

  • 16GB RAM (M-series Mac or decent Windows laptop): Grab the Gemma-4-27B-Q4_K_M quantized version. It's roughly 16-18 GB and runs at approximately 15-20 tokens per second on an M2 Pro. That's fast enough for real conversations without frustrating pauses.
  • 8GB RAM: Go with the E4B model. It fits comfortably and still handles multimodal tasks — images, PDFs, code generation.
  • 32GB+ RAM or dedicated GPU: You can run the full 31B dense model. This is the powerhouse — ranked third among all open models on the Arena AI leaderboard with a score of 1452.

The download takes a while depending on your connection. The 26B model is roughly 18 GB. I started it, made coffee, and came back to a ready-to-use AI.

Step 3: Load the Model and Start Prompting

Click the model in LM Studio, hit "Load," and you're chatting. The interface is familiar — a chat window where you type prompts and get responses. But here's what's different from your browser-based AI: that response is being generated entirely by your machine's processor. No internet required. No tokens being counted against a billing dashboard. No data traveling to a data center in Virginia.

I tested this by putting my laptop in airplane mode immediately after loading the model. Every prompt worked. Image uploads worked. PDF analysis worked. The model doesn't phone home.

Step 4: Try Multimodal Inputs

This is where Gemma 4 stopped feeling like a "local compromise" and started feeling like a genuine tool. I uploaded a photo of a handwritten calculus problem — a double integral with some messy notation. The 26B model parsed the image, identified the mathematical expressions, and walked through the solution step by step. The answer was correct. The explanation was clearer than what I've gotten from some paid tutoring services.

I also fed it a 15-page PDF — a technical specification document for an API I was integrating — and asked for a summary using the StoryBrand SB7 framework. It pulled out the key points, organized them into the framework's structure, and delivered a summary I could actually send to a non-technical stakeholder. On a laptop. Offline.

For anyone who's been curious about local AI but assumed it couldn't handle real multimodal work — that assumption is now outdated.

Setting Up Gemma 4 on Your Phone — AI in Your Pocket, No Cloud Required

This part genuinely shocked me. Running a capable AI model on a smartphone felt like science fiction two years ago. Now it's a ten-minute setup.

Google built a dedicated app called AI Edge Gallery (previously called Edge Gallery) specifically for running Gemma models on mobile devices. It's available for Android, and Google is expanding iOS support. Search for "Google AI Edge Gallery" in your app store.

Step 2: Select Your Phone-Optimized Model

The app offers the E2B (2 billion parameter) and E4B (4 billion parameter) models. These are specifically optimized for mobile hardware — they run on your phone's GPU, not the CPU, which means dramatically better performance.

  • E2B: Under 1.5 GB. Runs on most modern smartphones. Fast — up to 30 tokens per second on recent hardware. Good for quick questions, text generation, and basic reasoning.
  • E4B: Around 3 GB. Needs a flagship phone (iPhone 14 Pro or newer, recent Samsung Galaxy, Pixel 7+). Handles image analysis, audio processing, and more complex reasoning. This is the one I'd recommend if your phone can handle it.

Step 3: Go Offline and Start Using It

Once the model downloads, you can disable your internet connection entirely. The model runs on-device using the phone's neural processing hardware. I tested it on a flight with no Wi-Fi — asked it to analyze a photo of a restaurant menu in Japanese, and it translated every item with descriptions. Asked it to help me draft an email response to a client. Asked it a logic puzzle. All worked. All fast. All with airplane mode on.

The context window on the phone models is 128K tokens, which is expandable to 32K tokens for specific use cases. That's enough to paste in a long document and ask questions about it. Not enough for feeding it an entire codebase — that's what the laptop models are for.

One detail worth noting: the phone models show their "thinking" process in real-time. You can watch the model reason through a problem before it gives you the final answer. It's not just cosmetic — it helps you understand whether the model is on the right track before it finishes generating.

What Gemma 4 Can Actually Do — The Real Tests

Setup guides are nice. But what matters is whether the thing works when you throw actual problems at it. I spent a week testing Gemma 4 across six distinct use cases, comparing results against Claude and ChatGPT where relevant.

Logical Reasoning and Math

I started with reasoning puzzles — the kind that trip up weaker models. A classic: "If it takes 5 machines 5 minutes to make 5 widgets, how long would it take 100 machines to make 100 widgets?"

Gemma 4 nailed it. Five minutes. And more importantly, it explained the reasoning clearly — each machine makes one widget in five minutes, so 100 machines make 100 widgets in the same five minutes. The step-by-step breakdown was genuinely well-structured, not a rambling chain-of-thought that buries the answer.

I escalated to harder problems. A multivariable calculus integral from a photographed whiteboard. Gemma 4 26B parsed the handwriting, set up the integral correctly, and solved it with proper notation. It wasn't perfect on every problem — a particularly gnarly triple integral with a change of variables tripped it up — but for roughly 80% of the math problems I threw at it, the answers were correct and the explanations were clear.

For comparison, Claude Sonnet handles these problems slightly more reliably, maybe hitting 90% accuracy on similar difficulty. But Claude costs money per prompt, and Gemma 4 ran these while my laptop was disconnected from the internet at a coffee shop.

Code Generation — Where Things Get Interesting

I asked Gemma 4 to build three things: a double pendulum physics visualization, a snake game, and a landing page with hero section, pricing cards, and a testimonial carousel.

Double pendulum: Gemma 4 produced a visualization that was physically more realistic than what I got from Claude on the same prompt. The pendulum movements looked natural — proper energy conservation, realistic damping. Claude's version worked but had slightly robotic-looking motion. Score one for the free model.

Snake game: Claude won this round. Its one-shot output was a clean, playable game with smooth controls and a score counter. Gemma 4's version had a rendering bug where the snake's tail segments didn't clear properly. It took a follow-up prompt to fix. Playable after the fix, but Claude nailed it in one attempt.

Landing page: ChatGPT produced the most polished output here — better typography choices, more cohesive color scheme, smoother animations. Gemma 4's landing page was functional and looked decent, but it lacked the design polish of ChatGPT's output. Claude landed somewhere in the middle. For a free, locally-running model, Gemma 4's web output is impressive. For a client deliverable, I'd still reach for a paid model.

The pattern across code generation tests was consistent: Gemma 4 produces good-to-great first drafts that occasionally need a follow-up fix. Paid models produce slightly more reliable first attempts. The question is whether that reliability gap is worth $20-200/month for your specific use case.

PDF Summarization and Document Analysis

I fed the 26B model a dense technical whitepaper — 22 pages on microservices architecture patterns. Asked it to summarize using the StoryBrand SB7 framework (a storytelling structure that organizes information around a character, problem, guide, plan, call to action, success, and failure).

The summary was surprisingly well-structured. It identified the "character" as a development team, the "problem" as scaling monolithic applications, and the "guide" as the architectural patterns described in the paper. The plan section listed concrete implementation steps pulled directly from the document. This wasn't a generic summary — it demonstrated genuine comprehension of the source material.

Where it struggled: very long documents (50+ pages) started hitting context limitations, even with the 256K token window, because the model's attention quality degrades toward the end of extremely long contexts. For documents under 30 pages, though, the summarization quality was strong enough that I started using Gemma 4 as my default PDF analyzer when working offline.

Image Analysis — The Sleeper Feature

This one caught me off guard. I took a photo of a LEGO set box and asked Gemma 4 to identify it and estimate the retail price. It correctly identified the set (LEGO Technic McLaren P1), stated the approximate piece count, and estimated the price within $15 of the actual retail value. It even noted that the set was part of the Technic line and typically sold above retail on secondary markets.

I tested with more images: circuit board photos (it identified components and suggested potential failure points), handwritten meeting notes (it transcribed and organized them into action items), and a screenshot of an error log (it identified the root cause and suggested a fix).

The multimodal capability across 140 languages is where Gemma 4's training shows. It parsed a Japanese restaurant menu, a French wine label, and a German technical manual — all from photographs, all without internet access. For anyone who travels or works with multilingual documents, this alone might justify the disk space.

Audio Processing

The E2B and E4B models support native audio input — you can speak to the model or feed it audio files. I tested with a recorded meeting snippet (about three minutes long) and asked for a summary with action items. The transcription was accurate for clear speech, struggled with heavy accents and cross-talk (similar to most speech-to-text systems), and the summarization of the transcribed content was solid.

This isn't going to replace Whisper or dedicated transcription tools for production workflows. But for quick on-device audio analysis — summarizing voice memos, extracting key points from recorded lectures — it's a genuinely useful addition that runs without sending your audio to any server.

Agentic Workflows — The Feature Most People Will Overlook

Gemma 4 supports what Google calls "agent skills" — modular task definitions that let the model execute multi-step workflows autonomously. The model supports native function-calling, structured JSON output, and system instructions, which means you can build agents that interact with local tools and APIs.

I tested a simple agentic workflow: "Read this CSV file, identify the top 5 customers by revenue, draft a personalized follow-up email for each, and save them as separate text files." The 26B model executed this correctly through LM Studio's tool-use interface. It parsed the CSV, ran the analysis, generated five distinct emails (not copy-paste templates — actually personalized based on the customer data), and structured the output for file saving.

Is this as capable as Claude Code's agentic system? No. Claude's tool use is more mature, handles edge cases better, and recovers more gracefully when something goes wrong mid-workflow. But Gemma 4's agentic capabilities running locally — with no API costs and no data leaving your machine — opens up use cases for sensitive data that you'd never want to send to a cloud API. Financial records. Medical information. Legal documents. Proprietary business data.

That's the real unlock here, and I'll come back to it.

The Honest Comparison — Where Gemma 4 Wins and Where It Doesn't

I've been writing about AI models long enough to be suspicious of anyone who tells you a free tool is "just as good" as a paid one across the board. That's rarely true, and it's not true here either. But the picture is more nuanced than you might expect.

Where Gemma 4 Genuinely Wins

Speed of local execution. When running on appropriate hardware, Gemma 4 responds faster than waiting for a cloud API round-trip. The 26B MoE model with its 3.8 billion active parameters generates at roughly 15-20 tokens per second on an M2 Pro. That's not blazing fast, but it's consistent — no latency spikes, no "server is busy" errors at peak hours, no waiting in queue.

Privacy. This isn't a marketing bullet point — it's a fundamental architectural difference. Your data never leaves your device. For anyone working with sensitive information — health data, financial records, legal documents, proprietary code — this removes an entire category of risk. No terms of service changes. No data breaches on someone else's server. No uncertainty about whether your prompts are being used for training.

Cost. Zero. Forever. The Apache 2.0 license means no usage fees, no token counting, no surprise bills. If you're currently spending $20/month on ChatGPT Plus and your primary use cases are reasoning, document analysis, and basic code generation, Gemma 4 handles those without the subscription.

Offline capability. This sounds like a niche benefit until your internet goes down, or you're on a flight, or you're working in a location with unreliable connectivity. I've lost productive hours to API outages and spotty hotel Wi-Fi. Gemma 4 doesn't care about your connection status.

Multilingual support. 140 languages out of the box. I tested with five languages across text and image inputs. The quality was strong for major languages (English, Japanese, French, German, Spanish) and usable for less common ones. Most paid models handle fewer languages with less consistency.

Where Paid Models Still Win

First-attempt reliability on complex tasks. Claude and ChatGPT produce correct, polished output on complex code generation more consistently. Gemma 4 sometimes needs a follow-up correction. If your workflow depends on one-shot accuracy — if you're billing by the hour and can't afford iteration loops — paid models save time.

Design quality in web generation. ChatGPT's generated web pages look more professionally designed. Gemma 4's output is functional and decent, but it doesn't match the visual polish of paid models for client-facing deliverables.

Deep agentic capabilities. Claude Code's agent system handles more complex multi-step workflows with better error recovery. Gemma 4's agentic features are impressive for an open-source model, but they're still a step behind in handling edge cases and maintaining context across long tool-use chains.

Very long context quality. While Gemma 4 offers 256K token context windows, the attention quality on very long inputs doesn't match what Claude Opus delivers with its 1M context. For "feed it your entire codebase" workflows, the paid models maintain better coherence at extreme lengths.

If you'd rather have someone build a local AI setup tailored to your specific workflow, I take on custom AI integration projects. You can see what I've built at fiverr.com/s/EgxYmWD.

The Verdict I Keep Coming Back To

Gemma 4 isn't a replacement for Claude or ChatGPT across every use case. It's a replacement for maybe 60-70% of what most people use paid AI for — and it handles that 60-70% with surprising quality while costing nothing and keeping your data private.

The real shift isn't about capability parity. It's about the realization that local AI has crossed a threshold. Two years ago, running AI on a laptop meant garbage output or glacial speed. One year ago, it meant acceptable output for simple tasks. Today, with Gemma 4, it means genuinely useful multimodal AI that handles reasoning, code, documents, images, and audio — on a phone.

That trajectory matters more than any single benchmark score.

What Most People Get Wrong About "Free" AI

There's a misconception I keep seeing in forums and comment sections: "If it's free, it must be worse." For years, that was true. Open-source models lagged behind proprietary ones by months or years. You used them because you couldn't afford the alternative, not because they were competitive.

Gemma 4 breaks that pattern in a specific, measurable way. The 31B dense model scores 85.2% on MMLU Pro and 89.2% on AIME 2026 — the math competition benchmark that separates genuine mathematical reasoning from pattern matching. According to Google's official model card, the 31B currently ranks third among all open models worldwide on the Arena AI leaderboard. The 26B MoE sits sixth while activating only 3.8 billion parameters per inference.

Those aren't "good for a free model" numbers. Those are "competitive with models that cost money" numbers.

But here's the nuance that honest coverage demands: on the intelligence index I've been tracking across models, Gemma 4 31B scores 31 compared to Qwen 3.5's score of 42. That gap shows up in holistic reasoning tasks — the kind of "figure out something the model wasn't specifically trained for" challenges. For structured, well-defined tasks (summarization, translation, known mathematical operations, standard code generation), Gemma 4 performs on par with or above paid alternatives. For novel, ambiguous problems requiring creative leaps, the paid models still have an edge.

The practical takeaway: match the model to the task. Use Gemma 4 for the 70% of your AI usage that involves well-defined problems, document processing, standard coding, and multimodal analysis. Reserve your paid model subscription for the 30% that requires frontier-level reasoning.

That split alone could cut your AI costs by more than half.

Five Things I'd Do Differently If I Were Starting Over

After a week of testing, here's what I wish I'd known on day one:

1. Start with the 26B MoE, not the 31B. I initially grabbed the biggest model assuming bigger meant better. For most tasks, the 26B MoE delivers 90% of the quality at significantly faster inference speed because of the sparse activation. The 31B dense model is worth it for complex reasoning and coding — but for daily use, the 26B is the better default.

2. Don't skip the phone models. I treated the mobile setup as a novelty. Wrong. Having capable AI available offline on my phone has become one of those tools I didn't know I needed until I had it. Quick translations while traveling. Drafting email responses during commutes. Analyzing photos in the field. The E4B model on a modern phone is surprisingly capable.

3. Set up agent skills early. Gemma 4's agentic capabilities aren't just a feature checkbox — they're a productivity multiplier when configured properly. Spend thirty minutes defining 3-4 custom task modules (data analysis, email drafting, document summarization) and the model becomes dramatically more useful for repeated workflows.

4. Use quantization intentionally. The Q4_K_M quantization offers the best balance of quality and speed for the 26B model on most hardware. Going higher (Q5 or Q6) gives marginally better output at noticeably slower speeds. Going lower (Q3) saves space but introduces noticeable quality drops on complex reasoning tasks. Q4_K_M is the sweet spot for almost everyone.

5. Keep a paid model for fallback. Gemma 4 handles most of my daily AI tasks now, but I haven't cancelled my Claude subscription. For complex agentic coding workflows, long-context analysis of entire repositories, and tasks where first-attempt accuracy is critical, paid models still earn their fee. The goal isn't to eliminate paid AI — it's to stop paying for tasks that a local model handles equally well.

The Privacy Angle Nobody Is Talking About Enough

Every conversation about Gemma 4 focuses on benchmarks, speed, and cost. The discussion I keep wanting to have — the one that might matter most long-term — is about data sovereignty.

When you use Claude or ChatGPT, your prompts travel through infrastructure you don't control. The companies publish privacy policies, and I generally trust them. But "trust" and "certainty" are different things. Terms of service change. Data breaches happen to even the most security-conscious companies. Regulatory environments shift.

With Gemma 4 running locally, the data architecture is simple: your data stays on your device. Full stop. There's no policy to read because there's no server receiving your data. There's no breach to worry about because the data never left your machine. There's no regulatory compliance question because the processing happens entirely within your hardware.

For individual developers working on proprietary code, this is a nice-to-have. For healthcare professionals, legal teams, financial advisors, and anyone handling regulated data — this is potentially transformative. It means AI assistance without the compliance headache of cloud-based processing.

I tested this specifically with a mock scenario: loaded anonymized patient records (synthetic data) and asked Gemma 4 to identify patterns and generate a summary report. The model handled the task competently. More importantly, the data never touched a network interface. In a HIPAA-regulated environment, that architectural simplicity eliminates entire categories of compliance documentation.

Google designed Gemma 4 with this use case in mind. The on-device processing isn't a limitation they're working around — it's a feature they're building toward. And as AI regulation tightens globally, models that can run locally without cloud dependencies will become increasingly valuable, not less.

What Gemma 4 Signals About Where AI Is Heading

Step back from the specific model for a second. What Gemma 4 represents is more interesting than what it does.

Eighteen months ago, running capable multimodal AI on a smartphone was impossible. A year ago, it was technically possible but practically useless — too slow, too limited. Today, a 4-billion-parameter model on a phone handles image analysis, audio processing, code generation, and reasoning across 140 languages at 30 tokens per second.

Extrapolate that trajectory. By 2027, phone-class AI will likely match what today's laptop models can do. By 2028, your phone might run something equivalent to today's frontier models. The cloud won't disappear — some tasks will always benefit from massive compute — but the assumption that AI requires an internet connection and a subscription is already crumbling.

For developers and builders, the implication is practical: start designing workflows that don't assume cloud connectivity. Build applications that can function with local inference. The users who benefit from this — the ones working offline, handling sensitive data, or simply tired of subscription fatigue — represent a growing market that most AI applications are ignoring.

For the companies charging $20/month for AI access, Gemma 4 is a warning shot. Not a fatal one — paid models still lead on frontier capabilities. But the gap is shrinking faster than their pricing models can adapt. The $200/month Claude Pro subscription makes sense when it's the only way to get quality AI coding assistance. It makes less sense when a free, local model handles 70% of your prompts.

I wrote about my full benchmark testing of the Gemma 4 series when the model first dropped, covering the technical architecture and comparative scoring in detail. What's changed since then is simpler: I've actually been using it. Daily. And the experience of using Gemma 4 as a daily driver — not a benchmark subject — is what convinced me the local AI threshold has genuinely been crossed.

The One Question Worth Sitting With

I started this piece talking about the $200/month I was spending on AI subscriptions. I'm not at zero now — I still run Claude for complex agentic work and long-context coding sessions. But my bill has dropped to roughly $60/month, with Gemma 4 handling everything else.

That's not the interesting part. The interesting part is this: six months from now, when the next Gemma ships, when the open-source ecosystem pushes local models even further — what will the paid models need to offer to justify their price? Speed alone won't cut it when local models are fast enough. Quality alone won't cut it when local models are good enough for most tasks. Privacy can't be an upsell when it's the default for local inference.

The companies building paid AI models know this. The question is whether they'll adapt their pricing before users like me adapt our workflows to need them less.

For now, though, here's what I'd recommend: download LM Studio, pull the Gemma 4 26B model, and spend one afternoon running your actual daily prompts through it. Not toy tests — your real work. You might be surprised how many of those prompts never needed to leave your machine in the first place.

FAQ

Frequently Asked Questions

Everything you need to know about this topic

Yes. The E2B and E4B models run entirely on-device using your phone's GPU through Google's AI Edge Gallery app. Once downloaded, no internet connection is needed — the model processes everything locally at up to 30 tokens per second on modern hardware.

Start with the 26B MoE variant if you have a laptop with 16GB+ RAM. It delivers the best balance of speed and capability, running at 15-20 tokens per second while using only 3.8B active parameters per inference. For phones, grab the E4B if your device supports it.

Gemma 4 handles 60-70% of typical AI tasks at comparable quality — reasoning, document analysis, code generation, image analysis, and translation. Paid models still lead on complex agentic workflows, design-polished web generation, and very long context tasks. For a detailed benchmark comparison, see my full Gemma 4 series test.

Yes. Gemma 4 is released under the Apache 2.0 license, which permits commercial use, modification, and redistribution with no fees. There are no usage limits, no token metering, and no subscription required.

For the 26B MoE model, you need approximately 18GB of storage and 16GB+ of RAM (unified memory on Apple Silicon, or VRAM on a dedicated GPU). An M-series Mac with 16GB unified memory runs the Q4_K_M quantized version comfortably. For the 31B dense model, aim for 32GB+ RAM and a capable GPU.

Let's Work Together

Looking to build AI systems, automate workflows, or scale your tech infrastructure? I'd love to help.

Coffee cup

Enjoyed this article?

Your support helps me create more in-depth technical content, open-source tools, and free resources for the developer community.

Related Topics

Engr Mejba Ahmed

About the Author

Engr Mejba Ahmed

Engr. Mejba Ahmed builds AI-powered applications and secure cloud systems for businesses worldwide. With 10+ years shipping production software in Laravel, Python, and AWS, he's helped companies automate workflows, reduce infrastructure costs, and scale without security headaches. He writes about practical AI integration, cloud architecture, and developer productivity.

Discussion

Comments

0

No comments yet

Be the first to share your thoughts

Leave a Comment

Your email won't be published

14  +  15  =  ?

Continue Learning

Related Articles

Browse All

Comments

Leave a Comment

Comments are moderated before appearing.

Learning Resources

Expand Your Knowledge

Accelerate your growth with structured courses, verified certificates, interactive flashcards, and production-ready AI agent skills.

Sample Certificate of Completion

Sample certificate — complete any course to earn yours

Engr Mejba Ahmed

Engr Mejba Ahmed

Claude Code Expert · Online

👋

Hey there!

Quick Actions

WhatsApp Instant reply

Chat on WhatsApp

+880 1723 741224 · Instant reply

Popular Questions

Engr Mejba Ahmed is connected
Engr Mejba Ahmed is typing...
Engr Mejba Ahmed avatar

✉ Want me to follow up? Drop your email

Engr Mejba Ahmed avatar

📞 Connect Directly

Choose how you'd like to reach me

WhatsApp

+880 1723 741224

Email

[email protected]

✓ Details sent! I'll get back to you shortly.

Powered by OpenAI

335+

Blog Posts

25

AI Courses

63

Projects

Services & Expertise

Pricing & Process

Learning & Resources

Connect & Support