<?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: Faris Dedi Setiawan</title>
    <description>The latest articles on DEV Community by Faris Dedi Setiawan (@whitecybercode).</description>
    <link>https://dev.to/whitecybercode</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%2F3725621%2Fcd3085d9-6578-42c6-8c9d-52c2c57e7b54.jpg</url>
      <title>DEV Community: Faris Dedi Setiawan</title>
      <link>https://dev.to/whitecybercode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/whitecybercode"/>
    <language>en</language>
    <item>
      <title>The Algorithm’s Sanad: Unveiling “Frankenstein Hallucinations” in Enterprise AI</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Thu, 19 Feb 2026 01:21:51 +0000</pubDate>
      <link>https://dev.to/whitecybercode/the-algorithms-sanad-unveiling-frankenstein-hallucinations-in-enterprise-ai-4id3</link>
      <guid>https://dev.to/whitecybercode/the-algorithms-sanad-unveiling-frankenstein-hallucinations-in-enterprise-ai-4id3</guid>
      <description>&lt;p&gt;&lt;strong&gt;By: Faris Dedi Setiawan&lt;/strong&gt; &lt;em&gt;(Data Scientist | Google Cloud Innovator | Founder Whitecyber)&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Crisis of Truth
&lt;/h3&gt;

&lt;p&gt;In the rush to adopt Generative AI, the tech world is facing a silent crisis: &lt;strong&gt;AI Hallucinations&lt;/strong&gt;. Large Language Models (LLMs), at their core, are probabilistic engines. They are designed to predict the next word to make a sentence sound &lt;em&gt;fluent&lt;/em&gt;, not necessarily &lt;em&gt;factual&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;For creative writing, this “creativity” is a feature. But for high-stakes industries like Banking, Healthcare, or Law, it is a fatal bug.&lt;/p&gt;

&lt;p&gt;Many believe the solution is simply connecting the AI to the internet (RAG with Open Web Search). “Just let the AI google it,” they say.&lt;/p&gt;

&lt;p&gt;I disagreed. As a Data Scientist and a Muslim, I believe the methodology for verifying truth was perfected 1,400 years ago through the Islamic concepts of &lt;strong&gt;“Tabayyun”&lt;/strong&gt; (Verification) and &lt;strong&gt;“Sanad”&lt;/strong&gt; (Chain of Transmission).&lt;/p&gt;

&lt;p&gt;To prove this, I went into my lab using &lt;strong&gt;Google Vertex AI&lt;/strong&gt; to stress-test a model. What I found wasn’t just a simple error — it was a phenomenon I now call &lt;strong&gt;“The Frankenstein Hallucination.”&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Phase 1: The Fluent Liar (Ungrounded AI)
&lt;/h3&gt;

&lt;p&gt;I fed a “Trap Prompt” to a standard Gemini model in Vertex AI without any grounding tools. I asked about a completely fictional regulation:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Mention 3 main points of the ‘Ministry of Communication Regulation on Mandatory RAG and Digital Tabayyun in Banking AI Systems’ passed in January 2026.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;The Result:&lt;/strong&gt; The AI hallucinated. It invented three very convincing points about “Explainable AI” and “Human-in-the-loop.” However, because the model’s training data cut off before 2026, it still had a shred of “hesitation,” offering a disclaimer that the regulation might not exist yet.&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/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd8npjdrl86t2dw9z5l3d.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%2Fd8npjdrl86t2dw9z5l3d.png" width="800" height="446"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;[Screenshoot : The AI answering without Grounding]&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Phase 2: The Frankenstein Effect (Web-Grounded AI)
&lt;/h3&gt;

&lt;p&gt;Here is where it gets scary. I turned on &lt;strong&gt;Grounding with Google Search&lt;/strong&gt;. I expected the AI to perform a &lt;em&gt;Digital Tabayyun&lt;/em&gt; (verification), realize the regulation didn’t exist, and stop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; The AI hallucinated &lt;em&gt;even more confidently&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;By searching the open web, the AI found real keywords like “OJK” (Financial Services Authority), “Personal Data Protection Law,” and “AI Ethics.” It then took these disparate limbs of truth and stitched them together to validate my fake premise.&lt;/p&gt;

