<?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: FOKRUL ISLAM</title>
    <description>The latest articles on DEV Community by FOKRUL ISLAM (@fokrulanthro16eng).</description>
    <link>https://dev.to/fokrulanthro16eng</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%2F3946443%2Fc224c2ba-6875-47ad-bdb1-a716eb2c6255.png</url>
      <title>DEV Community: FOKRUL ISLAM</title>
      <link>https://dev.to/fokrulanthro16eng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fokrulanthro16eng"/>
    <language>en</language>
    <item>
      <title>I Built KRONOS CORE: An AI Security Gateway for Safer AI-Assisted Software Development</title>
      <dc:creator>FOKRUL ISLAM</dc:creator>
      <pubDate>Wed, 03 Jun 2026 00:59:50 +0000</pubDate>
      <link>https://dev.to/fokrulanthro16eng/i-built-kronos-core-an-ai-security-gateway-for-safer-ai-assisted-software-development-53b5</link>
      <guid>https://dev.to/fokrulanthro16eng/i-built-kronos-core-an-ai-security-gateway-for-safer-ai-assisted-software-development-53b5</guid>
      <description>&lt;h1&gt;
  
  
  I Built KRONOS CORE: An AI Security Gateway for Safer AI-Assisted Software Development
&lt;/h1&gt;

&lt;p&gt;AI coding assistants are becoming part of everyday software development. They help developers move faster, but they can also introduce new risks: unsafe prompts, hallucinated packages, vulnerable dependencies, risky packages, and runtime behavior that may expose sensitive data.&lt;/p&gt;

&lt;p&gt;To explore this problem, I built &lt;strong&gt;KRONOS CORE&lt;/strong&gt; — a SaaS-ready AI security gateway for safer AI-assisted software development.&lt;/p&gt;

&lt;h2&gt;
  
  
  What KRONOS CORE does
&lt;/h2&gt;

&lt;p&gt;KRONOS CORE helps developer teams reduce risks from AI coding assistants by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;converting raw coding objectives into secure Claude execution blueprints&lt;/li&gt;
&lt;li&gt;auditing risky npm packages and typosquat-style dependency threats&lt;/li&gt;
&lt;li&gt;inspecting sandbox behavior for exfiltration risk&lt;/li&gt;
&lt;li&gt;generating security scores and enterprise-ready PDF reports&lt;/li&gt;
&lt;li&gt;providing a SaaS-ready dashboard with auth, history, billing foundation, and live deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live links
&lt;/h2&gt;

&lt;p&gt;Live demo: &lt;a href="https://kronos-core.vercel.app" rel="noopener noreferrer"&gt;https://kronos-core.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;API docs: &lt;a href="https://kronos-core.onrender.com/docs" rel="noopener noreferrer"&gt;https://kronos-core.onrender.com/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/fokrulanthro16-eng/-kronos-core" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/-kronos-core&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Peerlist launch post: &lt;a href="https://peerlist.io/scroll/post/ACTHJKN8BOAAA6NLJ3KKRR9J7E7EMB" rel="noopener noreferrer"&gt;https://peerlist.io/scroll/post/ACTHJKN8BOAAA6NLJ3KKRR9J7E7EMB&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;KRONOS CORE is built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;Supabase&lt;/li&gt;
&lt;li&gt;Vercel&lt;/li&gt;
&lt;li&gt;Render&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;AI-generated code is useful, but it should not go directly into production without safety checks.&lt;/p&gt;

&lt;p&gt;Smaller teams, startups, universities, and public-sector developers often do not have dedicated security review teams. This is especially important in the Global South, where teams may adopt AI tools quickly but may not always have access to expensive enterprise security infrastructure.&lt;/p&gt;

&lt;p&gt;KRONOS CORE is an attempt to create a practical safety layer between AI coding assistants and production software.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current status
&lt;/h2&gt;

&lt;p&gt;The project is live with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;deployed frontend&lt;/li&gt;
&lt;li&gt;deployed backend&lt;/li&gt;
&lt;li&gt;public GitHub repository&lt;/li&gt;
&lt;li&gt;API documentation&lt;/li&gt;
&lt;li&gt;PDF report export&lt;/li&gt;
&lt;li&gt;authentication foundation&lt;/li&gt;
&lt;li&gt;saved history&lt;/li&gt;
&lt;li&gt;billing foundation&lt;/li&gt;
&lt;li&gt;production deployment package&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I want feedback on
&lt;/h2&gt;

