<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Joydeep Das</title>
    <description>The latest articles on DEV Community by Joydeep Das (@divinesouljoy).</description>
    <link>https://dev.to/divinesouljoy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3923225%2Ff82d9269-a7a2-46ca-8dde-8b5c916f9af7.jpg</url>
      <title>DEV Community: Joydeep Das</title>
      <link>https://dev.to/divinesouljoy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divinesouljoy"/>
    <language>en</language>
    <item>
      <title>Gemma 4 on a Phone: What Local AI Means for Farmers Who Can't Afford the Cloud</title>
      <dc:creator>Joydeep Das</dc:creator>
      <pubDate>Sun, 17 May 2026 14:06:18 +0000</pubDate>
      <link>https://dev.to/divinesouljoy/gemma-4-on-a-phone-what-local-ai-means-for-farmers-who-cant-afford-the-cloud-1m02</link>
      <guid>https://dev.to/divinesouljoy/gemma-4-on-a-phone-what-local-ai-means-for-farmers-who-cant-afford-the-cloud-1m02</guid>
      <description>&lt;p&gt;&lt;em&gt;Submitted for the #gemmachallenge Write track&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Where I Am Writing This From
&lt;/h2&gt;

&lt;p&gt;I am writing this from Silchar, Assam, in Northeast India — on an Android phone, in Termux, with no laptop, no GPU, and no office.&lt;/p&gt;

&lt;p&gt;I build AI systems for farmers. Not as a hobby. Because the farmers around me — in Cachar district, in the Barak valley, across rural Assam — ask questions that no SaaS product will ever answer for them. Questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;My rice leaves have brown spots near the edges. What disease is this?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;When should I plant Boro rice and which variety survives the cold?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Give me a 3-month farming plan starting from December.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These farmers do not have stable internet. They do not have ChatGPT subscriptions. They do not have laptops. They have Android phones, intermittent 4G, and crops that cannot wait for a server response.&lt;/p&gt;

&lt;p&gt;When Google released Gemma 4, I read one line and everything else became secondary:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The 2B and 4B models are built for ultra-mobile and edge deployment — they run on phones.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What Gemma 4 Actually Is
&lt;/h2&gt;

&lt;p&gt;Gemma 4 is not one model. It is a family of three distinct architectures, each designed for a different hardware reality:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Small (2B and 4B)&lt;/strong&gt; — Built for phones, Raspberry Pi, and browser deployment. Native multimodal input. 128K context window. This is the model that changes everything for rural India.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dense (31B)&lt;/strong&gt; — A powerful server-grade model that bridges local execution and cloud performance. For developers who want maximum capability on a single machine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mixture-of-Experts (26B MoE)&lt;/strong&gt; — Highly efficient, designed for high-throughput reasoning. Activates only a subset of parameters per token, making it faster and cheaper per query than a dense model of similar total size.&lt;/p&gt;

&lt;p&gt;The existence of the 2B model is the most important thing about Gemma 4. Not because it is the most powerful. Because it is the most &lt;em&gt;sovereign&lt;/em&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Model Size Is a Political Choice
&lt;/h2&gt;

&lt;p&gt;In rural India, choosing a model is not just a technical decision. It is a sovereignty decision.&lt;/p&gt;

&lt;p&gt;A cloud-dependent model means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your farmer's query travels to a server in another country&lt;/li&gt;
&lt;li&gt;It requires internet connectivity that may not exist during harvest season&lt;/li&gt;
&lt;li&gt;It costs money that subsistence farmers do not have&lt;/li&gt;
&lt;li&gt;It can be shut down, rate-limited, or paywalled at any time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A locally running 2B model means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The query never leaves the device&lt;/li&gt;
&lt;li&gt;It works offline, in a field, with no signal&lt;/li&gt;
&lt;li&gt;It costs nothing after the initial download&lt;/li&gt;
&lt;li&gt;Nobody can take it away&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Gemma 4 2B model runs on a Pixel phone. It runs on a Raspberry Pi 5. It runs — and I tested this — in Termux on an Android phone via llama.cpp on ARM64.&lt;/p&gt;