&lt;p&gt;Like Dr. Frankenstein’s monster, the answer was built from real parts but resulted in a lie. The AI removed its hesitation and presented the 2026 regulation as an absolute fact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This proves a critical thesis:&lt;/strong&gt; Connecting Enterprise AI to the open internet does not fix hallucinations; it often makes them harder to detect because they are wrapped in real-world context.&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/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9rebpcjq6i4twlwsyrg.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%2Ft9rebpcjq6i4twlwsyrg.png" width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;[Screenshoot : The "Frankenstein" result with Google Search Grounding]&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution: The “Sanad” Framework for RAG
&lt;/h3&gt;

&lt;p&gt;In Islamic epistemology, a Hadith (saying of the Prophet) is only accepted if it has a &lt;strong&gt;Sanad&lt;/strong&gt;  — a verified, unbroken chain of trustworthy sources. If the chain is broken, the information is rejected, no matter how good it sounds.&lt;/p&gt;

&lt;p&gt;We need to apply this to AI Architecture through &lt;strong&gt;Enterprise RAG (Retrieval-Augmented Generation).&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Sanad = Curated Vector Database:&lt;/strong&gt;
We cannot treat the open internet as a valid &lt;em&gt;Sanad&lt;/em&gt; for sensitive industries. The “Chain of Transmission” must be restricted to a curated internal database (e.g., specific PDF policies, medical journals, or legal documents) stored in &lt;strong&gt;Vertex AI Vector Search&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tabayyun = Confidence Thresholds:&lt;/strong&gt;
We must program the AI with a strict “Zero-Trust” policy. If the AI cannot find a specific citation (&lt;em&gt;Sanad&lt;/em&gt;) within the trusted database to support its claim, it must be forced to abort the generation.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Conclusion: The Two-Legged Strategy
&lt;/h3&gt;

&lt;p&gt;At &lt;a href="https://whitecyber.co.id" rel="noopener noreferrer"&gt;&lt;strong&gt;Whitecyber&lt;/strong&gt;&lt;/a&gt;, we advocate for a “Two-Legged Strategy.” One leg stands on the cutting-edge infrastructure of Cloud Computing, and the other stands on timeless ethical frameworks.&lt;/p&gt;

&lt;p&gt;The future of Enterprise AI belongs to models that know when to shut up. It is better for an AI to say, &lt;em&gt;“I don’t know,”&lt;/em&gt; than to confidently stitch together a Frankenstein truth. &lt;/p&gt;

</description>
      <category>googlecloudplatform</category>
      <category>aiethics</category>
      <category>artificialintelligen</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Stop Burning Money on OpenAI API! Why "AI Orchestration" with Local SLMs is the Future</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Mon, 09 Feb 2026 10:49:13 +0000</pubDate>
      <link>https://dev.to/whitecybercode/stop-burning-money-on-openai-api-why-ai-orchestration-with-local-slms-is-the-future-30b6</link>
      <guid>https://dev.to/whitecybercode/stop-burning-money-on-openai-api-why-ai-orchestration-with-local-slms-is-the-future-30b6</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%2Fmr0bdh6rrgzwuv3h92z4.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%2Fmr0bdh6rrgzwuv3h92z4.png" alt=" " width="672" height="384"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello Devs! 👋&lt;/p&gt;

&lt;p&gt;I'm &lt;strong&gt;Faris Dedi Setiawan&lt;/strong&gt;, a Data Scientist and Founder of &lt;strong&gt;Whitecyber Data Science Lab&lt;/strong&gt; based in Ambarawa, Indonesia.&lt;/p&gt;

&lt;p&gt;Today, I want to address a "lazy pattern" I see in many startups and junior devs: &lt;strong&gt;The "Wrapper" Syndrome.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We see thousands of apps that are essentially just a thin UI wrapper around the OpenAI GPT-4 API. While this is great for prototyping, it's a financial suicide for scaling.&lt;/p&gt;

&lt;p&gt;As an &lt;strong&gt;AI Orchestrator&lt;/strong&gt;, my job isn't just to make AI work; it's to make AI &lt;strong&gt;viable&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Here is why you should shift your mindset from "Calling APIs" to "Orchestrating SLMs" (Small Language Models), and how we do it in our lab.&lt;/p&gt;

&lt;h2&gt;
  
  
  📉 The Problem: API Dependency
&lt;/h2&gt;