&lt;p&gt;I am looking for feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI safety framing&lt;/li&gt;
&lt;li&gt;secure AI-assisted software development workflows&lt;/li&gt;
&lt;li&gt;dependency risk detection&lt;/li&gt;
&lt;li&gt;sandbox inspection&lt;/li&gt;
&lt;li&gt;developer security tooling&lt;/li&gt;
&lt;li&gt;SaaS architecture&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you work on AI safety, cybersecurity, developer tools, or SaaS infrastructure, I would love your feedback.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>cybersecurity</category>
      <category>saas</category>
    </item>
    <item>
      <title>How I Built an AI Billing Firewall for OpenRouter and Supabase</title>
      <dc:creator>FOKRUL ISLAM</dc:creator>
      <pubDate>Mon, 01 Jun 2026 17:24:08 +0000</pubDate>
      <link>https://dev.to/fokrulanthro16eng/how-i-built-an-ai-billing-firewall-for-openrouter-and-supabase-33ja</link>
      <guid>https://dev.to/fokrulanthro16eng/how-i-built-an-ai-billing-firewall-for-openrouter-and-supabase-33ja</guid>
      <description>&lt;p&gt;AI Aggregator platforms face a common problem: unexpected API costs.&lt;/p&gt;

&lt;p&gt;A spam attack, bad prompt loop, or runaway agent can generate hundreds of dollars in OpenRouter charges before anyone notices.&lt;/p&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;Aivora Gatekeeper&lt;/strong&gt; — an AI Billing Firewall for OpenRouter-powered applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Usage quota enforcement&lt;/li&gt;
&lt;li&gt;Workspace budget caps&lt;/li&gt;
&lt;li&gt;Cost estimation before requests&lt;/li&gt;
&lt;li&gt;OpenRouter request gating&lt;/li&gt;
&lt;li&gt;Subscription-tier limits&lt;/li&gt;
&lt;li&gt;Analytics dashboard&lt;/li&gt;
&lt;li&gt;JWT/RBAC foundation&lt;/li&gt;
&lt;li&gt;67 automated tests&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Without protection, AI aggregator platforms can accumulate significant API costs from abuse, spam, or misconfigured agents.&lt;/p&gt;

&lt;p&gt;Aivora Gatekeeper sits between users and AI providers, enforcing budgets and quotas before requests reach OpenRouter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;Supabase&lt;/li&gt;
&lt;li&gt;OpenRouter&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/fokrulanthro16-eng/aivora-gatekeeper" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/aivora-gatekeeper&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Live Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://aivora-gatekeeper.vercel.app" rel="noopener noreferrer"&gt;https://aivora-gatekeeper.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback is welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>nextjs</category>
      <category>supabase</category>
    </item>
    <item>
      <title>I Revived Intelliyash: A Local-First AI Builder for Low-End Machines</title>
      <dc:creator>FOKRUL ISLAM</dc:creator>
      <pubDate>Thu, 28 May 2026 09:21:14 +0000</pubDate>
      <link>https://dev.to/fokrulanthro16eng/i-revived-intelliyash-a-local-first-ai-builder-for-low-end-machines-5224</link>
      <guid>https://dev.to/fokrulanthro16eng/i-revived-intelliyash-a-local-first-ai-builder-for-low-end-machines-5224</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://intelliyash.vercel.app/" rel="noopener noreferrer"&gt;https://intelliyash.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/fokrulanthro16-eng/intelliyash" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/intelliyash&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Intelliyash is a local-first AI runtime and builder designed for people who want to use AI without depending on expensive cloud APIs, complex setup, or high-end hardware.&lt;/p&gt;

&lt;p&gt;The core idea is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;From Idea to Local AI in Minutes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Instead of asking users to understand model names, quantization, RAM limits, CLI tools, or API keys, Intelliyash aims to handle the hard parts automatically.&lt;/p&gt;

&lt;p&gt;Users can describe what they want to build, and Intelliyash helps guide them toward a local AI assistant or app structure that can run on their own machine.&lt;/p&gt;

