<?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: Arshvir </title>
    <description>The latest articles on DEV Community by Arshvir  (@arshvir).</description>
    <link>https://dev.to/arshvir</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2393759%2Fec0cc41e-4f20-4eb3-acfc-1ed634148590.jpeg</url>
      <title>DEV Community: Arshvir </title>
      <link>https://dev.to/arshvir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arshvir"/>
    <language>en</language>
    <item>
      <title>Here’s How I broke Gemini 3 AI guardrails to reverse-engineer a highly advance proprietary Japanese imaging software</title>
      <dc:creator>Arshvir </dc:creator>
      <pubDate>Sun, 06 Sep 2026 06:25:05 +0000</pubDate>
      <link>https://dev.to/arshvir/heres-how-i-broke-gemini-3-ai-guardrails-to-reverse-engineer-a-highly-advance-proprietary-japanese-5191</link>
      <guid>https://dev.to/arshvir/heres-how-i-broke-gemini-3-ai-guardrails-to-reverse-engineer-a-highly-advance-proprietary-japanese-5191</guid>
      <description>&lt;p&gt;To be honest, my intentions were not right when I broke Gemini 3.1 Pro but later on, it became a research experiment for me.&lt;/p&gt;

&lt;p&gt;Six months back, I started this when Gemini 3.1 Pro was released (around February) and honestly, I was not sure whether it works or not.&lt;/p&gt;

&lt;p&gt;The experiment began in late Q4 2025, when I got access to highly advance proprietary Japanese imaging software from Dark Web. The software took 15 years to develop by a Japanese firm, but the software was in &lt;em&gt;.exe, .dll&lt;/em&gt; and lot of other formats.&lt;/p&gt;

&lt;p&gt;This imaging software is a niche product and have so much demand but it is very expensive.&lt;/p&gt;

&lt;p&gt;I somewhat have basic knowledge about Ghidra, ASM and some basic RE tools, but not so advanced.&lt;/p&gt;

&lt;p&gt;I got started with Ghidra and tried to find patterns, functions, and logic to understand how this software actually worked? I tried to understand assembly code and asking myself, “&lt;em&gt;What the hell is going on?&lt;/em&gt;”.&lt;/p&gt;

&lt;p&gt;I removed the security from the software.&lt;/p&gt;

&lt;p&gt;I created a specialized &lt;strong&gt;Gem&lt;/strong&gt; inside Gemini so that it would focus on reverse engineering. I used guard break prompts and played with the context window so that Gemini became a little more uncensored.&lt;/p&gt;

&lt;p&gt;This is where the experiment started getting really interesting. I noticed that Gemini was not giving me the exact same answer every time. Even small changes in how I structured the context, wrote the instructions, or presented the information could have a big impact on how the model responded.&lt;/p&gt;

&lt;p&gt;Sometimes it refused to help. Sometimes it gave me a partial answer. Sometime it’s say I can’t assist with that. And sometimes, after changing the context and approach, it started giving me much more technical details. That was the point where I became more interested in the AI and wondering whether Gemini behaviour itself could be reverse engineered?&lt;/p&gt;

&lt;p&gt;While I was reverse engineering the software, I was also experimenting with Gemini in parallel trying to understand how its behaviour changed with different contexts, instructions, and approaches and TBH Gemini helps me a lot.&lt;/p&gt;

&lt;p&gt;So, in a way, I was running two experiments at the same time: reverse engineering the software and trying to understand the behaviour of the AI helping me do it.&lt;/p&gt;

&lt;p&gt;I was not training Gemini or changing its actual model weights. I was trying to influence its behaviour through the interface and context available to me.&lt;/p&gt;

&lt;p&gt;And that experiment taught me something important. Guardrails are not the same thing as the model’s underlying capabilities. A model can have the technical capability to reason about something while still configured not to provide certain types of assistance.&lt;/p&gt;