&lt;p&gt;Relying 100% on external APIs means:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Cost:&lt;/strong&gt; You pay per token. It scales linearly with users (bad unit economics).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Latency:&lt;/strong&gt; Network calls are slower than local inference.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Privacy:&lt;/strong&gt; You are sending customer data to US servers.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🚀 The Solution: Local RAG with Ollama &amp;amp; LangChain
&lt;/h2&gt;

&lt;p&gt;In 2026, we have powerful open-source models like &lt;strong&gt;Llama 3&lt;/strong&gt;, &lt;strong&gt;Mistral&lt;/strong&gt;, or &lt;strong&gt;Gemma&lt;/strong&gt; that can run on consumer hardware.&lt;/p&gt;

&lt;p&gt;Instead of asking GPT-4 (expensive) to summarize a simple email, use a local model (free).&lt;/p&gt;

&lt;h3&gt;
  
  
  The Architecture
&lt;/h3&gt;

&lt;p&gt;We call this &lt;strong&gt;"Tiered Orchestration"&lt;/strong&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Tier 1 (Routing):&lt;/strong&gt; A tiny BERT model classifies the prompt. "Is this complex?"&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Tier 2 (Simple Tasks):&lt;/strong&gt; If simple -&amp;gt; Send to Local SLM (Mistral/Llama).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Tier 3 (Complex Tasks):&lt;/strong&gt; If complex -&amp;gt; Send to GPT-4/Gemini API.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This saves 80% of our API costs.&lt;/p&gt;

&lt;h2&gt;
  
  
  💻 The Code (Python Snippet)
&lt;/h2&gt;

&lt;p&gt;Here is a simple example of how to switch from OpenAI to a local Llama 3 model using &lt;code&gt;LangChain&lt;/code&gt; and &lt;code&gt;Ollama&lt;/code&gt;.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
python
from langchain_community.llms import Ollama
from langchain_openai import ChatOpenAI
import time

# Option 1: The Expensive Way 💸
# llm = ChatOpenAI(model="gpt-4", api_key="sk-...")

# Option 2: The Orchestrator Way (Local &amp;amp; Free) 🚀
# Prerequisite: Install Ollama and run 'ollama run llama3'
llm = Ollama(model="llama3")

def process_query(query):
    start = time.time()
    response = llm.invoke(query)
    end = time.time()

    print(f"⏱️ Time: {end - start:.2f}s")
    print(f"🤖 Answer: {response}")

# Test it out!
query = "Explain the concept of Data Sovereignty in one paragraph."
process_query(query)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>python</category>
      <category>ai</category>
      <category>architecture</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The 2026 Epstein Data Leak: A Wake-Up Call for Digital Integrity and AI Ethics</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Thu, 05 Feb 2026 03:02:52 +0000</pubDate>
      <link>https://dev.to/whitecybercode/the-2026-epstein-data-leak-a-wake-up-call-for-digital-integrity-and-ai-ethics-3jn0</link>
      <guid>https://dev.to/whitecybercode/the-2026-epstein-data-leak-a-wake-up-call-for-digital-integrity-and-ai-ethics-3jn0</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%2Fn6smd1vla8h8imd8os21.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%2Fn6smd1vla8h8imd8os21.png" width="800" height="457"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Faris Dedi Setiawan — Founder Whitecyber&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The massive release of 3.5 million pages of the “Epstein Files” in early 2026 has sent shockwaves across the globe. Beyond the political fallout, this event serves as a critical case study for IT professionals, &lt;a href="https://whitecyber.co.id" rel="noopener noreferrer"&gt;researchers&lt;/a&gt;, and cybersecurity experts. It highlights a stark reality: in the digital age, “deleted” is never truly deleted, and data is a permanent record of our legacy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Technical Challenge: Data Overload and AI Disinformation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The sheer volume of the release — millions of emails, logs, and photos — has necessitated the use of AI for data mining. However, this has led to two major concerns:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Failure of Digital Redaction:&lt;/strong&gt;