&lt;p&gt;The project focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local-first AI&lt;/li&gt;
&lt;li&gt;No required API key&lt;/li&gt;
&lt;li&gt;No cloud lock-in&lt;/li&gt;
&lt;li&gt;Low-end hardware support&lt;/li&gt;
&lt;li&gt;Simple UX for non-expert users&lt;/li&gt;
&lt;li&gt;A polished AI product experience&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Revived This Project
&lt;/h2&gt;

&lt;p&gt;Intelliyash started as an ambitious local AI experiment.&lt;/p&gt;

&lt;p&gt;The original goal was to create an AI runtime that could work on low-end machines and automatically choose the right local model based on the user’s hardware.&lt;/p&gt;

&lt;p&gt;But like many side projects, it became unfinished.&lt;/p&gt;

&lt;p&gt;There were useful parts already inside the project, but it needed polish:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The user experience was not clear enough&lt;/li&gt;
&lt;li&gt;The landing page needed a stronger story&lt;/li&gt;
&lt;li&gt;The project needed a better submission narrative&lt;/li&gt;
&lt;li&gt;Some routes needed build fixes&lt;/li&gt;
&lt;li&gt;The product needed a clear before-and-after arc&lt;/li&gt;
&lt;li&gt;The README and challenge story needed improvement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The GitHub Finish-Up-A-Thon Challenge was the perfect reason to come back, clean it up, and finally make it feel like a real product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Before
&lt;/h2&gt;

&lt;p&gt;Before this revival, Intelliyash was more of a technical experiment than a finished product.&lt;/p&gt;

&lt;p&gt;It had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A local AI runtime concept&lt;/li&gt;
&lt;li&gt;A chat-style interface&lt;/li&gt;
&lt;li&gt;Model and project sections&lt;/li&gt;
&lt;li&gt;Some backend ideas&lt;/li&gt;
&lt;li&gt;Early low-memory support&lt;/li&gt;
&lt;li&gt;A basic structure for local AI workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But it lacked:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A polished landing page&lt;/li&gt;
&lt;li&gt;Clear product positioning&lt;/li&gt;
&lt;li&gt;A strong homepage message&lt;/li&gt;
&lt;li&gt;A complete submission story&lt;/li&gt;
&lt;li&gt;A clean “why this matters” explanation&lt;/li&gt;
&lt;li&gt;A finished DEV Challenge presentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project existed, but the value was not immediately obvious to a new visitor.&lt;/p&gt;

&lt;h2&gt;
  
  
  After
&lt;/h2&gt;

&lt;p&gt;After the polish work, Intelliyash now has a much clearer product experience.&lt;/p&gt;

&lt;p&gt;The new version includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A cinematic landing page&lt;/li&gt;
&lt;li&gt;Clear headline: “From Idea to Local AI in Minutes”&lt;/li&gt;
&lt;li&gt;A stronger local-first AI message&lt;/li&gt;
&lt;li&gt;Idea Drop Zone concept&lt;/li&gt;
&lt;li&gt;Feature cards&lt;/li&gt;
&lt;li&gt;Local-first architecture explanation&lt;/li&gt;
&lt;li&gt;GitHub CTA&lt;/li&gt;
&lt;li&gt;Working routes&lt;/li&gt;
&lt;li&gt;Successful production build&lt;/li&gt;
&lt;li&gt;Updated submission story&lt;/li&gt;
&lt;li&gt;GitHub Copilot-assisted review and polish&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now the project communicates what it does much faster:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Intelliyash helps people go from an idea to a local AI app without needing API keys, cloud credits, or deep machine learning knowledge.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How GitHub Copilot Helped
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot helped me review the final project and improve the submission quality.&lt;/p&gt;