&lt;p&gt;This is not a feature. This is a philosophy.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Vedic Lens: Pratyaksha and the Local Model
&lt;/h2&gt;

&lt;p&gt;In Nyaya philosophy — the Indian school of logic — the most reliable form of knowledge is &lt;strong&gt;Pratyaksha&lt;/strong&gt;: direct perception. Knowledge that comes from your own senses, unmediated by intermediaries.&lt;/p&gt;

&lt;p&gt;A cloud AI model is, epistemologically, the opposite of Pratyaksha. Your query travels through multiple layers — your network, a CDN, a data center, a model server, back through the same chain — before you receive a response. Every layer is a potential point of failure, distortion, or dependency.&lt;/p&gt;

&lt;p&gt;A locally running Gemma 4 2B model is Pratyaksha AI. The inference happens on the device in your hand. The knowledge is direct. The response is immediate. No intermediary can intercept, delay, or monetize the exchange between a farmer and the answer to her question.&lt;/p&gt;

&lt;p&gt;For farmers in Assam, Pratyaksha AI is not a philosophical preference. It is a practical necessity.&lt;/p&gt;




&lt;h2&gt;
  
  
  Choosing the Right Gemma 4 Model: A Framework
&lt;/h2&gt;

&lt;p&gt;Here is how I think about model selection for different use cases:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For rural/offline deployment → Gemma 4 2B&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Runs on Android phones and Raspberry Pi&lt;/li&gt;
&lt;li&gt;No internet required after download&lt;/li&gt;
&lt;li&gt;Fast enough for conversational queries&lt;/li&gt;
&lt;li&gt;Small enough to fit on a phone with room to spare&lt;/li&gt;
&lt;li&gt;Trade-off: less reasoning depth than larger models&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;For local developer machines → Gemma 4 31B Dense&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Runs on a single high-end GPU or Apple Silicon Mac&lt;/li&gt;
&lt;li&gt;Strong reasoning and coding capability&lt;/li&gt;
&lt;li&gt;Good for complex multi-step tasks&lt;/li&gt;
&lt;li&gt;Trade-off: requires significant hardware&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;For high-throughput applications → Gemma 4 26B MoE&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Efficient parameter activation means lower cost per query&lt;/li&gt;
&lt;li&gt;Designed for applications serving many users simultaneously&lt;/li&gt;
&lt;li&gt;Good for production deployments where speed matters&lt;/li&gt;
&lt;li&gt;Trade-off: MoE architecture requires more total RAM even though fewer parameters activate per token&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key insight from Google is that these are not a hierarchy from worse to better. They are tools for different contexts. A farmer in Cachar district needs the 2B model. A startup building a coding assistant probably needs the 31B. A platform serving millions needs the MoE.&lt;/p&gt;

&lt;p&gt;Intentional model selection is not about picking the biggest number. It is about matching capability to constraint.&lt;/p&gt;




&lt;h2&gt;
  
  
  What 128K Context Means for Agricultural AI
&lt;/h2&gt;

&lt;p&gt;One of Gemma 4's most significant capabilities — across all model sizes — is the 128K context window.&lt;/p&gt;

&lt;p&gt;For agricultural AI, this is transformative. Consider what a farmer's AI advisor could hold in context:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The full crop calendar for their region (all 12 months)&lt;/li&gt;
&lt;li&gt;Historical weather patterns for their district&lt;/li&gt;
&lt;li&gt;A complete list of pest and disease symptoms with treatments&lt;/li&gt;
&lt;li&gt;Market price histories for the past season&lt;/li&gt;
&lt;li&gt;Their own farm's history — what they planted, what worked, what failed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A 128K context window means a local Gemma 4 model can hold all of this simultaneously, reasoning across the full picture rather than answering each question in isolation. That is not a chatbot. That is a village elder with perfect memory.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Path: Building Toward Sovereign Agricultural AI
&lt;/h2&gt;