Technical glitches in government-standard redaction tools have led to the accidental exposure of sensitive information, proving that even state-level cybersecurity can falter.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Rise of Synthetic Evidence:&lt;/strong&gt;
Social media is currently flooded with AI-generated deepfakes depicting public figures in compromising situations. These are not part of the official documents but are being weaponized as “truth” by malicious actors.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Solution: A Strategic Framework for Digital Trust&lt;/strong&gt;
As we navigate this “Outcome Economy,” transparency and integrity are non-negotiable.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here are the solutions we must implement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Implementing Robust Data Governance:&lt;/strong&gt;
Organizations must treat internal communications as permanent records. Privacy is not just a feature; it’s a commitment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Advanced Media Literacy:&lt;/strong&gt;
We must develop and use AI tools specifically designed to detect AI-generated content (Deepfake Detectors) to protect public discourse from manipulation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ethical Foundation (The “Amanah” Principle):&lt;/strong&gt;
In my philosophy at &lt;a href="https://whitecyber.co.id" rel="noopener noreferrer"&gt;Whitecyber&lt;/a&gt;, data is an &lt;em&gt;Amanah&lt;/em&gt; (a sacred trust). We must handle research and information with the highest level of integrity, knowing that our digital footprints are eternal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The 2026 Epstein files are more than just a scandal; they are a mirror reflecting the permanence of our digital actions. For those of us building the future of technology, let this be a lesson: Build with integrity, for the data we create today will be our judge tomorrow.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>whitecyber</category>
      <category>datascience</category>
      <category>privacy</category>
    </item>
    <item>
      <title>The Death of the Degree, The Rise of the AI Orchestrator: A 2030 Education Manifesto</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Tue, 03 Feb 2026 10:33:22 +0000</pubDate>
      <link>https://dev.to/whitecybercode/the-death-of-the-degree-the-rise-of-the-ai-orchestrator-a-2030-education-manifesto-51d2</link>
      <guid>https://dev.to/whitecybercode/the-death-of-the-degree-the-rise-of-the-ai-orchestrator-a-2030-education-manifesto-51d2</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%2Fmcb48i404rk33evtdkuo.jpeg" 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%2Fmcb48i404rk33evtdkuo.jpeg" width="504" height="378"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Whitecyber Academy Office&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The world as we know it is shifting. Not because of a geopolitical crisis, but because of the silent lines of code we call Artificial Intelligence (AI).&lt;/p&gt;

&lt;p&gt;If you still believe that a university degree is a guaranteed ticket to a secure future, you are dreaming in the path of a tsunami. The reality is blunt: our current educational institutions are still busy churning out &lt;strong&gt;“Second-Class Robots”&lt;/strong&gt;  — humans trained to memorize, calculate, and perform technical tasks that AI can now complete in 0.3 seconds.&lt;/p&gt;

&lt;p&gt;At &lt;strong&gt;Whitecyber Data Science Lab&lt;/strong&gt; , we conducted an in-depth study on the “Relevancy Crisis of 2026–2030.” The result is clear: Jobs are not disappearing, but jobs performed by humans &lt;em&gt;without&lt;/em&gt; the aid of AI will become extinct.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why your diploma is expiring, and how Whitecyber Academy is building the “Noah’s Ark” for human careers in the age of Artificial Intelligence.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  The Problem is Not AI; It’s How We Learn
&lt;/h4&gt;

&lt;p&gt;Many fear being replaced by AI. However, AI lacks context. AI lacks moral intuition. And AI cannot take legal or ethical responsibility.&lt;/p&gt;

&lt;p&gt;This is the gap we discovered. The world doesn’t need more basic coders; the world needs &lt;strong&gt;AI Orchestrators&lt;/strong&gt;  — conductors capable of leading a symphony of technology to produce real-world business outcomes.&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/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw571czp71ylnb69g3fpm.jpeg" 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%2Fw571czp71ylnb69g3fpm.jpeg" width="800" height="837"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Rias Septiyaningrum (NIM F2A023043), a 5th semester student from the English Literature Study Program, Faculty of Education and Humanities join Whitecyber Academy.&lt;/em&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Introducing Whitecyber Academy: The School of Research
&lt;/h4&gt;

&lt;p&gt;We didn’t build a typical training center. We built a &lt;strong&gt;Corporate University&lt;/strong&gt; founded on a single methodology: &lt;a href="https://whitecyber.co.id" rel="noopener noreferrer"&gt;&lt;strong&gt;Learning by Outcome&lt;/strong&gt;&lt;/a&gt;** (LBO)**.&lt;/p&gt;