&lt;p&gt;I used Copilot to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Review the project for the GitHub Finish-Up-A-Thon Challenge&lt;/li&gt;
&lt;li&gt;Improve the project story&lt;/li&gt;
&lt;li&gt;Sharpen the README/submission direction&lt;/li&gt;
&lt;li&gt;Create a stronger before-and-after narrative&lt;/li&gt;
&lt;li&gt;Highlight key stats and product value&lt;/li&gt;
&lt;li&gt;Check whether the project clearly showed a completed polish arc&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of the strongest ideas Copilot helped clarify was this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We built Intelliyash because AI should work for everyone — not just people with API keys, cloud credits, and machine learning expertise.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Copilot also helped shape the key product message:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Time to first app: around 30 minutes instead of hours&lt;/li&gt;
&lt;li&gt;Monthly cost: $0 instead of ongoing API costs&lt;/li&gt;
&lt;li&gt;Hardware support: designed for low-end machines&lt;/li&gt;
&lt;li&gt;Privacy: local-first by default&lt;/li&gt;
&lt;li&gt;Vendor lock-in: zero&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This helped turn the project from “just a codebase” into a stronger challenge submission with a clearer story.&lt;/p&gt;

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

&lt;p&gt;Most AI tools assume users already have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API keys&lt;/li&gt;
&lt;li&gt;Cloud credits&lt;/li&gt;
&lt;li&gt;A powerful machine&lt;/li&gt;
&lt;li&gt;Knowledge of models&lt;/li&gt;
&lt;li&gt;Knowledge of prompts&lt;/li&gt;
&lt;li&gt;Knowledge of inference tools&lt;/li&gt;
&lt;li&gt;Time to configure everything manually&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But many developers, students, and indie builders do not have all of that.&lt;/p&gt;

&lt;p&gt;For many people, the problem is not imagination.&lt;/p&gt;

&lt;p&gt;The problem is setup.&lt;/p&gt;

&lt;p&gt;Intelliyash tries to solve that setup problem.&lt;/p&gt;

&lt;p&gt;The goal is to make local AI feel approachable, especially for people on limited hardware.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Local-First AI
&lt;/h3&gt;

&lt;p&gt;Intelliyash is designed around the idea that AI should be able to run locally whenever possible.&lt;/p&gt;

&lt;p&gt;This means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better privacy&lt;/li&gt;
&lt;li&gt;Lower cost&lt;/li&gt;
&lt;li&gt;Less dependency on cloud providers&lt;/li&gt;
&lt;li&gt;More control for users&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Low-End Hardware Support
&lt;/h3&gt;

&lt;p&gt;The project is designed with low-memory machines in mind.&lt;/p&gt;

&lt;p&gt;Instead of assuming everyone has a powerful GPU, Intelliyash focuses on making AI more accessible to people using lower-end devices.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Idea Drop Zone
&lt;/h3&gt;

&lt;p&gt;The Idea Drop Zone is the main product concept.&lt;/p&gt;

&lt;p&gt;The user writes an idea, and Intelliyash helps turn that idea into a local AI app direction.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I want an AI assistant for my small shop that can answer customer questions.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Intelliyash can then guide the user toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Assistant type&lt;/li&gt;
&lt;li&gt;Suggested stack&lt;/li&gt;
&lt;li&gt;Local-first architecture&lt;/li&gt;
&lt;li&gt;Project plan&lt;/li&gt;
&lt;li&gt;Possible model/runtime direction&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. No API Key Required
&lt;/h3&gt;

&lt;p&gt;A major goal is to reduce dependency on paid APIs.&lt;/p&gt;

&lt;p&gt;Cloud APIs are powerful, but they are not always accessible for everyone.&lt;/p&gt;

&lt;p&gt;Intelliyash is built around the idea that AI should still be useful even when a user does not have cloud credits or API access.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Simple User Experience
&lt;/h3&gt;

&lt;p&gt;I wanted the project to hide technical complexity behind a clean interface.&lt;/p&gt;

&lt;p&gt;The user should not need to understand every model detail before getting started.&lt;/p&gt;

&lt;p&gt;The product should feel simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Describe your idea.&lt;br&gt;&lt;br&gt;
Let Intelliyash guide the setup.&lt;br&gt;&lt;br&gt;
Build locally.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;The project uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;Local AI runtime ideas&lt;/li&gt;
&lt;li&gt;Vercel deployment&lt;/li&gt;
&lt;li&gt;GitHub for source control&lt;/li&gt;
&lt;li&gt;GitHub Copilot for review and polish&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I Fixed During the Finish-Up
&lt;/h2&gt;