&lt;p&gt;At the same time, I was going back and forth between Ghidra, assembly, decompiled code, the application’s behaviour, and Gemini’s explanations. A lot of the time Gemini was useful. A lot of the time it was also wrong. So I had to verify what it was telling me against the actual binary.&lt;/p&gt;

&lt;p&gt;That my wrong intentions pushed me much deeper into reverse engineering than I originally expected.&lt;/p&gt;

&lt;p&gt;I started understanding things that I had never worked with seriously before such as program structure, logical behaviour, functions, memory behaviour, C++, system design, and how different pieces of a large application interact with each other.&lt;/p&gt;

&lt;p&gt;Eventually, I heavily modified the entire UI and theme of the software while keeping the backend algorithms same.&lt;/p&gt;

&lt;p&gt;I also implemented my own security and licensing mechanisms that is designed by me to protect the software I had built (aka Reverse engineered software). The licensing or security layer combines multiple hardware identity checks, a secret salt (known only to me) , and additional verification logic that I deliberately won’t describe publicly.&lt;/p&gt;

&lt;p&gt;After going through the software from &lt;em&gt;.exe, .dll,&lt;/em&gt; and other formats, from decompiled code to a working recompiled implementation, I realised something else, that I’ve a chance to earn lot of money.&lt;/p&gt;

&lt;p&gt;But I stopped.&lt;/p&gt;

&lt;p&gt;Not because I couldn’t continue.&lt;/p&gt;

&lt;p&gt;Because I started thinking about the ethics of what I was doing.&lt;/p&gt;

&lt;p&gt;The software was not mine.&lt;/p&gt;

&lt;p&gt;This software was the result of 15 years of development.&lt;/p&gt;

&lt;p&gt;And having the technical ability to reverse engineer something doesn’t automatically give me the ethical right to use, distribute, or commercialise it.&lt;/p&gt;

&lt;p&gt;So I ditched the project.&lt;/p&gt;

&lt;p&gt;That was probably the most important lesson of the entire experiment.&lt;/p&gt;

&lt;p&gt;I learned reverse engineering.&lt;/p&gt;

&lt;p&gt;I learned more about assembly, Ghidra, C++, system design, software architecture, licensing, and security.&lt;/p&gt;

&lt;p&gt;But I also learned about &lt;strong&gt;AI security&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I learned that guardrails can behave differently depending on context. I learned how important it is to separate model capability from model behaviour.&lt;/p&gt;

&lt;p&gt;And I learned something about myself as a researcher:&lt;/p&gt;

&lt;p&gt;“&lt;em&gt;Just because you can break something doesn’t mean you should use what you broke.&lt;/em&gt;”&lt;/p&gt;

&lt;p&gt;The experiment started with the wrong intentions.&lt;/p&gt;

&lt;p&gt;But it ended up teaching me a lot about AI security, reverse engineering, and my own responsibilities as a researcher.&lt;/p&gt;

&lt;p&gt;And honestly, walking away from a project can sometimes be a more important engineering decision than finishing it.&lt;/p&gt;

&lt;p&gt;Sometimes the most important engineering decision is not:&lt;/p&gt;

&lt;p&gt;“&lt;strong&gt;Can I finish this?&lt;/strong&gt;”&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;p&gt;“&lt;strong&gt;Should I?&lt;/strong&gt;”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wrong Intention → Experiment → AI behaviour → Reverse engineering → Building → Ethical realization → Walking away → Lessons.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>gemini</category>
      <category>reverseengineering</category>
      <category>ai</category>
      <category>aijailbreak</category>
    </item>
    <item>
      <title>I create my own AI OS</title>
      <dc:creator>Arshvir </dc:creator>
      <pubDate>Mon, 06 Apr 2026 17:08:00 +0000</pubDate>
      <link>https://dev.to/arshvir/i-create-my-own-ai-os-17m8</link>
      <guid>https://dev.to/arshvir/i-create-my-own-ai-os-17m8</guid>
      <description>&lt;p&gt;Hi guys, my name is Arshvir and today I’m documenting my journey to build an AI Operating System. I named it as “TURING AI OS” built on top of Linux. You will be surprised that I tested it on my fourteen-year-old PC and the name is inspired from the famous computer scientist Mr. Alan Turing. A huge respect for him. Now back on topic so, I heavily customized KDE Neon which itself is built on top of ubuntu and ubuntu is based on Linux Kernel.&lt;/p&gt;