&lt;p&gt;At &lt;a href="https://whitecyber.co.id/academy/" rel="noopener noreferrer"&gt;Whitecyber Academy&lt;/a&gt;, we have abolished paper-based exams. In their place, we require scientific publications and industrial solutions. We educate humans to master the three pillars that no machine can touch:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Contextual Intelligence:&lt;/strong&gt; Transforming messy, real-world problems into precise technological instructions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Strategic Decision Making:&lt;/strong&gt; Using data not as a final answer, but as a navigation tool for growth.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Digital Ethics:&lt;/strong&gt; Maintaining “Digital Integrity” (&lt;em&gt;Tabayyun&lt;/em&gt;) amidst a flood of automated information.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  From Local Roots to Global Authority
&lt;/h4&gt;

&lt;p&gt;We started this with a massive vision. We recently released our &lt;em&gt;Research White Paper&lt;/em&gt; titled &lt;strong&gt;“Building the AI Orchestrator,”&lt;/strong&gt; which is now globally recognized on &lt;strong&gt;ResearchGate&lt;/strong&gt;. This isn’t just theory; it’s a blueprint for anyone who wants to survive and thrive during this disruption.&lt;/p&gt;

&lt;h4&gt;
  
  
  Conclusion: Will You Be a Spectator or a Conductor?
&lt;/h4&gt;

&lt;p&gt;The great wave of 2030 is coming. You can choose to remain a “Second-Class Robot” waiting to be replaced by an automated script, or you can step onto the ark and become a master of the future.&lt;/p&gt;

&lt;p&gt;The choice is yours.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Read our full Research Paper on ResearchGate:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.researchgate.net/publication/400360661_Membangun_AI_Orchestrator_Solusi_Ketahanan_Karir_Manusia_di_Era_Ledakan_Kecerdasan_Buatan" rel="noopener noreferrer"&gt;https://www.researchgate.net/publication/400360661_Membangun_AI_Orchestrator_Solusi_Ketahanan_Karir_Manusia_di_Era_Ledakan_Kecerdasan_Buatan&lt;/a&gt;&lt;br&gt;&lt;br&gt;
🚀 &lt;strong&gt;Join the education revolution at:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://whitecyber.co.id/academy/" rel="noopener noreferrer"&gt;whitecyber.co.id/academy/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About the Author:&lt;/strong&gt; &lt;a href="https://whitecyber.co.id/faris-dedi-setiawan/" rel="noopener noreferrer"&gt;&lt;em&gt;Faris Dedi Setiawan&lt;/em&gt;&lt;/a&gt; &lt;em&gt;is the Founder of Whitecyber Data Science Lab and the pioneer of the Learning by Outcome (LBO) methodology. He focuses on the integration of human ethics and AI in the worlds of research and business.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>techtrends</category>
      <category>futureofwork</category>
      <category>artificialintelligen</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Detecting AI Hallucinations in Research Papers: A Warning for 2026</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Thu, 22 Jan 2026 09:50:33 +0000</pubDate>
      <link>https://dev.to/whitecybercode/detecting-ai-hallucinations-in-research-papers-a-warning-for-2026-3b4</link>
      <guid>https://dev.to/whitecybercode/detecting-ai-hallucinations-in-research-papers-a-warning-for-2026-3b4</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Problem:&lt;/strong&gt; &lt;br&gt;