&lt;p&gt;I have spent the past year building the Divine Earthly ASI system — a sovereign, offline-first agricultural AI for rural Indian farmers. It runs on a quantized 0.5B parameter Qwen2.5 model via llama.cpp on ARM64 Termux. It fetches real soil and temperature data from NASA POWER API for Silchar (LAT 24.81, LON 92.80). It answers farmer questions without any cloud dependency.&lt;/p&gt;

&lt;p&gt;Gemma 4 2B is the natural next step for this project. Moving from 0.5B to 2B — with native multimodal input, a 128K context window, and Google's training quality — would dramatically expand what my system can do for farmers.&lt;/p&gt;

&lt;p&gt;The multimodal capability alone is transformative: a farmer could photograph a diseased leaf and get an immediate diagnosis, entirely offline, on the same phone they use to call their family.&lt;/p&gt;

&lt;p&gt;That is not science fiction. With Gemma 4 2B, it is an engineering task.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Local AI Means for the Future
&lt;/h2&gt;

&lt;p&gt;The release of Gemma 4 is significant not because of benchmark scores. It is significant because of what it makes possible at the edge.&lt;/p&gt;

&lt;p&gt;For the first time, a model with genuine reasoning capability, multimodal input, and a 128K context window can run on a device that costs $150 and fits in a shirt pocket. That device is already in the hands of farmers across India, across Africa, across every rural community that the cloud economy has not reached.&lt;/p&gt;

&lt;p&gt;The question is no longer whether capable AI can run locally. Gemma 4 has answered that. The question is what we build with it — and for whom.&lt;/p&gt;

&lt;p&gt;I am building it for farmers in Silchar. I am building it for the Barak valley. I am building it for every community that cannot afford to wait for the cloud.&lt;/p&gt;

&lt;p&gt;Gemma 4 2B is the model that makes this possible. That is why I chose it. That is why it matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  Getting Started with Gemma 4 (Free, No Credit Card)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Via Google AI Studio (easiest):&lt;/strong&gt;&lt;br&gt;
Go to aistudio.google.com — free access to Gemma 4 via the Gemini API.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Via OpenRouter (free tier):&lt;/strong&gt;&lt;br&gt;
Sign up at openrouter.ai — access &lt;code&gt;google/gemma-4-31b-it:free&lt;/code&gt; and &lt;code&gt;google/gemma-4-26b-a4b-it:free&lt;/code&gt; with no payment required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Run locally via Hugging Face:&lt;/strong&gt;&lt;br&gt;
Download any Gemma 4 model from huggingface.co/google and run with llama.cpp, Ollama, or LM Studio.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On Android via Termux:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pkg &lt;span class="nb"&gt;install &lt;/span&gt;llama-cpp
llama-cli &lt;span class="nt"&gt;-m&lt;/span&gt; gemma-4-2b-q4.gguf &lt;span class="nt"&gt;-p&lt;/span&gt; &lt;span class="s2"&gt;"Your prompt here"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Gemma 4 on Hugging Face: &lt;a href="https://huggingface.co/google" rel="noopener noreferrer"&gt;huggingface.co/google&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Google AI Studio: &lt;a href="https://aistudio.google.com" rel="noopener noreferrer"&gt;aistudio.google.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;My Divine Earthly project: &lt;a href="https://github.com/divineearthly" rel="noopener noreferrer"&gt;github.com/divineearthly&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;My Hermes Agent farming demo: &lt;a href="https://dev.to/divinesouljoy"&gt;dev.to/divinesouljoy&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Joydeep Das is an independent AI researcher building sovereign, offline-first AI systems for Indian farmers under the Divine Earthly project. All development happens on an Android phone in Termux, Silchar, Assam.&lt;/em&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  gemmachallenge #devchallenge #ai #india #llm
&lt;/h1&gt;