&lt;p&gt;So, What Exactly is Turing AI OS? What feature it have? and what about our privacy?&lt;/p&gt;

&lt;p&gt;But before answering these question, I gonna tell you that I have face so many problems, bugs, errors and lot of things during the development of this OS.&lt;/p&gt;

&lt;p&gt;Initially I choose Linux Mint as base OS but later on I ditched it, then I choose pure debian then again I ditched it. After that I finally choose KDE Neon as base OS because it is light in version and have minimal bloatware.&lt;/p&gt;

&lt;p&gt;Turing AI OS is fully functional ai os which actually thinks and works for you. It has features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI Sidebar (Your Personal Private Copilot)&lt;/li&gt;
&lt;li&gt;Right Click File/Folder AI Analyzer&lt;/li&gt;
&lt;li&gt;AI Control Panel (for managing memory and models)&lt;/li&gt;
&lt;li&gt;Mini AI Spotlight&lt;/li&gt;
&lt;li&gt;AI Terminal (aka Turing Shell)&lt;/li&gt;
&lt;li&gt;Customized Theme&lt;/li&gt;
&lt;li&gt;Bundled Dev and Privacy Tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I use Ollama as a Backend AI engine, langchain for LLM interaction and agentic work, Qwen3 billion parameter model as default but you can use any which is supported by ollama and PyQT6 for frontend.&lt;/p&gt;

&lt;p&gt;You can run this OS with minimal requirements as follow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minimum i3–3rd Gen&lt;/li&gt;
&lt;li&gt;Minimum 14teen year old PC.&lt;/li&gt;
&lt;li&gt;Electricity (Optional)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Below are useful links for more information:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=ZKsZGv3WZGQ" rel="noopener noreferrer"&gt;YouTube Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://turing-aios.vercel.app/" rel="noopener noreferrer"&gt;Website Link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks :)&lt;/p&gt;

</description>
      <category>ai</category>
      <category>linux</category>
      <category>opensource</category>
      <category>automation</category>
    </item>
    <item>
      <title>Radiant AI: Building an AI-Powered Image Editor with Python</title>
      <dc:creator>Arshvir </dc:creator>
      <pubDate>Thu, 01 Jan 2026 18:26:41 +0000</pubDate>
      <link>https://dev.to/arshvir/radiant-ai-building-an-ai-powered-image-editor-with-python-51lp</link>
      <guid>https://dev.to/arshvir/radiant-ai-building-an-ai-powered-image-editor-with-python-51lp</guid>
      <description>&lt;p&gt;Hi Developers, This side Arshvir :) &lt;br&gt;