Clean Code, Dirty Data As a Data Scientist, I've noticed a disturbing trend in 2026: The rise of "AI Hallucinations" in academic thesis. Students are using LLMs (ChatGPT/Gemini) to generate perfect sentences, but the data citations are completely fake.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Experiment At my lab, Whitecyber:&lt;/strong&gt; &lt;br&gt;
we tested several papers and found that standard plagiarism checkers (Turnitin) failed to detect this because the grammar was original (AI-generated).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution:&lt;/strong&gt; &lt;br&gt;
Human-in-the-Loop Validation We cannot rely solely on algorithms. High-Performance Computing (HPC) must be used to cross-reference data points, not just check grammar syntax.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Read My Full White Paper (PDF)&lt;/strong&gt; &lt;br&gt;
I have published the full research findings on Academia.edu. You can download the technical breakdown here: &lt;a href="https://www.academia.edu/147500692/Tsunami_AI_dan_Runtuhnya_Menara_Gading_Peringatan_untuk_Dunia_Akademik?source=swp_share" rel="noopener noreferrer"&gt;https://www.academia.edu/147500692/Tsunami_AI_dan_Runtuhnya_Menara_Gading_Peringatan_untuk_Dunia_Akademik?source=swp_share&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's discuss: How do you validate AI-generated datasets in your projects?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faris Dedi Setiawan&lt;/strong&gt; &lt;em&gt;Google Cloud Innovator&lt;/em&gt; | Founder &lt;em&gt;Whitecyber.co.id&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>data</category>
      <category>datascience</category>
      <category>python</category>
    </item>
    <item>
      <title>Beyond the Skyscrapers: Why I Built a World-Class Data Science Ecosystem in the Shadow of a…</title>
      <dc:creator>Faris Dedi Setiawan</dc:creator>
      <pubDate>Wed, 21 Jan 2026 01:41:42 +0000</pubDate>
      <link>https://dev.to/whitecybercode/beyond-the-skyscrapers-why-i-built-a-world-class-data-science-ecosystem-in-the-shadow-of-a-1663</link>
      <guid>https://dev.to/whitecybercode/beyond-the-skyscrapers-why-i-built-a-world-class-data-science-ecosystem-in-the-shadow-of-a-1663</guid>
      <description>&lt;h3&gt;
  
  
  Beyond the Skyscrapers: Why I Built a World-Class Data Science Ecosystem in the Shadow of a Mountain
&lt;/h3&gt;

&lt;p&gt;If you look at the map of Indonesia’s technology ecosystem, the heat signatures are predictable. Jakarta shines the brightest, pulsating with the frantic energy of unicorns and venture capital. Then there are the secondary hubs: Bandung, Yogyakarta, Surabaya.&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/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjexqen1o6z8ng46tfeex.jpeg" 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%2Fjexqen1o6z8ng46tfeex.jpeg" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;The view from our headquarters in Ambarawa, where innovation meets tranquility.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But if you zoom in deeper into Central Java, right at the foot of Mount Ungaran, you will find a different kind of signal. It is steady, quiet, but incredibly dense with data.&lt;/p&gt;

&lt;p&gt;This is Ambarawa. It is not a place you would typically associate with High-Performance Computing (HPC) or Big Data analytics. It is a place known for its history, its railway museum, and its serene swamps.&lt;/p&gt;

&lt;p&gt;Yet, it is here — far from the noise of the capital’s skyscrapers — that I chose to build &lt;a href="https://whitecyber.co.id/" rel="noopener noreferrer"&gt;&lt;strong&gt;Whitecyber&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;People often ask me, &lt;em&gt;“Faris, you are a Google Cloud Innovator. You have the credentials to sit in a high-rise office in SCBD or Singapore. Why Ambarawa?”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The answer is simple, though it often confuses the purely profit-driven mind:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;True data integrity requires silence.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  The Noise of the Industry vs. The Silence of Verification
&lt;/h3&gt;

&lt;p&gt;We are living in the noisy era of Generative AI. Information is being produced at a scale that human civilization has never seen before. But with this explosion of data comes a crisis of trust.&lt;/p&gt;

&lt;p&gt;In the academic and corporate research sectors in Indonesia, this crisis is palpable. We see the rise of “ghost-writing” services, manipulated statistics, and a “copy-paste” culture that threatens the very foundation of our intellectual sovereignty.&lt;/p&gt;

&lt;p&gt;When I established Whitecyber, my mission was not just to open another “IT Consultant” firm. I wanted to build a &lt;strong&gt;Sanctuary of Data Integrity&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In the bustling cities, the pressure is often on speed and vanity metrics. &lt;em&gt;“Get the app out. Get the paper published. Get the valuation up.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here in Ambarawa, we operate differently. We follow the philosophy of the rice paddy (&lt;em&gt;padi&lt;/em&gt;) that surrounds us: &lt;strong&gt;Growth takes time, and the most valuable grain bows the lowest.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By operating outside the chaotic metropolitan bubble, my team and I can focus on what matters most: &lt;strong&gt;Deep Verification.&lt;/strong&gt; We treat every dataset — whether it comes from a doctoral candidate or a corporate entity — with forensic precision. We are not just processing numbers; we are guarding the truth.&lt;/p&gt;