&lt;p&gt;During the revival process, I worked on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improving the landing page&lt;/li&gt;
&lt;li&gt;Keeping the existing chat experience safe&lt;/li&gt;
&lt;li&gt;Making the root route more product-focused&lt;/li&gt;
&lt;li&gt;Preserving existing routes like &lt;code&gt;/chat&lt;/code&gt;, &lt;code&gt;/models&lt;/code&gt;, &lt;code&gt;/projects&lt;/code&gt;, &lt;code&gt;/playground&lt;/code&gt;, and &lt;code&gt;/settings&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Fixing frontend build issues&lt;/li&gt;
&lt;li&gt;Cleaning up API client behavior&lt;/li&gt;
&lt;li&gt;Testing the production build&lt;/li&gt;
&lt;li&gt;Pushing final changes to GitHub&lt;/li&gt;
&lt;li&gt;Preparing the submission story&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The final build passed successfully, and the working tree was clean after the last push.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges I Faced
&lt;/h2&gt;

&lt;p&gt;The biggest challenge was balancing two things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Keeping the existing project functionality safe&lt;/li&gt;
&lt;li&gt;Making the project look polished enough for a public challenge submission&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I did not want to destroy the existing app just to create a nice landing page.&lt;/p&gt;

&lt;p&gt;So the goal was to improve the presentation while keeping the actual product structure alive.&lt;/p&gt;

&lt;p&gt;Another challenge was build stability.&lt;/p&gt;

&lt;p&gt;Some pages worked during development, but production build found issues that needed to be fixed before submission.&lt;/p&gt;

&lt;p&gt;That was an important reminder:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A project is not really finished until it builds successfully.&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;This challenge reminded me that finishing a project is different from starting one.&lt;/p&gt;

&lt;p&gt;Starting is exciting.&lt;/p&gt;

&lt;p&gt;Finishing requires:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cleaning&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Explaining&lt;/li&gt;
&lt;li&gt;Documenting&lt;/li&gt;
&lt;li&gt;Fixing edge cases&lt;/li&gt;
&lt;li&gt;Making the value obvious&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also learned that a strong project needs more than code.&lt;/p&gt;

&lt;p&gt;It needs a story.&lt;/p&gt;

&lt;p&gt;For Intelliyash, the story became:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;AI should be local, affordable, private, and accessible — even on low-end machines.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What’s Next
&lt;/h2&gt;

&lt;p&gt;Next, I want to continue improving Intelliyash with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better local model selection&lt;/li&gt;
&lt;li&gt;More complete Idea Drop Zone generation&lt;/li&gt;
&lt;li&gt;Project template export&lt;/li&gt;
&lt;li&gt;Local assistant packaging&lt;/li&gt;
&lt;li&gt;Better offline mode&lt;/li&gt;
&lt;li&gt;More beginner-friendly setup&lt;/li&gt;
&lt;li&gt;Stronger backend integration&lt;/li&gt;
&lt;li&gt;More examples and demos&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The long-term vision is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A user drops an idea, and Intelliyash generates a local-first AI assistant or app that can run without cloud dependency.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I revived Intelliyash because I believe AI tools should be more accessible.&lt;/p&gt;

&lt;p&gt;Not everyone has expensive hardware.&lt;/p&gt;

&lt;p&gt;Not everyone has cloud credits.&lt;/p&gt;

&lt;p&gt;Not everyone wants vendor lock-in.&lt;/p&gt;

&lt;p&gt;But everyone should be able to build with AI.&lt;/p&gt;

&lt;p&gt;That is what Intelliyash is trying to make possible.&lt;/p&gt;

&lt;p&gt;This project went from an unfinished local AI experiment to a polished, challenge-ready product experience.&lt;/p&gt;

&lt;p&gt;And now it finally feels ready to share.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://intelliyash.vercel.app/" rel="noopener noreferrer"&gt;https://intelliyash.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/fokrulanthro16-eng/intelliyash" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/intelliyash&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>githubcopilot</category>
      <category>ai</category>
    </item>
    <item>
      <title>Synapse-Overlord — A Local-First Autonomous Architecture Assistant Powered by Hermes Agent</title>
      <dc:creator>FOKRUL ISLAM</dc:creator>
      <pubDate>Thu, 28 May 2026 02:37:50 +0000</pubDate>
      <link>https://dev.to/fokrulanthro16eng/synapse-overlord-a-local-first-autonomous-architecture-assistant-powered-by-hermes-agent-a0i</link>
      <guid>https://dev.to/fokrulanthro16eng/synapse-overlord-a-local-first-autonomous-architecture-assistant-powered-by-hermes-agent-a0i</guid>
      <description>&lt;h1&gt;
  
  
  Synapse-Overlord