</description>
      <category>gemmachallenge</category>
      <category>ai</category>
      <category>agriculture</category>
      <category>devops</category>
    </item>
    <item>
      <title>Hermes Agent as a Farmer's AI Advisor — Built on Android, Tested in Assam</title>
      <dc:creator>Joydeep Das</dc:creator>
      <pubDate>Sun, 17 May 2026 13:37:48 +0000</pubDate>
      <link>https://dev.to/divinesouljoy/hermes-agent-as-a-farmers-ai-advisor-built-on-android-tested-in-assam-57dn</link>
      <guid>https://dev.to/divinesouljoy/hermes-agent-as-a-farmers-ai-advisor-built-on-android-tested-in-assam-57dn</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fey3ky0b6hdcksqbleexh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fey3ky0b6hdcksqbleexh.jpg" alt=" " width="720" height="1640"&gt;&lt;/a&gt;Hermes Agent Challenge Build Submission&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;A working agricultural AI advisor powered by Hermes Agent, running entirely on an Android phone via Termux, tested with real farming questions from Silchar, Assam, Northeast India.&lt;/p&gt;

&lt;p&gt;No laptop. No GPU. No cloud server. Just a phone, Termux, and Hermes Agent doing real agentic work for farmers who cannot afford enterprise AI tools.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Farmers in Cachar district, Assam ask questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;My rice leaves have brown spots near the edges. What disease is this?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;When should I plant Boro rice and which variety should I choose?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Give me a 3-month farming plan starting from December.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are not questions a static chatbot answers well. They need an agent that reasons across multiple steps, applies local agricultural knowledge, and gives actionable, region-specific advice.&lt;/p&gt;

&lt;p&gt;Hermes Agent does exactly this.&lt;/p&gt;




&lt;h2&gt;
  
  
  Setup — Android + Termux + Hermes Agent
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;My environment:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Device: Android phone&lt;/li&gt;
&lt;li&gt;Terminal: Termux → proot-distro Ubuntu (ARM64)&lt;/li&gt;
&lt;li&gt;No laptop, no desktop, no GPU&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Installation was a single command:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Hermes Agent auto-detected my ARM64 Termux environment and installed cleanly. This matters — it means the same setup works for any developer in rural India running Termux.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Model used:&lt;/strong&gt; Google Gemini via OAuth (free tier) — zero cost, no API key purchase needed.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Demonstrations
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Demo 1: Rice Disease Diagnosis
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;My prompt to Hermes Agent:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I am a farmer in Silchar, Assam. My rice leaves have brown spots near the edges. What disease is this and how do I treat it?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Hermes Agent's response (summarised):&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hermes correctly identified two candidate diseases based on the symptom description:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Brown Spot (Fungal)&lt;/strong&gt; — oval/circular spots with yellow halo, common in low-fertility soils. Treatment: Propiconazole 25% EC (1ml/litre) or Mancozeb 75% WP (2-2.5g/litre), plus balanced NPK fertilization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bacterial Leaf Blight&lt;/strong&gt; — wavy brown edges spreading from leaf tips. Treatment: Streptocycline + Copper Oxychloride. Avoid excess Urea. Drain standing water.&lt;/p&gt;

&lt;p&gt;Hermes then gave Silchar-specific advice: visit the local Krishi Vigyan Kendra (KVK) in Cachar with a leaf sample before purchasing chemicals.&lt;/p&gt;

&lt;p&gt;This is not generic advice. It is regionally grounded, actionable, and honest about when a farmer should seek local expert confirmation.&lt;/p&gt;




&lt;h3&gt;
  
  
  Demo 2: Boro Rice Planting Calendar
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;My prompt:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is the best time to plant Boro rice in Cachar district, and what variety should I choose?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Hermes Agent's r&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxjt4vm8atap4fm0l6f3p.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxjt4vm8atap4fm0l6f3p.jpg" alt=" " width="720" height="1640"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmnndmrmf01zpb7esvap6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmnndmrmf01zpb7esvap6.jpg" alt=" " width="720" height="1640"&gt;&lt;/a&gt;esponse (summarised):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nursery sowing: Mid-November to Mid-December&lt;/li&gt;
&lt;li&gt;Transplanting: Mid-December to Mid-January&lt;/li&gt;
&lt;li&gt;Harvest: April to May (before monsoon)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Recommended varieties specific to Assam: Joymati, Bishnu Prasad, Jyotiprasad, Kanaklata, IR-36, IR-50 — with maturity timelines and cold-tolerance tips for Silchar winters.&lt;/p&gt;