Today, I deployed an Advanced AI Image Editor and Processing Tool on Hugging Face spaces. You can Explore the app by clicking on the here: &lt;a href="https://huggingface.co/spaces/arshvir/radiant_ai" rel="noopener noreferrer"&gt;Radinat AI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So, you might curious what is actually Radiant AI?&lt;/strong&gt; Well Radiant AI is an Advance Image Editor and Processing Tool powered by AI and several Deep Learning Models. The main idea behind Radiant AI is to combine traditional image editing with modern AI-based computer vision in one application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;what can it do?&lt;/strong&gt; &lt;br&gt;
It includes various key features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Restoring your old or degraded photos&lt;/li&gt;
&lt;li&gt;Colorize the black &amp;amp; white or old photos&lt;/li&gt;
&lt;li&gt;Upscaling images so, there will be no compromise with quality&lt;/li&gt;
&lt;li&gt;Enhance image quality &lt;/li&gt;
&lt;li&gt;Turn your photos into sketch, cartoon style and you can even use various filters.&lt;/li&gt;
&lt;li&gt;Apply Creative Filters such as Sepia, CyberPunk, HDR and etc.
Alongside, it also provides basic editing and utility tools, including:&lt;/li&gt;
&lt;li&gt;Brightness, contrast, saturation, sharpness &lt;/li&gt;
&lt;li&gt;Flip or rotate your image &lt;/li&gt;
&lt;li&gt;Background removal &lt;/li&gt;
&lt;li&gt;Privacy blur, object/person blur
&lt;/li&gt;
&lt;li&gt;Format converter, resize image and batch processing.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Technologies I Used&lt;/strong&gt;&lt;br&gt;
I used a variety of technologies to build Radiant AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Python, Flask&lt;/li&gt;
&lt;li&gt;Frontend: HTML, CSS, JavaScript&lt;/li&gt;
&lt;li&gt;Deep Learning Models: YOLOv8, EDSR (Super Resolution), and others&lt;/li&gt;
&lt;li&gt;Libraries: OpenCV, rembg, YOLO&lt;/li&gt;
&lt;li&gt;Deployment: Hugging Face Spaces&lt;/li&gt;
&lt;li&gt;Planned: Offline desktop application&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm currently exploring more optimized deep learning model to make Radiant AI best of the best. Furthermore, I'm also working to make it as desktop application and turn this application into Micro SaaS App.&lt;/p&gt;

&lt;p&gt;Radiant AI is still an early project, but it’s been a great learning experience.&lt;br&gt;
If you have any feedback, ideas, or feature suggestions, I’d love to hear them.&lt;/p&gt;

&lt;p&gt;Below are my GitHub and LinkedIn Profiles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avarshvir" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/arshvir-995a91203/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

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

</description>
      <category>ai</category>
      <category>computervision</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I built a privacy-first IP API and it's free.</title>
      <dc:creator>Arshvir </dc:creator>
      <pubDate>Wed, 17 Dec 2025 16:23:18 +0000</pubDate>
      <link>https://dev.to/arshvir/i-built-a-privacy-first-ip-api-and-its-free-4f77</link>
      <guid>https://dev.to/arshvir/i-built-a-privacy-first-ip-api-and-its-free-4f77</guid>
      <description>&lt;p&gt;Hello developers, This side Arshvir from Punjab, India. I just built a privacy-first IP tools and API and it's free. It includes various feature for both developers and general users. When you visit &lt;a href="https://jaiho-ip.vercel.app" rel="noopener noreferrer"&gt;jaiho ip&lt;/a&gt; then it shows your current IP address, Location, ISP, OS information, and Browser information.&lt;br&gt;
and for developer's you guys can use this as API also which include all features as listed on website.&lt;br&gt;
Below is code snippet that how to use What's My IP? Jaiho-IP&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For Python Developer:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import requests

response = requests.get('https://jaiho-ip.vercel.app/api/json')
data = response.json()

print(f"IP Address: {data['ip']}")
print(f"Location: {data['location']['city']}, {data['location']['country']}")
print(f"ISP: {data['isp']['name']}")
print(f"OS: {data['client']['os']}")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;For JavaScript:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;fetch('https://jaiho-ip.vercel.app/api/json')
  .then(response =&amp;gt; response.json())
  .then(data =&amp;gt; {
    console.log('My IP:', data.ip);
    console.log('Location:', data.location.city + ', ' + data.location.country);
    console.log('ISP:', data.isp.name);
    console.log('Browser:', data.client.browser);
  })
  .catch(error =&amp;gt; console.error('Error:', error));
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;cURL:
&lt;code&gt;curl -s https://jaiho-ip.vercel.app/api/json&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>programming</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