&lt;/h1&gt;

&lt;p&gt;A local-first autonomous architecture assistant built with Rust, Axum, and Hermes Agent.&lt;/p&gt;

&lt;p&gt;Synapse-Overlord is an experimental AI engineering dashboard that can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;map software projects&lt;/li&gt;
&lt;li&gt;inspect source code&lt;/li&gt;
&lt;li&gt;perform structured tool-use&lt;/li&gt;
&lt;li&gt;analyze architecture&lt;/li&gt;
&lt;li&gt;generate engineering suggestions&lt;/li&gt;
&lt;li&gt;sandbox execution safely&lt;/li&gt;
&lt;li&gt;manage generated frontend projects&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The core of the system is powered by Hermes Agent-style multi-turn tool orchestration.&lt;/p&gt;

&lt;p&gt;Instead of generating a single text response, the system performs iterative reasoning through structured tools like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;file_list&lt;/li&gt;
&lt;li&gt;file_read&lt;/li&gt;
&lt;li&gt;file_search&lt;/li&gt;
&lt;li&gt;sandbox testing&lt;/li&gt;
&lt;li&gt;architecture analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every tool call is logged visually inside the dashboard, allowing users to observe the full reasoning trace in real time.&lt;/p&gt;

&lt;p&gt;This project was built for the Hermes Agent Challenge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;The dashboard shows Hermes Architect running real tool-use over the project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/UPLOAD_IMAGE_HERE" 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/UPLOAD_IMAGE_HERE" alt="Hermes Architect Dashboard" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The agent analyzes the codebase, lists files, reads selected files, searches code, and returns structured engineering suggestions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/UPLOAD_IMAGE_HERE" 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/UPLOAD_IMAGE_HERE" alt="Hermes Tool Calls" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;GitHub Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/fokrulanthro16-eng/synapse-overlord" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/synapse-overlord&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Rust 2024&lt;/li&gt;
&lt;li&gt;Axum&lt;/li&gt;
&lt;li&gt;Tokio&lt;/li&gt;
&lt;li&gt;SQLite&lt;/li&gt;
&lt;li&gt;Ratatui&lt;/li&gt;
&lt;li&gt;Groq API&lt;/li&gt;
&lt;li&gt;HTML/CSS/JavaScript&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Notes
&lt;/h2&gt;

&lt;p&gt;Synapse-Overlord demonstrates how Hermes Agent can power transparent autonomous engineering workflows through structured tool-use, sandbox validation, and real-time reasoning visualization.&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%2F68n4ylzb7pynyg0i04i1.png" 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%2F68n4ylzb7pynyg0i04i1.png" alt=" " width="799" height="402"&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%2F0y4es3w92m0tzr4pc92j.png" 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%2F0y4es3w92m0tzr4pc92j.png" alt=" " width="800" height="417"&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%2Fneinujls1dop4wf4lbtt.png" 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%2Fneinujls1dop4wf4lbtt.png" alt=" " width="645" height="860"&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%2F4f2aldg4omwlm8rsvaxj.png" 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%2F4f2aldg4omwlm8rsvaxj.png" alt=" " width="800" height="398"&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%2Fuk7sd8n3pjd5piac6eaj.png" 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%2Fuk7sd8n3pjd5piac6eaj.png" alt=" " width="800" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hermesagentchallenge</category>
      <category>agents</category>
      <category>rust</category>
      <category>ai</category>
    </item>
    <item>
      <title>Building EIDOLON OS — A Local-First AI Cognitive Operating System</title>
      <dc:creator>FOKRUL ISLAM</dc:creator>
      <pubDate>Sat, 23 May 2026 18:12:31 +0000</pubDate>
      <link>https://dev.to/fokrulanthro16eng/building-eidolon-os-a-local-first-ai-cognitive-operating-system-17i9</link>
      <guid>https://dev.to/fokrulanthro16eng/building-eidolon-os-a-local-first-ai-cognitive-operating-system-17i9</guid>
      <description>&lt;p&gt;I’ve been experimenting with a different direction for personal AI:&lt;/p&gt;