&lt;p&gt;Sources for seeds: Assam Seeds Corporation, local block agriculture offices, KVK Cachar.&lt;/p&gt;


&lt;h3&gt;
  
  
  Demo 3: 3-Month Farming Plan
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;My prompt:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Create a simple 3-month farming plan for a rice farmer in Silchar starting from December&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Hermes Agent's response:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hermes generated a complete week-by-week plan across December, January, and February — covering seedbed preparation, cold protection, transplanting spacing (20x15cm), water management, fertilizer application timing, weed control, and pest monitoring. It even flagged the pro tip of draining water before Urea application to prevent runoff.&lt;/p&gt;

&lt;p&gt;This is multi-step planning — not a single lookup but a structured, sequenced agricultural roadmap.&lt;/p&gt;


&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Hermes Agent ran these three demonstrations on a phone in Termux. The same phone a farmer's son in Cachar district carries. The same environment that costs nothing beyond internet access.&lt;/p&gt;

&lt;p&gt;The agentic capabilities that made this work:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool chaining&lt;/strong&gt; — Hermes reasoned across multiple considerations (climate, soil, disease vectors, local institutions) in a single response without being explicitly prompted to do so.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Regional grounding&lt;/strong&gt; — It applied Assam-specific knowledge (KVK Cachar, Assam Seeds Corporation, local variety names) rather than giving generic pan-India advice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Honest uncertainty&lt;/strong&gt; — It told the farmer to get a physical leaf sample confirmed before buying chemicals. An agent that knows the limits of its own remote diagnosis is more trustworthy than one that does not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Planning capability&lt;/strong&gt; — The 3-month farming plan was a genuinely structured multi-step output, not a list of generic tips.&lt;/p&gt;


&lt;h2&gt;
  
  
  Connection to My Broader Work
&lt;/h2&gt;

&lt;p&gt;I have spent the past year building the Divine Earthly ASI system — a sovereign, offline-first agricultural AI for rural Indian farmers, running on quantized 0.5B models via llama.cpp on ARM64 Termux. My system is designed for zero-connectivity environments.&lt;/p&gt;

&lt;p&gt;Hermes Agent occupies a different but complementary space: it requires internet connectivity but brings mature agentic infrastructure (skill learning, session memory, 28 tools) that would take years to build from scratch.&lt;/p&gt;

&lt;p&gt;What they share: the belief that capable AI should run where farmers are, not just where servers are.&lt;/p&gt;


&lt;h2&gt;
  
  
  What Hermes Agent Does That Impressed Me
&lt;/h2&gt;

&lt;p&gt;The skill-learning loop. After complex sessions, Hermes distills experience into reusable skill files. For agricultural use, this means the more farmers use it, the better it gets at local, regional questions — accumulating what I call Samskara: the impression that evolves future behavior.&lt;/p&gt;

&lt;p&gt;See my companion Write submission for a deeper exploration of this Vedic parallel:&lt;br&gt;
&lt;a href="https://dev.to/divinesouljoy/samskara-and-the-self-improving-agent-a-vedic-lens-on-hermes-agent-58g1"&gt;Samskara and the Self-Improving Agent&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  Reproduce This Yourself
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt; Android phone with Termux, or any Linux machine.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Install proot-distro ubuntu (Termux only)&lt;/span&gt;
pkg &lt;span class="nb"&gt;install &lt;/span&gt;proot-distro
proot-distro &lt;span class="nb"&gt;install &lt;/span&gt;ubuntu
proot-distro login ubuntu

&lt;span class="c"&gt;# Install Hermes Agent&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

&lt;span class="c"&gt;# Set up free model (Google Gemini OAuth)&lt;/span&gt;
hermes model
&lt;span class="c"&gt;# Select: Google Gemini via OAuth + Code Assist (free tier)&lt;/span&gt;

&lt;span class="c"&gt;# Start&lt;/span&gt;
hermes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then ask it a farming question. It works.&lt;/p&gt;