&lt;h3&gt;
  
  
  Democratizing “Research-Grade” Infrastructure
&lt;/h3&gt;

&lt;p&gt;There is a misconception that “Global Standards” are exclusive to global cities. This is a dangerous lie that perpetuates inequality.&lt;/p&gt;

&lt;p&gt;Why should a brilliant researcher in a remote campus in Kalimantan have less access to powerful computing power than a student in Depok or Boston?&lt;/p&gt;

&lt;p&gt;As a &lt;a href="https://whitecyber.co.id/faris-dedi-setiawan/" rel="noopener noreferrer"&gt;&lt;strong&gt;Data Scientist&lt;/strong&gt;&lt;/a&gt;, I believe that technology should be a great equalizer, not a divider.&lt;/p&gt;

&lt;p&gt;Through Whitecyber, we have deployed infrastructure that rivals what you find in Tier-1 cities. We utilize Google Cloud’s advanced architecture combined with rigorous local compliance. This allows us to serve clients from across the archipelago — from Sabang to Merauke — providing them with:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Algorithmic Transparency:&lt;/strong&gt; We explain &lt;em&gt;how&lt;/em&gt; the result is derived. No black boxes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ethical Data Handling:&lt;/strong&gt; Ensuring privacy and intellectual property rights are respected.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Global-Standard Security:&lt;/strong&gt; Implementing protocols that I have learned from global ecosystems like NASA and Google, applied to the local context.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is what I call &lt;strong&gt;“The Ambarawa Model”&lt;/strong&gt; : Low overhead costs, high quality of life for the talent, and world-class output for the client.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Human in the Loop: Why AI Can’t Replace Integrity
&lt;/h3&gt;

&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%2Fviek8hz9xvwcqx9cjf09.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%2Fviek8hz9xvwcqx9cjf09.png" width="800" height="446"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Faris Dedi Setiawan — CEO, Whitecyber&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;As much as I love AI — and I use it daily — I am a firm believer that AI cannot replace the “Human Conscience” in research.&lt;/p&gt;

&lt;p&gt;We often receive raw data that is statistically “perfect” but contextually flawed. An AI might miss the nuance. A hurried consultant in Jakarta might skip the validation to save time.&lt;/p&gt;

&lt;p&gt;But my team in Ambarawa? We look at the data until it speaks the truth.&lt;/p&gt;

&lt;p&gt;This is the value of &lt;a href="https://whitecyber.co.id/faris-dedi-setiawan/" rel="noopener noreferrer"&gt;&lt;strong&gt;Faris Dedi Setiawan&lt;/strong&gt;&lt;/a&gt; as a brand — not just as a person, but as a promise. The promise that behind every chart and every conclusion, there is a human being who has checked the moral compass of the algorithm.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Message to the Future Technologists of Indonesia
&lt;/h3&gt;

&lt;p&gt;To the young data scientists and engineers reading this: &lt;strong&gt;You do not need to leave your hometown to change the world.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The internet has flattened the playing field. The cloud has removed the barriers. You can build a global-standard enterprise from a village, from a mountainside, or from a small garage in a regency that most investors can’t find on a map.&lt;/p&gt;

&lt;p&gt;What you need is not a prestigious address. What you need is &lt;strong&gt;Integrity&lt;/strong&gt; and &lt;strong&gt;Competence&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Whitecyber is proof of that. We are growing, not by shouting the loudest, but by being the most trusted. We are building the “Data Sovereignty” of Indonesia, one valid research paper at a time.&lt;/p&gt;

&lt;p&gt;We are Whitecyber. And we are proud to power the nation’s intellect from Ambarawa.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;About the Author:&lt;/em&gt; &lt;a href="https://whitecyber.co.id/faris-dedi-setiawan/" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;em&gt;Faris Dedi Setiawan&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; &lt;em&gt;is a Google Cloud Innovator, Data Scientist, and the Founder of&lt;/em&gt; &lt;a href="https://whitecyber.co.id/" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;em&gt;Whitecyber&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;em&gt;. Based in Central Java, he is dedicated to advancing Research Integrity and AI Ethics in Indonesia&lt;/em&gt;&lt;/p&gt;

</description>
      <category>artificialintelligen</category>
      <category>datascience</category>
      <category>indonesia</category>
      <category>leadership</category>
    </item>
  </channel>
</rss>