&lt;p&gt;not cloud chatbots,&lt;br&gt;
not another wrapper,&lt;br&gt;
but a local-first cognitive operating system.&lt;/p&gt;

&lt;p&gt;So I built EIDOLON OS.&lt;/p&gt;

&lt;p&gt;An experimental AI system that combines memory, vision, semantic retrieval, CCTV intelligence, workflow replay, and local agent actions into one modular platform.&lt;/p&gt;




&lt;h1&gt;
  
  
  EIDOLON OS
&lt;/h1&gt;

&lt;p&gt;A local-first AI cognitive operating system designed to transform raw desktop activity into structured, searchable memory.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Capabilities
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI memory engine&lt;/li&gt;
&lt;li&gt;PDF intelligence&lt;/li&gt;
&lt;li&gt;Voice ingestion&lt;/li&gt;
&lt;li&gt;YOLO/OpenCV vision pipelines&lt;/li&gt;
&lt;li&gt;CCTV/video analysis&lt;/li&gt;
&lt;li&gt;Replayable activity timelines&lt;/li&gt;
&lt;li&gt;Agent workflows&lt;/li&gt;
&lt;li&gt;Semantic search&lt;/li&gt;
&lt;li&gt;Daily activity summaries&lt;/li&gt;
&lt;li&gt;Temporal memory graphs&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Dashboard
&lt;/h1&gt;

&lt;p&gt;[UPLOAD SCREENSHOT HERE]&lt;/p&gt;




&lt;h1&gt;
  
  
  Vision / CCTV Intelligence
&lt;/h1&gt;

&lt;p&gt;EIDOLON can analyze uploaded videos and camera feeds using local computer vision pipelines.&lt;/p&gt;

&lt;p&gt;Features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;motion detection&lt;/li&gt;
&lt;li&gt;object detection&lt;/li&gt;
&lt;li&gt;YOLO vision analysis&lt;/li&gt;
&lt;li&gt;event timelines&lt;/li&gt;
&lt;li&gt;temporal memory storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;[UPLOAD SCREENSHOT HERE]&lt;/p&gt;




&lt;h1&gt;
  
  
  Agent Workflows
&lt;/h1&gt;

&lt;p&gt;The system also includes a local action/agent layer capable of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;opening applications&lt;/li&gt;
&lt;li&gt;summarizing activity&lt;/li&gt;
&lt;li&gt;replaying sessions&lt;/li&gt;
&lt;li&gt;workflow intelligence&lt;/li&gt;
&lt;li&gt;contextual memory actions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;[UPLOAD SCREENSHOT HERE]&lt;/p&gt;




&lt;h1&gt;
  
  
  Architecture
&lt;/h1&gt;

&lt;p&gt;Built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;OpenCV&lt;/li&gt;
&lt;li&gt;YOLO&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything runs locally.&lt;/p&gt;

&lt;p&gt;No cloud dependency.&lt;br&gt;
No telemetry.&lt;br&gt;
No external memory APIs.&lt;/p&gt;




&lt;h1&gt;
  
  
  Why I Built This
&lt;/h1&gt;

&lt;p&gt;Most AI systems today are stateless chat interfaces.&lt;/p&gt;

&lt;p&gt;I wanted to explore something different:&lt;/p&gt;

&lt;p&gt;an AI system that continuously remembers, observes, structures, and retrieves contextual information like a cognitive layer for the machine itself.&lt;/p&gt;

&lt;p&gt;Still early.&lt;br&gt;
But the foundation is becoming real.&lt;/p&gt;




&lt;h1&gt;
  
  
  GitHub
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/fokrulanthro16-eng/eidolon-os" rel="noopener noreferrer"&gt;https://github.com/fokrulanthro16-eng/eidolon-os&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%2Fthradjxolod50xbuky12.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%2Fthradjxolod50xbuky12.jpg" alt=" " width="800" height="355"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>computervision</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