&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hermes Agent: &lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;github.com/NousResearch/hermes-agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;My Divine Earthly project: &lt;a href="https://github.com/divineearthly" rel="noopener noreferrer"&gt;github.com/divineearthly&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Companion Write submission: &lt;a href="https://dev.to/divinesouljoy/samskara-and-the-self-improving-agent-a-vedic-lens-on-hermes-agent-58g1"&gt;dev.to/divinesouljoy/samskara-and-the-self-improving-agent&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Joydeep Das — independent AI researcher, Silchar, Assam. Building sovereign AI for Indian farmers on an Android phone.&lt;/em&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  hermesagentchallenge #devchallenge #agents #ai #india
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Samskara and the Self-Improving Agent: A Vedic Lens on Hermes Agent</title>
      <dc:creator>Joydeep Das</dc:creator>
      <pubDate>Sat, 16 May 2026 14:51:38 +0000</pubDate>
      <link>https://dev.to/divinesouljoy/samskara-and-the-self-improving-agent-a-vedic-lens-on-hermes-agent-58g1</link>
      <guid>https://dev.to/divinesouljoy/samskara-and-the-self-improving-agent-a-vedic-lens-on-hermes-agent-58g1</guid>
      <description>&lt;p&gt;&lt;em&gt;submitted for the #hermesagentchallenge Write track&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Where I Am Writing This From
&lt;/h2&gt;

&lt;p&gt;I am writing this from Silchar, Assam, in Northeast India — on an Android phone, in Termux, with no laptop, no GPU, and no office.&lt;/p&gt;

&lt;p&gt;I build AI systems for farmers. Farmers who ask questions like: &lt;em&gt;Will it rain before my paddy is ready? Which disease is eating my leaves? Where can I sell my harvest today?&lt;/em&gt; These are not questions a ChatGPT subscription answers. These are questions that need an agent — one that runs offline, costs nothing to idle, remembers across sessions, and gets smarter the more it is used.&lt;/p&gt;

&lt;p&gt;When I first read about Hermes Agent, I did not think about benchmarks. I thought about a Sanskrit word: &lt;strong&gt;Samskara&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Is Samskara?
&lt;/h2&gt;

&lt;p&gt;In Vedic philosophy, Samskara (संस्कार) refers to the impressions left on consciousness by experience. Every action leaves a trace. Every trace shapes future action. Over time, these accumulated impressions do not just record history — they &lt;em&gt;evolve the entity itself&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This is not metaphor. In the Yoga Sutras of Patanjali, Samskaras are described as the actual mechanism by which a mind grows. You do not simply remember what happened. You become different because of what happened.&lt;/p&gt;

&lt;p&gt;I have spent the past year building this concept into my AI architecture — the Divine Earthly ASI system — as a Samskara evolution cycle: a layer where the agent's experience actively reshapes its future reasoning patterns.&lt;/p&gt;

&lt;p&gt;When I read Hermes Agent's core description, I almost dropped my phone.&lt;/p&gt;




&lt;h2&gt;
  
  
  Hermes Agent's Learning Loop Is Samskara
&lt;/h2&gt;

&lt;p&gt;Here is what Hermes Agent does architecturally:&lt;/p&gt;

&lt;p&gt;After a complex task involving five or more tool calls, a background process summarises the entire trajectory into a reusable Markdown skill file. This skill is stored on disk — readable, editable, inspectable. During future tasks, if that skill is found to be outdated or incomplete, it is patched in real time. A background curator then periodically reviews the entire skill library, consolidates overlapping skills, and archives stale ones.&lt;/p&gt;

&lt;p&gt;Experience → Impression → Evolved Behavior.&lt;/p&gt;

&lt;p&gt;That is Samskara. Not as decoration. As architecture.&lt;/p&gt;

&lt;p&gt;The Western AI world calls this "self-improvement." The Vedic world described the same mechanism two thousand years ago as the primary engine of consciousness evolution. What Nous Research has built is not a new idea — it is an ancient one, finally implemented in code.&lt;/p&gt;




&lt;h2&gt;
  
  
  Evaluating Hermes Through the Five Pramanas
&lt;/h2&gt;

&lt;p&gt;In Nyaya philosophy — the Indian school of logic — knowledge is validated through five &lt;em&gt;Pramanas&lt;/em&gt; (sources of valid knowledge). I use this framework in my own benchmark work. Let me apply it to Hermes Agent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pratyaksha (Direct Perception)&lt;/strong&gt;&lt;br&gt;
Can the agent directly perceive its environment through tools? Yes. Hermes ships with 40+ built-in tools and MCP server integration, grounding its reasoning in real, observable data — not hallucinated assumptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anumana (Inference)&lt;/strong&gt;&lt;br&gt;
Can it reason from evidence to conclusions across multiple steps? Yes. Multi-step planning and tool chaining are first-class capabilities, not afterthoughts bolted onto a chat interface.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upamana (Analogy)&lt;/strong&gt;&lt;br&gt;
Can it recognise that a new problem resembles one it has solved before? Yes — this is precisely what the skill retrieval system does. Past solutions become templates for new situations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shabda (Testimony / Received Knowledge)&lt;/strong&gt;&lt;br&gt;
Can it learn from what others have told it, across sessions? Yes. Full-text search across all past conversations, plus a persistent user model that builds over time, means Hermes does not forget what you have taught it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anupalabdhi (Non-perception / Knowing what is absent)&lt;/strong&gt;&lt;br&gt;
Can it recognise the limits of its own knowledge? This is the hardest one. The skill curator's ability to archive stale knowledge is a step in this direction — knowing that something once learned is no longer valid is a form of epistemic humility most agents lack entirely.&lt;/p&gt;

&lt;p&gt;Hermes Agent passes four of the five Pramanas cleanly. The fifth — genuine epistemic humility about the boundaries of its own knowledge — remains an open research frontier for all AI systems, including this one.&lt;/p&gt;




&lt;h2&gt;
  
  
  What This Means for a Farmer in Assam
&lt;/h2&gt;

&lt;p&gt;Let me make this concrete.&lt;/p&gt;

&lt;p&gt;Imagine a farmer asks an agent: &lt;em&gt;My rice leaves have brown spots near the edge. What is wrong?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A static agent answers from its training data. It may be right. It may be wrong. Either way, it gives the same answer next week that it gives today.&lt;/p&gt;

&lt;p&gt;A Samskara agent — a Hermes-style agent — does something different. It answers. Then it stores what it learned from this exchange. Next time a farmer in the same region asks a similar question during the same season, the agent does not start from zero. It starts from accumulated wisdom. The more farmers use it, the better it becomes for all farmers.&lt;/p&gt;

&lt;p&gt;This is not a feature. This is a philosophy. It is the philosophy of the village elder who has seen fifty monsoons and knows things no textbook contains. Hermes Agent is, architecturally, a village elder that never forgets and never stops learning.&lt;/p&gt;

&lt;p&gt;And here is the detail that made this personal for me: Hermes Agent installs on Android via Termux — the same environment I use every day to build and run AI systems. No laptop required. The same curl command that works on Linux works on my phone. This is not a tool built for Silicon Valley. This is a tool that can run where farmers actually are.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Honest Comparison: What My Architecture Does Differently
&lt;/h2&gt;

&lt;p&gt;I want to be honest here, not promotional.&lt;/p&gt;

&lt;p&gt;My Divine Earthly ASI system runs fully offline on a quantized 0.5B parameter model using llama.cpp on ARM64 — no API calls, no internet required. Hermes Agent, in contrast, requires an LLM provider API key and internet connectivity for full functionality. For deep rural India where connectivity is unreliable, this is a real constraint.&lt;/p&gt;

&lt;p&gt;What Hermes does better: the skill curation system is mature, inspectable, and battle-tested. My Samskara cycle is philosophically grounded but still experimental. Hermes has 134,000+ GitHub stars and a growing community. My projects have a growing vision and a long road ahead.&lt;/p&gt;

&lt;p&gt;What I am building toward — sovereign, offline, Vedic-grounded agents for rural communities — is not yet fully achievable with Hermes Agent out of the box. But the architectural philosophy is the same. And that matters. When two systems built on opposite sides of the world, from different traditions, converge on the same core insight about how intelligent systems should learn — that convergence is worth paying attention to.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Future I Am Building Toward
&lt;/h2&gt;

&lt;p&gt;The agents that will matter most in the next decade are not the ones that answer questions. They are the ones that carry memory — not just of users, but of communities.&lt;/p&gt;

&lt;p&gt;A Samskara agent for Indian farmers would carry the accumulated wisdom of ten thousand growing seasons. It would know which variety of paddy survives flooding in the Brahmaputra valley. It would know that the market price in Silchar drops three days after harvest in Cachar district. It would know these things not because a dataset told it, but because it learned them from real exchanges with real farmers, and those impressions deepened over time.&lt;/p&gt;

&lt;p&gt;Hermes Agent's architecture points toward this. The skill system is the seed. The learning loop is the mechanism. The open-source, self-hostable design is the prerequisite for sovereignty.&lt;/p&gt;

&lt;p&gt;We are not there yet. But the direction is right.&lt;/p&gt;




&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;If you want to explore Hermes Agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/NousResearch/hermes-agent" rel="noopener noreferrer"&gt;github.com/NousResearch/hermes-agent&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Documentation: &lt;a href="https://hermes-agent.nousresearch.com/docs" rel="noopener noreferrer"&gt;hermes-agent.nousresearch.com/docs&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Android/Termux users: the installer auto-detects Termux — same curl one-liner as Linux&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are building AI for communities that cannot afford to be forgotten by the next model update, Hermes Agent is worth your attention.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Joydeep Das is an independent AI researcher building sovereign, offline-first AI systems for Indian farmers under the Divine Earthly project. All development happens on an Android phone in Termux.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;GitHub: &lt;a href="https://github.com/divineearthly" rel="noopener noreferrer"&gt;github.com/divineearthly&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  hermesagentchallenge #devchallenge #agents #ai #india
&lt;/h1&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>devchallenge</category>
      <category>agents</category>
    </item>
    <item>
      <title>I Built GPU-Free AI on a 3.4GB Android Phone</title>
      <dc:creator>Joydeep Das</dc:creator>
      <pubDate>Sun, 10 May 2026 11:37:19 +0000</pubDate>
      <link>https://dev.to/divinesouljoy/i-built-gpu-free-ai-on-a-34gb-android-phone-529a</link>
      <guid>https://dev.to/divinesouljoy/i-built-gpu-free-ai-on-a-34gb-android-phone-529a</guid>
      <description>&lt;p&gt;I built VedaRta entirely on a 3.4GB Android phone with Termux. No GPU. No cloud.&lt;/p&gt;

&lt;p&gt;6 novel Vedic mathematical algorithms replace GPU-requiring operations:&lt;/p&gt;

&lt;p&gt;Sphota Attention — 1,308× faster than O(n²) Softmax&lt;br&gt;
Urdhva Matmul — 10.2× faster than BLAS on ARM64&lt;br&gt;
Tri-Nadi Activation — Converges where SiLU explodes (loss 0.12 vs ∞)&lt;br&gt;
Shunyam Norm — Zero-centered, no DC drift&lt;br&gt;
Chitta KV Cache — 80% memory reduction&lt;br&gt;
Katapayadi Encoder — Phoneme to vector&lt;/p&gt;

&lt;p&gt;VedaRta Sphota is O(n) linear approximate attention — trades cross-token interaction for mobile efficiency. Different operation, different trade-off. Honest science matters.&lt;/p&gt;

&lt;p&gt;"Aham Brahmasmi" produces PHI (1.6188) resonance from embeddings.&lt;br&gt;
Trained a 49KB specialist model in 43 seconds on the phone.&lt;/p&gt;

&lt;p&gt;GitHub: github.com/divineearthly/VedaRta&lt;br&gt;
Model: huggingface.co/divinesouljoy/VedaRta-0.5B&lt;/p&gt;

&lt;p&gt;I'm here to answer questions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
