<?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: Soon Seah Toh</title>
    <description>The latest articles on DEV Community by Soon Seah Toh (@soon_seahtoh_3e917beae5e).</description>
    <link>https://dev.to/soon_seahtoh_3e917beae5e</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%2F3770024%2F9ccf110f-390e-4437-8398-b2748b164962.jpg</url>
      <title>DEV Community: Soon Seah Toh</title>
      <link>https://dev.to/soon_seahtoh_3e917beae5e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/soon_seahtoh_3e917beae5e"/>
    <language>en</language>
    <item>
      <title>The Death of the Technical Writer</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Fri, 08 May 2026 04:26:38 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/the-death-of-the-technical-writer-8a3</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/the-death-of-the-technical-writer-8a3</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.netgain-systems.com/death-of-the-technical-writer" rel="noopener noreferrer"&gt;netgain-systems.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The first software job AI killed wasn't the developer.
&lt;/h2&gt;

&lt;p&gt;It was the technical writer.&lt;/p&gt;

&lt;p&gt;Think about what that role actually was. Someone who walked the floors, interviewed engineers, pieced together half-explanations across hallway conversations and JIRA tickets, then went away for two weeks to produce a 30-page guide that engineers would read and quietly say "mostly right".&lt;/p&gt;

&lt;p&gt;That role had a structural flaw, and we all knew it. The technical writer was always working from a translation, never from the source. The further from the code they were, the more polished the prose; the more polished the prose, the more confidently wrong it could become.&lt;/p&gt;

&lt;h2&gt;
  
  
  Now ask AI to read the code
&lt;/h2&gt;

&lt;p&gt;Just the code. The actual source. The configuration files. The error messages it emits. The test cases. The build logs.&lt;/p&gt;

&lt;p&gt;Five minutes of prompt tuning later, what comes back is more accurate, more current, and more complete than anything a human writer has ever produced for me.&lt;/p&gt;

&lt;p&gt;That's not because AI is brilliant. It's because the &lt;em&gt;source code was always the truth&lt;/em&gt;, and now we have a translator that reads the truth directly instead of reading a human's interpretation of someone else's interpretation.&lt;/p&gt;

&lt;p&gt;The bottleneck moved.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we did at NetGain
&lt;/h2&gt;

&lt;p&gt;We rebuilt all of NetGain's product documentation this way. You can see it live:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://docs.netgain-systems.com" rel="noopener noreferrer"&gt;docs.netgain-systems.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every page is AI-drafted from the actual code, the actual product behaviour, the actual configuration surface. A human engineer then reviews — for tone, for what to leave out, for what to emphasize, for the things a customer needs to know that the code itself can't surface (history, design intent, common pitfalls).&lt;/p&gt;

&lt;p&gt;The bottleneck moved from &lt;em&gt;writing the doc&lt;/em&gt; to &lt;em&gt;reviewing what AI wrote&lt;/em&gt;. One engineer now keeps an entire product's documentation current while continuing to ship features.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest math
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Old way:&lt;/strong&gt; 1 dedicated technical writer + 6 weeks per release cycle = stale documentation on launch day, full rewrite each major version, knowledge loss every time someone leaves.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New way:&lt;/strong&gt; AI drafts in minutes from the current source. Engineer reviews in an hour. Docs ship with the build. No translation layer. No knowledge loss.&lt;/p&gt;

&lt;p&gt;The cost difference isn't 2x or 5x. It's structural. The role of &lt;em&gt;secondhand-information-translator-into-polished-prose&lt;/em&gt; has no economic basis once a tool can read the source directly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where I'd love to be wrong
&lt;/h2&gt;

&lt;p&gt;I genuinely don't know if anyone is still hiring full-time technical writers in 2026. If you are, I want to understand the case — not to argue, but because I might be missing something.&lt;/p&gt;

&lt;p&gt;Possibilities I've considered:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Compliance-grade documentation&lt;/strong&gt; (FDA, aerospace, defence) where the author needs to swear by every word. Maybe. Though even there, AI-drafted + human-attested feels like it would dominate.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Product marketing copy disguised as docs.&lt;/strong&gt; Different role.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Domain experts who happen to write.&lt;/strong&gt; Not really technical writers — those are subject matter experts who write.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I don't see anymore: the pure "interview engineers, produce docs" workflow. That role has no defensible moat.&lt;/p&gt;

&lt;h2&gt;
  
  
  This isn't an "AI replaces jobs" rant
&lt;/h2&gt;

&lt;p&gt;This is a "the role had a structural flaw and AI just removed the flaw" observation. Every role with a similar structure — a human translation layer between the source of truth and the consumer of that truth — is on the same trajectory.&lt;/p&gt;

&lt;p&gt;Software engineers, you're on a longer timeline but the same list. The structural flaws in your role are getting exposed too. That's another post.&lt;/p&gt;

&lt;p&gt;For now, take a look at &lt;a href="https://docs.netgain-systems.com" rel="noopener noreferrer"&gt;docs.netgain-systems.com&lt;/a&gt; and tell me where the human writer would have done it better.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;More from NetGain Systems:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.netgain-systems.com" rel="noopener noreferrer"&gt;docs.netgain-systems.com&lt;/a&gt; — our AI-drafted, human-reviewed product documentation&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.netgain-systems.com/blog" rel="noopener noreferrer"&gt;www.netgain-systems.com/blog&lt;/a&gt; — more posts on AI, observability, and engineering&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>documentation</category>
      <category>softwareengineering</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Proposal Cycle Is the Next Thing AI Eats</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Sat, 02 May 2026 14:24:47 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/the-proposal-cycle-is-the-next-thing-ai-eats-4656</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/the-proposal-cycle-is-the-next-thing-ai-eats-4656</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%2F09s99w0xkemcjuj3dtst.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%2F09s99w0xkemcjuj3dtst.jpeg" alt="Business handshake over a contract" width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your proposal team still takes six weeks per RFP, you are about to lose a lot of deals.&lt;/p&gt;

&lt;p&gt;Not because your competitors got cheaper. Because they got faster, more honest, and more specific. All at the same time.&lt;/p&gt;

&lt;p&gt;This is what is happening in the field right now.&lt;/p&gt;

&lt;p&gt;We just shipped thirteen enterprise proposals in six weeks. Telcos, universities, government agencies, regional MNCs across Southeast Asia. Real ones. Some over 5,000 lines of detailed solution design. A year ago that workload was eighteen months and twelve people. We did it with four.&lt;/p&gt;

&lt;p&gt;Here is what changed.&lt;/p&gt;

&lt;p&gt;The proposal is not written by a solution architect anymore. It is drafted by AI grounded in our actual product source code and capability matrix. A human reviews, shapes, and signs off. Customer comments come back, AI suggests refinements, human approves. Days. Sometimes hours.&lt;/p&gt;

&lt;p&gt;Now the uncomfortable part for everyone still doing it the old way.&lt;/p&gt;

&lt;p&gt;Your proposal is going to be evaluated by an AI on the customer side. The big procurement teams are already piloting it. Three competing proposals get fed into a model that compares scope, pricing, capability mapping, technical depth, risk disclosure. The honest, specific, source-code-grounded proposal wins that comparison every single time. The other two get summarised as "vague, hedged, padding."&lt;/p&gt;

&lt;p&gt;Most enterprise proposals lie by omission. They claim capabilities the product does not have. They use vague verbs to avoid commitment. They run forty pages of context before saying anything specific. AI on the customer side strips all of that out and ranks what is left.&lt;/p&gt;

&lt;p&gt;If your proposal still does any of these, it is going to lose:&lt;/p&gt;

&lt;p&gt;→ Capability claims without numbers&lt;br&gt;
→ Forty pages of consultant flannel before page one of substance&lt;br&gt;
→ Refusal to say what you do not do&lt;br&gt;
→ Generic boilerplate copy-pasted from the previous deal&lt;br&gt;
→ Pricing that hides the actual cost behind footnotes&lt;/p&gt;

&lt;p&gt;The only proposals that will survive the next twelve months are the ones written with the discipline of a code review. Specific. Grounded. Honest about the gaps. Fast.&lt;/p&gt;

&lt;p&gt;This is a deliberate choice. NetGain made the call eighteen months ago that the proposal cycle was the most overlooked bottleneck in enterprise sales, and that AI grounded in real product capability would change the economics of how we win. It has. The customers feel it on the first read.&lt;/p&gt;

&lt;p&gt;If you are running a proposal team in 2026 and your average cycle is still measured in weeks, you have maybe twelve months before this catches you. Probably less.&lt;/p&gt;

&lt;p&gt;The proposal cycle is the next thing AI eats. Most companies have not noticed.&lt;/p&gt;

&lt;p&gt;Go build before someone else does.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Want to see what AI-native enterprise software actually looks like in production? &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Explore Astra AI and Cloud Vista v15&lt;/a&gt; — built in Singapore, deployed globally.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>enterprise</category>
      <category>sales</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Inside NetGain UEBA — How We Actually Compute Risk Scores (No Black Box)</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Mon, 27 Apr 2026 13:49:20 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/inside-netgain-ueba-how-we-actually-compute-risk-scores-no-black-box-53nl</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/inside-netgain-ueba-how-we-actually-compute-risk-scores-no-black-box-53nl</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;▶ &lt;a href="https://www.netgain-systems.com/inside-netgain-ueba-risk-scoring" rel="noopener noreferrer"&gt;Watch the 5-minute walkthrough&lt;/a&gt;&lt;/strong&gt; — every formula, every query, click by click.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Here is how NetGain UEBA actually computes a risk score. Every formula. Every query. Live, click by click, in 5 minutes.&lt;/p&gt;

&lt;p&gt;No black box. No "trust the AI." No proprietary sauce hidden behind a marketing reel.&lt;/p&gt;

&lt;p&gt;The dirty secret of the UEBA industry is that most "AI-powered" products are if-statements with marketing. A vendor sells you "machine learning" for $200k, deploys it, and when you ask why a user got flagged, the answer is some variant of "trust the model." No formula. No query. No way to defend the alert in front of a customer. Just a black box, a confident-looking dashboard, and an annual renewal.&lt;/p&gt;

&lt;p&gt;I have been building security products for over 20 years and I have seen this pattern too many times.&lt;/p&gt;

&lt;p&gt;So we built NetGain UEBA the hard way.&lt;/p&gt;

&lt;p&gt;No rules. There is no rule that says "five failed logins is an anomaly." The detector learns each user's pattern over a 14-day rolling window, unsupervised, no labelled training data. Mark Lewis logs in 8 to 6, three known IPs, 112 events. The system was never told that is normal. It observed it.&lt;/p&gt;

&lt;p&gt;The math is on the screen. Per-anomaly contribution equals base risk times confidence times exponential decay with a 24-hour half-life. That is the entire scoring formula. No hidden weights. Click "Explain this baseline" and you see the actual Elasticsearch query that produced the evidence. Copy it. Run it. Verify the events yourself.&lt;/p&gt;

&lt;p&gt;The score is continuous, not a flag. A user drifts from 70 to 60 to 45 as their recent activity quiets down. We do not get stuck at "alerted forever." Acknowledged anomalies have their contribution zeroed immediately.&lt;/p&gt;

&lt;p&gt;The baseline is frozen at detection time. Two weeks later when an auditor asks "why was this flagged," the system shows what the detector saw at that moment, not what the user looks like today. This is what makes the alert defensible.&lt;/p&gt;

&lt;p&gt;Attack chains apply a multiplier. A real attacker does not trip one detector. They trip several in sequence. Three different MITRE techniques across three hours becomes a 2x multiplier on top of the per-anomaly score. That is how 50 becomes 88.&lt;/p&gt;

&lt;p&gt;Rising Risk catches climbers before they spike. Sorting by score is what every vendor does. We also sort by score acceleration. A privileged service account jumping from 0 to 31 in seven days at three points per day is not yet "high risk" by score. It is pre-attack. That is the difference between a phone call and an incident response.&lt;/p&gt;

&lt;p&gt;Here is the controversial part.&lt;/p&gt;

&lt;p&gt;If your current UEBA vendor cannot show you the formula behind a score, you are not using AI. You are using a black box that hides hard-coded rules behind the word "AI." This is detection theatre. Good for compliance, bad for actually catching attackers.&lt;/p&gt;

&lt;p&gt;Watch the video. Then go ask your vendor to show you the math behind one of their flags. The silence will tell you everything.&lt;/p&gt;

&lt;p&gt;This is UEBA you can defend in front of a customer.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://www.netgain-systems.com/inside-netgain-ueba-risk-scoring" rel="noopener noreferrer"&gt;Watch the full walkthrough video here&lt;/a&gt;. Built into Cloud Vista v15. &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Explore Astra AI&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>ai</category>
      <category>devops</category>
      <category>ueba</category>
    </item>
    <item>
      <title>Distributed Systems Testing Just Fell. Overnight. For Ten Dollars.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Sat, 25 Apr 2026 06:12:15 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/distributed-systems-testing-just-fell-overnight-for-ten-dollars-51jl</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/distributed-systems-testing-just-fell-overnight-for-ten-dollars-51jl</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%2F6dnmiwczx28hfuqlij0s.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%2F6dnmiwczx28hfuqlij0s.jpeg" alt="Modern data center server rack" width="800" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Distributed systems testing was supposed to be the priesthood.&lt;/p&gt;

&lt;p&gt;The last bastion. The thing AI couldn't touch. You needed a senior engineer with grey hair, a real lab, real budget, and the patience to hand-debug race conditions at 2am.&lt;/p&gt;

&lt;p&gt;That moat just got drained.&lt;/p&gt;

&lt;p&gt;This week I shipped a serious enhancement to the built-in HA inside our Cloud Vista platform. Active/standby. Election. State sync. VIP handover. The kind of work that quietly pays a small group of distributed-systems specialists very well.&lt;/p&gt;

&lt;p&gt;Then I asked AI to validate it overnight.&lt;/p&gt;

&lt;p&gt;Here is what was waiting for me at breakfast:&lt;/p&gt;

&lt;p&gt;Two fresh Azure VMs spun up, networked, secured, mTLS wired between them. Full HA cluster online. Six failure scenarios executed including hard-kill of the leader. Data integrity verified by hash. Secret rotation tested mid-flight. Entire footprint torn down so I am not paying for sleeping VMs.&lt;/p&gt;

&lt;p&gt;Nine real bugs surfaced. Split-brain on fresh bootstrap. Ghost VIP after SIGKILL. A deadlock where a refused planned failover leaves both sides as followers. Stale in-memory caches after a shadow swap.&lt;/p&gt;

&lt;p&gt;Each bug came with root cause and proposed fix. I drank my coffee, picked what to ship, rejected some, told it to run again. It ran again.&lt;/p&gt;

&lt;p&gt;Total spend: ten dollars.&lt;/p&gt;

&lt;p&gt;One year ago this exact exercise was a 2 to 3 month workstream for a senior engineer. Two months of one of the most expensive kinds of engineering on the planet just got compressed into one overnight run that cost less than lunch.&lt;/p&gt;

&lt;p&gt;Now the uncomfortable part.&lt;/p&gt;

&lt;p&gt;If you are running a 50-person QA team in 2026, you are setting fire to money in public.&lt;/p&gt;

&lt;p&gt;If your senior engineers are still clicking through test plans, you are paying premium salaries for tasks AI now does at vending-machine prices.&lt;/p&gt;

&lt;p&gt;If your identity is "I am the only one who understands this gnarly system," your moat just evaporated. The system reads itself now.&lt;/p&gt;

&lt;p&gt;The conversation about whether AI takes jobs is over. It does. It takes the boring, repetitive, expensive parts. What is left is the part where humans actually think.&lt;/p&gt;

&lt;p&gt;In 12 months the leaners will look like magicians.&lt;/p&gt;

&lt;p&gt;The watchers will look like Kodak.&lt;/p&gt;

&lt;p&gt;Go build.&lt;/p&gt;

&lt;p&gt;P.S. If you have been following my posts, you probably think I only use AI for the heavy technical stuff. You would be wrong.&lt;/p&gt;

&lt;p&gt;Stay tuned. I will share how I am getting my team to use AI for project management, finance, account checking in Xero, project meeting discussions, proposal drafting, pricing scrutiny, cost optimisation, and a lot more. Every session with my team starts the same way. A bit of hidden disbelief that AI can really help with what they are working on. By the end, every single time, it turns into a sincere thank you. And I know they mean it.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Explore Astra AI and Cloud Vista v15&lt;/a&gt; — built in Singapore, deployed globally.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>automation</category>
      <category>testing</category>
    </item>
    <item>
      <title>Six Million Singaporeans, the Productivity of Six Hundred Million: The Budget 2026 Bet</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Mon, 20 Apr 2026 01:09:23 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/six-million-singaporeans-the-productivity-of-six-hundred-million-the-budget-2026-bet-5ge7</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/six-million-singaporeans-the-productivity-of-six-hundred-million-the-budget-2026-bet-5ge7</guid>
      <description>&lt;p&gt;PM Wong just made the case for every Singapore company building AI. And he did it more directly than anyone expected.&lt;/p&gt;

&lt;p&gt;In Budget 2026, he said: "Fear cannot be Singapore's response. If we allow uncertainty to paralyse us, we will fall behind."&lt;/p&gt;

&lt;p&gt;That's not typical political language. That's a direct challenge.&lt;/p&gt;

&lt;p&gt;And here's the part that should excite every Singaporean reading this.&lt;/p&gt;

&lt;p&gt;If we get this right, the math changes everything for our country.&lt;/p&gt;

&lt;p&gt;Singapore has always punched above its weight. Six million people, no natural resources, no domestic market, surrounded by giants. We've built one of the world's most successful economies on discipline, talent, and strategic positioning.&lt;/p&gt;

&lt;p&gt;Now imagine layering AI super-productivity on top of that.&lt;/p&gt;

&lt;p&gt;One knowledge worker doing the output of ten. The most senior ones doing the output of a hundred. And if we rally most of the population to that level, what does that look like nationally?&lt;/p&gt;

&lt;p&gt;It looks like a country with the workforce of 6 million doing the output of 60 million. Or 600 million. Suddenly the size of our population stops being a constraint. Suddenly we are not the small player in the room. We are the most leveraged one.&lt;/p&gt;

&lt;p&gt;This is the bet Budget 2026 just placed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A new National AI Council, chaired by the PM himself&lt;/li&gt;
&lt;li&gt;National AI Missions in 4 priority sectors: manufacturing, connectivity, finance, healthcare&lt;/li&gt;
&lt;li&gt;An AI Park at One-North to catalyse ideas and collaborations&lt;/li&gt;
&lt;li&gt;6 months of free premium AI tool access for Singaporeans completing training&lt;/li&gt;
&lt;li&gt;Enhanced Enterprise Innovation Scheme covering AI expenditures up to $50,000/year&lt;/li&gt;
&lt;li&gt;SkillsFuture redesigned with clear AI learning pathways&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Singapore can't build frontier LLMs at OpenAI's scale. But we can deploy AI better than anyone else. Apply it harder. Ship it faster. Train our workforce smarter. That is the strategic advantage. That is the multiplier.&lt;/p&gt;

&lt;p&gt;And the SG AI deployment story isn't a future ambition. It's already being written. Right now. By SG-incorporated, SG-headquartered, SG-built companies that have been quietly shipping production AI for years.&lt;/p&gt;

&lt;p&gt;NetGain Systems is one of them.&lt;/p&gt;

&lt;p&gt;We're a 23-year-old Singapore company that pivoted hard into AI for IT operations. Today we ship &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Astra AI&lt;/a&gt; — five specialist AI agents that autonomously investigate IT incidents, diagnose issues, and recommend fixes. Built in Singapore. Sold globally. Used by enterprises across Asia, Europe, and North America. We are exactly the kind of deployment company Budget 2026 is talking about.&lt;/p&gt;

&lt;p&gt;A few days ago, I wrote that the real divide in the AI era will be &lt;a href="https://www.netgain-systems.com/builders-vs-bystanders-ai-revolution" rel="noopener noreferrer"&gt;builders vs bystanders&lt;/a&gt;. PM Wong just said the same thing at the national level.&lt;/p&gt;

&lt;p&gt;To my fellow Singaporean founders, operators, engineers — the government just gave you tools, funding, and direction. If you are not moving on this now, you will be explaining yourself for a decade.&lt;/p&gt;

&lt;p&gt;To the National AI Council, EDB, IMDA, JTC, and the agencies driving this — we are here. Singapore companies are already doing the work. Let's amplify it. Let's make sure the world sees what a small island nation can become when its people are armed with AI.&lt;/p&gt;

&lt;p&gt;Six million Singaporeans, each with the productivity of ten or a hundred, is not a small country anymore. It is a powerhouse.&lt;/p&gt;

&lt;p&gt;Fear cannot be our response. Ambition has to be.&lt;/p&gt;

&lt;p&gt;Let's go build the future where Singapore stays strong and resilient — not in spite of our size, but because we used AI to redefine what size means.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written by Soon Seah Toh, CTO &amp;amp; Founder of NetGain Systems.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>singapore</category>
      <category>ai</category>
      <category>policy</category>
      <category>futureofwork</category>
    </item>
    <item>
      <title>The Secret Sauce Leaked. Turns Out There Was No Secret.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Sun, 19 Apr 2026 12:24:12 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/the-secret-sauce-leaked-turns-out-there-was-no-secret-4o36</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/the-secret-sauce-leaked-turns-out-there-was-no-secret-4o36</guid>
      <description>&lt;p&gt;The best-kept secret in AI just leaked.&lt;/p&gt;

&lt;p&gt;And it turns out there was no secret.&lt;/p&gt;

&lt;p&gt;On March 31, Anthropic accidentally shipped the entire source code of Claude Code to the public npm registry. 513,000 lines. 1,900+ files. Unobfuscated. The crown jewels of the company that arguably builds the best AI agent on the planet, suddenly sitting in everyone's node_modules.&lt;/p&gt;

&lt;p&gt;The internet did what the internet does. Mirrored it. Forked it. Dissected it. By the time Anthropic's DMCA takedowns went out, it was already everywhere.&lt;/p&gt;

&lt;p&gt;Here's the part nobody saw coming.&lt;/p&gt;

&lt;p&gt;When security researchers started publishing their analyses (Zscaler, IANS Research, half of dev.to), we all braced for some exotic architecture. Some proprietary trick. The secret sauce that explains why Claude Code leaves every other coding agent eating dust.&lt;/p&gt;

&lt;p&gt;You know what they found?&lt;/p&gt;

&lt;p&gt;Nothing fancy.&lt;/p&gt;

&lt;p&gt;No magic. No proprietary algorithm. No hidden layer of sorcery. Just a ruthlessly well-engineered while loop with discipline around it that most teams skip.&lt;/p&gt;

&lt;p&gt;I called this two months ago in a post saying the &lt;a href="https://www.netgain-systems.com/agentic-loop-hello-world-tools-matter" rel="noopener noreferrer"&gt;agentic loop is basically "Hello World" for AI agents&lt;/a&gt;. A lot of people pushed back. "It's way more sophisticated than that." "You're oversimplifying." "There must be something we're missing."&lt;/p&gt;

&lt;p&gt;Turns out there wasn't.&lt;/p&gt;

&lt;p&gt;Here's what the world's best coding agent actually looks like under the hood:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The loop is embarrassingly simple.&lt;/strong&gt; Call the LLM. Parse for tool calls. Execute them. Append results. Loop until done. That's it. The part people keep trying to complicate is genuinely not that complicated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The obsession is in the plumbing.&lt;/strong&gt; Read-only tools run in parallel, up to 10 at a time. Write tools run one at a time, deliberately. This one decision alone makes Claude Code feel 10x faster than agents that don't bother. It's not a trick. It's an architectural choice that most teams skip because they're chasing features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Safety is built as layers, not hoped for.&lt;/strong&gt; Every tool call hits a permission check. Every input gets schema-validated. Write operations serialise by design. You don't tell customers your agent is safe. You make it structurally impossible for it to misbehave.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Context assembly is its own discipline.&lt;/strong&gt; System prompt, project memory, git state, tool definitions — all carefully layered, not hand-waved. Auto-compaction kicks in before hitting the window limit. Boring. Mechanical. Ruthless.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sub-agents are first-class citizens.&lt;/strong&gt; Not some bolted-on afterthought. The coordinator module exists specifically to spawn specialist agents for focused tasks without polluting the main context. This is &lt;a href="https://www.netgain-systems.com/agentic-loop-dark-noc-autonomous-investigation" rel="noopener noreferrer"&gt;exactly what I wrote about back in February when describing how our 5-agent Dark NOC investigates incidents&lt;/a&gt;. This is how you scale agents. Most teams don't even attempt this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Memory, skills, plugins — all separate modules.&lt;/strong&gt; Clean boundaries. Each component does one thing. The unsexy engineering discipline that separates systems that last from frameworks that hit GitHub trending and then quietly disappear.&lt;/p&gt;

&lt;p&gt;So what's the real lesson from the biggest accidental leak in AI history?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The secret sauce was never secret. It was just hard.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Anthropic isn't winning because of some proprietary trick they stumbled onto. They're winning because they have an army of engineers doing boring, disciplined, relentless work on the layers around a simple loop. The plumbing. The safety. The parallelism. The memory management. The sub-agent orchestration. The stuff nobody wants to talk about because it doesn't make for a viral demo.&lt;/p&gt;

&lt;p&gt;Here's why I'm genuinely excited about this.&lt;/p&gt;

&lt;p&gt;We've been building &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Astra AI at NetGain&lt;/a&gt; for over a year. Five specialist agents that autonomously investigate IT incidents, diagnose issues, recommend fixes. When I read through the public analyses of Claude Code's architecture, I had two reactions at the same time.&lt;/p&gt;

&lt;p&gt;Relief. Because the patterns we arrived at independently are almost identical. The agentic loop. Tool parallelism. Layered permissions. Sub-agent orchestration. Memory separation. We got there on our own, because this is what actually works when you stop chasing hype and start shipping something customers will put their production workload on.&lt;/p&gt;

&lt;p&gt;Motivation. Because we're not done. Claude Code has had hundreds of engineers polishing it for years. We're a smaller team moving fast. But the direction is right and the finish line looks closer than people realise.&lt;/p&gt;

&lt;p&gt;If you're building AI agents right now, here's the honest advice:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop looking for the next framework. Stop chasing the next silver bullet. The fundamentals are on the table now. What separates great agents from toy demos isn't novelty. It's engineering discipline. Boring, focused, relentless execution on the layers around a simple loop.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Claude Code leak was a disaster for Anthropic. For everyone else building in this space, it's the greatest gift the industry has ever received. The bar just got clearer. The mystery just got dispelled. The playing field just got levelled.&lt;/p&gt;

&lt;p&gt;Nobody gets to hide behind "we have a secret architecture" anymore.&lt;/p&gt;

&lt;p&gt;Go build.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written by Soon Seah Toh, CTO &amp;amp; Founder of NetGain Systems.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>architecture</category>
      <category>engineering</category>
    </item>
    <item>
      <title>AI Will Run Companies. Here's Why That Should Excite You, Not Scare You.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Fri, 17 Apr 2026 14:17:38 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/ai-will-run-companies-heres-why-that-should-excite-you-not-scare-you-1j62</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/ai-will-run-companies-heres-why-that-should-excite-you-not-scare-you-1j62</guid>
      <description>&lt;p&gt;I'm going to say something that most people aren't ready to hear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI will run companies.&lt;/strong&gt; Not help. Not assist. &lt;em&gt;Run.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;One founder. Zero full-time staff. Twenty AI agents handling support, dev ops, sales, marketing, finance, HR, and every system the business touches. Working 24/7. Never calling in sick. Never forgetting a process. Never dropping the ball at 2am.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"That's crazy."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;No. What's crazy is that we already have every building block to make this happen — &lt;strong&gt;today.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Already Possible Right Now
&lt;/h2&gt;

&lt;p&gt;Think about what's already possible right now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Monday morning.&lt;/strong&gt; Your AI operations team has already pulled data from GitHub, Bugzilla, Jenkins, and CRM. Weekly status report — compiled. Twelve internal support tickets — handled overnight. A draft email to leadership sitting in your inbox. You glance at it, change one word, hit approve. Done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A customer emails at 3am&lt;/strong&gt; with an urgent issue. The support agent reads it, searches your knowledge base, drafts a response, and holds it for your approval. By the time you wake up, all you do is tap "send."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A build breaks at midnight.&lt;/strong&gt; The dev ops agent detects it, applies the standard operating procedure, rolls back, and leaves you a summary. You read it over coffee.&lt;/p&gt;

&lt;p&gt;Now multiply that across every function in your company.&lt;/p&gt;




&lt;h2&gt;
  
  
  You Teach These Agents by Doing Your Job
&lt;/h2&gt;

&lt;p&gt;Here's the part that should excite you: &lt;strong&gt;you teach these agents by doing your job.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Approve a reply as-is — the agent learns it got it right.&lt;/li&gt;
&lt;li&gt;Edit something before sending — it remembers exactly what you changed and why.&lt;/li&gt;
&lt;li&gt;Reject something — it never does it again.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You're not programming. You're &lt;strong&gt;mentoring.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After 50 approvals with zero edits, the system says: &lt;em&gt;"This agent has a 100% track record on internal tickets. Want to let it run autonomously?"&lt;/em&gt; You say yes. That's one less thing. Then another. Then another.&lt;/p&gt;

&lt;p&gt;Six months in, you're handling only the 20% that genuinely needs a human brain. Everything else just &lt;strong&gt;runs.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  "But What About Control?"
&lt;/h2&gt;

&lt;p&gt;You have &lt;strong&gt;more control&lt;/strong&gt; than you've ever had.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every external message needs your approval.&lt;/li&gt;
&lt;li&gt;Every risky action needs your approval.&lt;/li&gt;
&lt;li&gt;Full audit trail on every decision.&lt;/li&gt;
&lt;li&gt;One-click pause on any agent.&lt;/li&gt;
&lt;li&gt;Trust is earned over hundreds of interactions — never assumed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your AI team has more guardrails than most human teams do.&lt;/p&gt;




&lt;h2&gt;
  
  
  "But What About Jobs?"
&lt;/h2&gt;

&lt;p&gt;Wrong question.&lt;/p&gt;

&lt;p&gt;The right question is: &lt;strong&gt;what becomes possible when the cost of running a company drops by 80%?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How many ideas never got built because someone couldn't afford a team of ten?&lt;/li&gt;
&lt;li&gt;How many founders gave up because operations crushed them before the product had a chance?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI that runs companies doesn't kill opportunity. It &lt;strong&gt;democratises&lt;/strong&gt; it. One person with a vision and twenty AI agents can now compete with companies that have fifty employees. That changes everything.&lt;/p&gt;




&lt;h2&gt;
  
  
  We're Just at the Start of This Curve
&lt;/h2&gt;

&lt;p&gt;The LLMs today are the worst they'll ever be. Every month they get smarter, more reliable, more capable. If this is what's possible now, imagine where we'll be in two years. Five years.&lt;/p&gt;

&lt;p&gt;The gap between "AI assisted" and "AI operated" is closing faster than anyone expected.&lt;/p&gt;

&lt;p&gt;This is not science fiction. This is not a TED talk fantasy. &lt;strong&gt;This is buildable, today, with technology that already exists.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The only question is whether you'll be the one building it — or the one watching someone else do it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dare to dream this.&lt;/strong&gt; Because it's coming whether we're ready or not.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written by Soon Seah Toh, CTO &amp;amp; Founder of NetGain Systems.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.netgain-systems.com/v15" class="crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;Discover NetGain V15 — AI-Powered IT Operations&lt;/a&gt;
&lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>automation</category>
      <category>career</category>
    </item>
    <item>
      <title>Builders vs Bystanders: The Forgotten Middle of the AI Revolution</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Wed, 15 Apr 2026 00:04:22 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/builders-vs-bystanders-the-forgotten-middle-of-the-ai-revolution-2no9</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/builders-vs-bystanders-the-forgotten-middle-of-the-ai-revolution-2no9</guid>
      <description>&lt;p&gt;Everyone's arguing about AI replacing jobs.&lt;/p&gt;

&lt;p&gt;Here's what nobody's talking about.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Binary Narrative We Need to Break
&lt;/h2&gt;

&lt;p&gt;Yes, jobs will be displaced. That's not even debatable anymore. But here's the part that's being completely ignored in every boardroom conversation, every LinkedIn hot take, and every news headline:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who's building the systems that do the replacing?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We've created this bizarre binary narrative — AI on one side, job loss on the other. Two extremes getting all the attention. But the massive middle? The actual work that needs to happen before a single job can be "automated away"? Crickets.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Work Nobody Sees
&lt;/h2&gt;

&lt;p&gt;Let me be blunt:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Before AI replaces your accounts payable team, &lt;strong&gt;someone has to build that system&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Before AI handles your customer support, &lt;strong&gt;someone has to architect, integrate, test, and deploy it&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Before AI writes your reports, &lt;strong&gt;someone has to connect it to your data, your workflows, your business logic&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;And after it's live? &lt;strong&gt;Someone has to maintain it. Monitor it. Fix it when it breaks at 2am&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's not a small job. &lt;strong&gt;That's an entire industry.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Irony We're Missing
&lt;/h2&gt;

&lt;p&gt;The irony is stunning. We're so busy panicking about jobs disappearing that we're completely blind to the massive wave of jobs being created — &lt;strong&gt;right now&lt;/strong&gt; — in the space between "AI exists" and "AI runs your business."&lt;/p&gt;

&lt;h2&gt;
  
  
  23 Years of Building Enterprise Systems — Here's My Take
&lt;/h2&gt;

&lt;p&gt;The people who will thrive aren't the ones hiding from AI. They're the ones who become the &lt;strong&gt;orchestrators&lt;/strong&gt;. The &lt;strong&gt;builders&lt;/strong&gt;. The ones who live on AI, work on AI, and understand its tools deeply enough to make it actually work in the real world.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Management?&lt;/strong&gt; Your job isn't disappearing either — it's evolving. Your role is now strategy: figuring out &lt;strong&gt;WHERE&lt;/strong&gt; AI fits, &lt;strong&gt;HOW&lt;/strong&gt; to automate processes, and &lt;strong&gt;WHAT&lt;/strong&gt; makes your business more efficient and profitable. That's harder than what you were doing before, not easier.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Divide
&lt;/h2&gt;

&lt;p&gt;The real divide won't be "humans vs AI."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It will be builders vs bystanders.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The builders — the ones constructing and maintaining these automation systems — they are the most critical and most overlooked people in this entire AI revolution. Without them, none of this works. No automation. No efficiency. No transformation. Nothing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop Doom-Scrolling. Start Building.
&lt;/h2&gt;

&lt;p&gt;The biggest opportunity of our generation isn't being replaced by AI. &lt;strong&gt;It's being the one who puts AI to work.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stop doom-scrolling about job loss. Start building.&lt;/p&gt;




&lt;p&gt;We're building exactly this at NetGain Systems — enterprise IT operations software that puts AI to work for real-world infrastructure monitoring and management.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;See what we're building with V15 →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written by Soon Seah Toh, CTO &amp;amp; Founder of NetGain Systems — 23 years building enterprise IT operations software.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>futureofwork</category>
      <category>career</category>
      <category>automation</category>
    </item>
    <item>
      <title>Your Data Does Not Train Our AI. Here's Exactly How NetGain's Enterprise Deployments Work.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Sun, 12 Apr 2026 03:15:55 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/your-data-does-not-train-our-ai-heres-exactly-how-netgains-enterprise-deployments-work-20ka</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/your-data-does-not-train-our-ai-heres-exactly-how-netgains-enterprise-deployments-work-20ka</guid>
      <description>&lt;h2&gt;
  
  
  Every CTO we talk to asks the same question within the first five minutes.
&lt;/h2&gt;

&lt;p&gt;"If your product uses AI, where does our data go?"&lt;/p&gt;

&lt;p&gt;Fair question. It deserves a precise answer. Not a marketing slide. Not a vague "we take security seriously." A technical, verifiable, contractually backed answer that your security team can audit.&lt;/p&gt;

&lt;p&gt;So here it is.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Cloud Vista V15 Uses AI
&lt;/h2&gt;

&lt;p&gt;Cloud Vista V15 is powered by Astra AI — five autonomous agents that handle anomaly detection, root cause analysis, predictive analytics, and autonomous remediation across your infrastructure.&lt;/p&gt;

&lt;p&gt;These agents call large language models from Anthropic (Claude) and OpenAI (GPT) through their enterprise API tiers. This distinction matters enormously, because the enterprise API is a fundamentally different product from the consumer chatbot — with different data handling, different contractual terms, and different retention policies.&lt;/p&gt;

&lt;p&gt;Most customer concerns originate from conflating the two. They are not the same.&lt;/p&gt;

&lt;h2&gt;
  
  
  This Applies to Everything We Build
&lt;/h2&gt;

&lt;p&gt;Cloud Vista V15 is our flagship, but NetGain is actively developing custom AI solutions for customers across industries — automation platforms, intelligent workflows, predictive systems, and purpose-built agents tailored to specific business problems.&lt;/p&gt;

&lt;p&gt;Every solution we build operates under the same security architecture described here. Same enterprise API tiers. Same contractual frameworks. Same deployment options. Whether it's Cloud Vista monitoring your infrastructure or a custom AI agent automating a business workflow, your data is handled under the same policies.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Consumer Product vs Enterprise API — Why the Confusion
&lt;/h2&gt;

&lt;p&gt;When people hear "ChatGPT" or "Claude," they picture the consumer chatbot. Consumer-tier products may use conversations to improve models under their default terms.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That is not what we use.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;NetGain products call the enterprise API tier. Under enterprise API agreements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customer data is not used for model training&lt;/li&gt;
&lt;li&gt;Retention is limited to short operational windows (and can be reduced to zero)&lt;/li&gt;
&lt;li&gt;Data Processing Agreements are available for legal and compliance review&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The distinction is not a marketing claim. It is a contractual commitment, backed by independent audit certifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Anthropic (Claude) — Enterprise API Data Handling
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No model training on customer data.&lt;/strong&gt; Under commercial API terms, inputs and outputs are not used to train or improve Claude models.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;7-day default retention.&lt;/strong&gt; Reduced from 30 days as of September 2025. Used for trust and safety screening only.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Data Retention (ZDR) available.&lt;/strong&gt; Inputs and outputs not stored beyond real-time abuse screening.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SOC 2 Type II audited.&lt;/strong&gt; Independently examined for security, availability, and confidentiality.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ISO 27001 + ISO 42001 certified.&lt;/strong&gt; ISO 42001 is the AI management system standard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HIPAA BAA available.&lt;/strong&gt; Native API is eligible under BAA, even without ZDR.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NIST 800-171r3 attestation&lt;/strong&gt; available under NDA.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reference: &lt;a href="https://trust.anthropic.com/" rel="noopener noreferrer"&gt;Anthropic Trust Center&lt;/a&gt; | &lt;a href="https://privacy.claude.com/" rel="noopener noreferrer"&gt;Anthropic Privacy Center&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  OpenAI (GPT) — Enterprise API Data Handling
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No model training on customer data.&lt;/strong&gt; API platform, ChatGPT Enterprise, Business, and Edu data is not used for training. Opted out by default.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configurable data retention&lt;/strong&gt;, including zero retention.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SOC 2 Type II audited.&lt;/strong&gt; Security, Availability, Confidentiality, and Privacy.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ISO 27001 + ISO 27701 certified.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HIPAA BAA available.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DPA available&lt;/strong&gt; supporting GDPR, CCPA, HIPAA, and FERPA.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reference: &lt;a href="https://openai.com/enterprise-privacy/" rel="noopener noreferrer"&gt;OpenAI Enterprise Privacy&lt;/a&gt; | &lt;a href="https://openai.com/security-and-privacy/" rel="noopener noreferrer"&gt;OpenAI Security&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Bring Your Own Subscription
&lt;/h2&gt;

&lt;p&gt;NetGain does not require you to use our API keys. If your organisation already holds an Anthropic or OpenAI subscription, our solutions connect directly to your account.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Your billing, your controls.&lt;/strong&gt; Manage usage limits and policies in your own dashboard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your DPA, your legal relationship.&lt;/strong&gt; Direct contractual relationship with the AI provider.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your audit trail.&lt;/strong&gt; Full visibility into API usage in your own account.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No intermediary.&lt;/strong&gt; Data flows directly from your instance to your subscription. NetGain does not proxy, intercept, or store this traffic.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Actual Data Flow — Step by Step
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;The system detects an event — anomaly, metric spike, log pattern, topology change.&lt;/li&gt;
&lt;li&gt;It constructs a prompt containing relevant operational data — metric names, values, timestamps, log excerpts. Scoped to operational telemetry.&lt;/li&gt;
&lt;li&gt;Transmitted via encrypted HTTPS (TLS 1.2+/1.3) to the API endpoint.&lt;/li&gt;
&lt;li&gt;The LLM processes and returns a response.&lt;/li&gt;
&lt;li&gt;The response is consumed by the application. No persistent copy stored beyond the provider's stated retention window.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Under enterprise API terms:&lt;/strong&gt; data is handled under agreements designed to prevent model training use and restrict retention to tightly controlled operational purposes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Guardrails — How We Keep AI Controlled and Auditable
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Model-Level Safety (Built Into Claude and GPT)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Anthropic's Constitutional AI:&lt;/strong&gt; Safety constraints embedded during training. Constitutional Classifiers reduced jailbreak success rates from 86% to 4.4% in published testing. Hardcoded behavioural boundaries designed to resist override.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OpenAI's Safety Systems:&lt;/strong&gt; Built-in content filtering, refusal mechanisms, configurable safety tiers for enterprise customers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Application-Level Guardrails (Built by NetGain)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Input Controls:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Prompt sanitisation&lt;/strong&gt; — system instructions architecturally separated from data payloads to reduce prompt injection risk (OWASP #1 LLM security concern)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PII detection and filtering&lt;/strong&gt; — sensitive data patterns flagged or masked before reaching the AI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scope constraints&lt;/strong&gt; — each Astra AI agent confined to its specific domain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Output Controls:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ground-truth validation&lt;/strong&gt; — responses compared against actual monitoring data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Confidence scoring&lt;/strong&gt; — low-confidence outputs surfaced with caveats&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Output scanning&lt;/strong&gt; — checked for sensitive content before presentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Action Controls:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Configurable approval gates&lt;/strong&gt; — you define what AI can act on autonomously vs. what requires human sign-off&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Action scope limits&lt;/strong&gt; — agents cannot improvise actions outside configured operations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Operational Controls:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rate limiting&lt;/strong&gt; — prevent runaway costs or API overuse&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full audit logging&lt;/strong&gt; — every interaction logged for compliance and forensics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kill switch&lt;/strong&gt; — disable AI agents individually or collectively, immediate effect&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Role-based access&lt;/strong&gt; — integrates with your existing access control framework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Behaviour monitoring&lt;/strong&gt; — drift detection with automatic alerting&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Guardrails Stack
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;What It Does&lt;/th&gt;
&lt;th&gt;Who Controls It&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Model Safety&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Constitutional AI, content filtering, jailbreak resistance&lt;/td&gt;
&lt;td&gt;Anthropic / OpenAI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Input Controls&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Prompt construction, PII filtering, injection resistance&lt;/td&gt;
&lt;td&gt;NetGain&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Output Controls&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Validation, confidence scoring, content scanning&lt;/td&gt;
&lt;td&gt;NetGain&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Action Gates&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Human approval for high-impact actions&lt;/td&gt;
&lt;td&gt;You (configurable)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Operational Controls&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Audit logs, kill switch, RBAC, drift monitoring&lt;/td&gt;
&lt;td&gt;You + NetGain&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Defence in depth. Three independent layers, each catching what the others may not.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud-in-Your-Tenant — Enhanced Isolation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Claude via AWS Bedrock:&lt;/strong&gt; Data processed in your AWS account. FedRAMP High in GovCloud. DoD IL4/IL5 approved. Full AWS compliance suite.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Claude via Google Cloud Vertex AI:&lt;/strong&gt; Data in Google Cloud perimeter. FedRAMP High. 10+ EU regions with regional endpoints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GPT via Azure OpenAI:&lt;/strong&gt; Data in your Azure tenant. ISO 42001 certified. 60+ regions. 100+ Azure certifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Private LLM Option — Full Air-Gap
&lt;/h2&gt;

&lt;p&gt;We support private deployment using open-source models on your own infrastructure. Your data does not leave your data centre.&lt;/p&gt;

&lt;p&gt;We also believe in transparency about the real costs.&lt;/p&gt;

&lt;h3&gt;
  
  
  What It Actually Costs
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Hardware:&lt;/strong&gt; 8-GPU server (DGX H100): USD $300,000–$500,000 per node. Production requires 2+ nodes. &lt;strong&gt;$600,000–$1,000,000&lt;/strong&gt; in GPU hardware alone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure:&lt;/strong&gt; Power upgrades ($50K–$200K/rack), cooling ($50K–$200K), InfiniBand networking ($20K–$100K), colocation ($5K–$15K/month).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The cost most underestimate — ongoing management:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MLOps staff (1.5–2 FTE):&lt;/strong&gt; USD $260,000–$440,000/year. These roles take 3–6 months to fill.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model lifecycle:&lt;/strong&gt; Each major open-source model update = weeks of evaluation, testing, deployment work.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security hardening:&lt;/strong&gt; You own the full stack — CUDA, containers, OS, networking. Every component needs patching. Vulnerabilities at 2am are your problem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware failures:&lt;/strong&gt; GPUs at sustained high power fail. Memory errors, thermal throttling, driver crashes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3-Year Total Cost of Ownership
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Private LLM&lt;/th&gt;
&lt;th&gt;Enterprise API&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Year 1&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$1,200,000 – $2,380,000&lt;/td&gt;
&lt;td&gt;$36,000 – $96,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Year 2–3&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$1,050,000 – $2,020,000&lt;/td&gt;
&lt;td&gt;$72,000 – $192,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;3-Year Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$2,250,000 – $4,400,000&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$108,000 – $288,000&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The enterprise API tier delivers the security, contractual protection, and compliance posture most enterprises actually need — without the cost and complexity of private infrastructure.&lt;/p&gt;

&lt;p&gt;If your regulatory constraints require on-premise, we can help implement it and connect you with managed hosting partners. But we recommend evaluating Bedrock, Vertex AI, or Azure OpenAI first.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Six Tiers of Deployment
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tier&lt;/th&gt;
&lt;th&gt;Best For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Enterprise API&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Most enterprises. Fastest, strongest capability.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Your Own Subscription&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Regulated industries needing direct legal control.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AWS Bedrock&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Government, defence, financial services on AWS.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Google Vertex AI&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GCP orgs, EU data residency.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Azure OpenAI&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Azure orgs, broadest regional coverage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Private LLM&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Air-gapped, classified, sovereignty-mandated.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;All tiers supported. Same product. Same agents. Same interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  NetGain's Certifications
&lt;/h2&gt;

&lt;p&gt;NetGain Systems is &lt;strong&gt;ISO/IEC 27001 certified&lt;/strong&gt; covering development, deployment, and operation of Cloud Vista and all supporting infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Do Not Do
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;We do not fine-tune public models on customer data.&lt;/li&gt;
&lt;li&gt;We do not store prompts or AI responses beyond the operational session.&lt;/li&gt;
&lt;li&gt;We do not share data between customers.&lt;/li&gt;
&lt;li&gt;We do not use consumer-tier AI products. Enterprise API only.&lt;/li&gt;
&lt;li&gt;We do not permit AI agents to execute destructive actions without customer-controlled approval gates.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Summary for Your Security Team
&lt;/h2&gt;

&lt;p&gt;Your data is processed through enterprise API tiers contractually restricted from model training use, independently audited under SOC 2 Type II and ISO 27001, with retention limited to 7 days or zero by agreement. Every AI interaction passes through layered guardrails — model safety, application controls, and customer-configurable approval gates. For additional isolation: AWS Bedrock, Google Vertex AI, or Azure OpenAI within your own tenant, or fully private on-premise. NetGain is ISO 27001 certified.&lt;/p&gt;

&lt;p&gt;We built Cloud Vista V15 — and every AI solution we deliver — to provide full AI capability within a security framework designed to withstand enterprise scrutiny.&lt;/p&gt;

&lt;p&gt;Because in enterprise IT, trust is not a feature you add. It is the foundation you build on.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;For Data Processing Agreements, security architecture documentation, or deployment options: &lt;a href="mailto:sales@netgain-systems.com"&gt;sales@netgain-systems.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="https://www.netgain-systems.com" rel="noopener noreferrer"&gt;NetGain Systems&lt;/a&gt; — ISO 27001 Certified | AI-Powered Observability | Est. 2002&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;netgain-systems.com/v15&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>enterprise</category>
      <category>compliance</category>
    </item>
    <item>
      <title>My Best Co-Worker Runs on a Cron Tab</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Fri, 10 Apr 2026 03:48:21 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/my-best-co-worker-runs-on-a-cron-tab-1196</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/my-best-co-worker-runs-on-a-cron-tab-1196</guid>
      <description>&lt;h2&gt;
  
  
  I have a co-worker who never sleeps, never takes leave, never forgets, and never complains about doing the same thing for the 500th time.
&lt;/h2&gt;

&lt;p&gt;It's Claude. Running on four cron jobs on my MacBook.&lt;/p&gt;

&lt;p&gt;Every morning before I open my laptop, this co-worker has already done a full day's work.&lt;/p&gt;

&lt;p&gt;It scanned every Microsoft Teams channel and DM. Read every message. Figured out which ones need my attention — not just flagged them, but understood the context, urgency, and intent. Drafted replies I can send with one tap. Prioritized everything. High, medium, low.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 3am Build Fix
&lt;/h2&gt;

&lt;p&gt;Every 6 hours, it checked our CI/CD pipelines. When a build broke at 2am, it pulled the console log, diagnosed the error, checked out the branch, fixed the code, compiled it, pushed the fix, and triggered a rebuild. By the time I woke up, the build was green.&lt;/p&gt;

&lt;p&gt;Every 15 minutes, Trello syncs. Daily, SSL certs auto-renew.&lt;/p&gt;

&lt;p&gt;No product. No SaaS. No subscription. No vendor. Claude, a crontab with four lines, and Python scripts I wrote on weekends.&lt;/p&gt;

&lt;p&gt;And it's a better co-worker than most humans I've worked with. I'm sorry, but it is.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math
&lt;/h2&gt;

&lt;p&gt;A human doing this — triaging messages, monitoring builds, sorting emails — costs $3,000–5,000 a month. They'd still miss things. Still need sleep. Still scroll their phone at 3am. Still quit after 6 months because the work is soul-crushingly boring.&lt;/p&gt;

&lt;p&gt;My Claude co-worker does it for the cost of an API call. And it gets better every week.&lt;/p&gt;

&lt;h2&gt;
  
  
  It Learns
&lt;/h2&gt;

&lt;p&gt;Every week I tune what "actionable" means. It gets sharper at separating escalations from chatter. It learns which build errors are "just retry" versus "genuinely broken." It learns which emails are spam versus a real lead. My patterns, my priorities, my blind spots.&lt;/p&gt;

&lt;p&gt;After months, it's become a shadow version of me. A digital CTO handling the 80% I used to waste my mornings on.&lt;/p&gt;

&lt;h2&gt;
  
  
  "But You Need to Be Technical"
&lt;/h2&gt;

&lt;p&gt;Yes. You need to know what a cron job is and how to call an API. It's not no-code.&lt;/p&gt;

&lt;p&gt;But it's not hard either. A cron job is one line: "run this script every hour." The script calls an API. Claude processes it. That's the entire architecture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Two weekends.&lt;/strong&gt; That's the gap between doing everything manually and having an AI co-worker that handles your morning. Two weekends and you're on steroids for the rest of your career.&lt;/p&gt;

&lt;h2&gt;
  
  
  "You're Letting AI Do Your Job"
&lt;/h2&gt;

&lt;p&gt;No. I'm letting AI do the mundane job. The triaging. The sorting. The 3am build fixing.&lt;/p&gt;

&lt;p&gt;So I can do the beautiful job. The thinking. The product decisions. The creative work. The customer conversations that actually move the needle.&lt;/p&gt;

&lt;p&gt;My best co-worker doesn't have a face, a desk, or come to the Christmas party.&lt;/p&gt;

&lt;p&gt;But it shows up at 3am. Every single night. Without being asked.&lt;/p&gt;

&lt;p&gt;Find me a human who does that.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://www.netgain-systems.com" rel="noopener noreferrer"&gt;NetGain Systems&lt;/a&gt; — 23 years of enterprise software. Now with an AI co-worker on every cron tab.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;netgain-systems.com/v15&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Anthropic Built an AI So Powerful They Refused to Release It. Here's What That Means for Enterprise Software.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Thu, 09 Apr 2026 11:18:46 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/anthropic-built-an-ai-so-powerful-they-refused-to-release-it-heres-what-that-means-for-enterprise-49pg</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/anthropic-built-an-ai-so-powerful-they-refused-to-release-it-heres-what-that-means-for-enterprise-49pg</guid>
      <description>&lt;h2&gt;
  
  
  Something happened this week that should make every software company stop and think.
&lt;/h2&gt;

&lt;p&gt;Anthropic built their most powerful model ever. &lt;strong&gt;Claude Mythos&lt;/strong&gt;. Then they looked at what it could do and said: &lt;em&gt;"No. The world isn't ready for this."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Not a marketing stunt. A genuine safety decision. Only 12 organizations get access — AWS, Apple, Google, Microsoft, NVIDIA, and a handful of others — through an invitation-only program called &lt;strong&gt;Project Glasswing&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Let that sink in.&lt;/p&gt;

&lt;h2&gt;
  
  
  The AI That Found 1,000 Zero-Days Doesn't Sleep
&lt;/h2&gt;

&lt;p&gt;It exploits vulnerabilities with &lt;strong&gt;83% success rate on the first try&lt;/strong&gt;. Thousands of previously unknown flaws across every major operating system and browser. In weeks.&lt;/p&gt;

&lt;p&gt;We've crossed a line. AI is no longer just "a helpful tool." It's something that needs to be gated. Controlled. Released carefully.&lt;/p&gt;

&lt;h2&gt;
  
  
  So What Does This Mean for Enterprise Software?
&lt;/h2&gt;

&lt;p&gt;It means the window is closing.&lt;/p&gt;

&lt;p&gt;Every software company now falls into one of two categories: those who already embedded AI deeply into their platform, and those who are still "planning their AI strategy."&lt;/p&gt;

&lt;p&gt;The second group is already behind. Not because the tech is hard. Because the gap between AI-native and AI-bolted-on is now so wide that customers can feel the difference in five minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  This Is Why We Built Astra AI
&lt;/h2&gt;

&lt;p&gt;This is exactly why we built Astra AI into every layer of &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;Cloud Vista V15&lt;/a&gt; two years ago.&lt;/p&gt;

&lt;p&gt;Not bolted on. Not a chatbot in the corner. &lt;strong&gt;Woven into the platform.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It watches every metric, every log, every trace. Simultaneously. It correlates anomalies the way Mythos correlates vulnerabilities — across your entire infrastructure, all at once.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Anomaly detection&lt;/strong&gt; across metrics, logs, and traces&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Root cause analysis&lt;/strong&gt; — autonomous investigation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Autonomous remediation&lt;/strong&gt; — with safety guardrails your team controls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a wrapper. The engine.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Clock Is Ticking
&lt;/h2&gt;

&lt;p&gt;The age of "we'll add AI later" is over.&lt;/p&gt;

&lt;p&gt;If you're still treating AI as a feature on your roadmap instead of the foundation of your architecture, Mythos just showed you how fast that clock is ticking.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What's your take — are we entering the age of tiered AI where the most powerful models are invitation-only?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.netgain-systems.com/v15" rel="noopener noreferrer"&gt;netgain-systems.com/v15&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>observability</category>
      <category>devops</category>
    </item>
    <item>
      <title>Stop Building AI Into Your Product. Start Building Products With AI.</title>
      <dc:creator>Soon Seah Toh</dc:creator>
      <pubDate>Thu, 02 Apr 2026 07:58:36 +0000</pubDate>
      <link>https://dev.to/soon_seahtoh_3e917beae5e/stop-building-ai-into-your-product-start-building-products-with-ai-48ep</link>
      <guid>https://dev.to/soon_seahtoh_3e917beae5e/stop-building-ai-into-your-product-start-building-products-with-ai-48ep</guid>
      <description>&lt;p&gt;Everyone is chasing the wrong thing.&lt;/p&gt;

&lt;p&gt;I watch company after company pour millions into embedding generative AI into their applications. RAG pipelines. Vector databases. Fine-tuned models. Prompt engineering teams. Guardrail frameworks. Data privacy reviews that take longer than the product development itself.&lt;/p&gt;

&lt;p&gt;And after 18 months and a seven-figure budget, they have... a chatbot. A slightly smarter chatbot. That hallucinates 12% of the time and requires a legal review before every deployment.&lt;/p&gt;

&lt;p&gt;Meanwhile, we just shipped a complete, custom-built automation platform for a customer in 6 days.&lt;/p&gt;

&lt;p&gt;Not a chatbot. Not a wrapper around GPT. A real application. With real business logic. That does exactly what the customer asked for. No hallucination. No prompt injection risk. No data leaving the building. No AI ethics review needed.&lt;/p&gt;

&lt;p&gt;How? We didn't put AI IN the product. &lt;strong&gt;We used AI to BUILD the product.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That distinction is worth billions. And almost nobody is talking about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Dirty Secret Nobody Admits
&lt;/h2&gt;

&lt;p&gt;I've been writing code for over 30 years. I've shipped products in C, Java, Python, JavaScript, and a dozen languages in between. I've led engineering teams, debugged production outages at 3am, and built monitoring systems that run critical infrastructure across Asia.&lt;/p&gt;

&lt;p&gt;And I'm telling you — with zero ego protection — that AI writes better code than I do.&lt;/p&gt;

&lt;p&gt;Not sometimes. Consistently. It handles edge cases I would have missed. It writes cleaner abstractions. It produces documentation I would have skipped. It refactors in ways that make me say "oh, that's smarter." And it does all of this in minutes, not days.&lt;/p&gt;

&lt;p&gt;A 30-year veteran just admitted defeat to a machine. Are you paying attention?&lt;/p&gt;

&lt;p&gt;Because here's what that means for your business: the cost of building custom software just collapsed by 95%. The thing that used to take a team of five engineers three months? One person and an AI coding agent can ship it in a week. Tested. Deployed. Working.&lt;/p&gt;

&lt;h2&gt;
  
  
  The In-Between That Everyone Is Missing
&lt;/h2&gt;

&lt;p&gt;There are three approaches to AI right now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Level 1: Ignore AI.&lt;/strong&gt; Pretend it's not happening. Lose slowly, then all at once.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Level 3: Embed generative AI into your product.&lt;/strong&gt; Build RAG. Fine-tune models. Deal with hallucination, data privacy, bias audits, and the regulatory minefield. Spend 18 months. Maybe it works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Level 2: Use AI to build your product.&lt;/strong&gt; No AI in the product itself. Just a brilliantly engineered, purpose-built application that solves the exact problem — built at 20-30x the speed of traditional development, with better code quality than human engineers produce.&lt;/p&gt;

&lt;p&gt;Everyone is jumping from Level 1 to Level 3 and skipping Level 2 entirely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's insane.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Level 2 is where the immediate, massive, zero-risk value lives. No data privacy concerns — the AI never touches your customer data. No hallucination risk — there's no generative AI in the product. No bias audits — the application runs deterministic logic, just like every application before it. No regulatory uncertainty — it's just software.&lt;/p&gt;

&lt;p&gt;But it was designed by an intelligence that understands your requirements at a level no human team can match, and built at a speed that makes traditional software development look like stone carving.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Looks Like In Practice
&lt;/h2&gt;

&lt;p&gt;A customer tells us: "We need to consolidate data from four monitoring systems into one dashboard, with automated alerting when thresholds cross, and a weekly PDF report emailed to three managers."&lt;/p&gt;

&lt;p&gt;Old world: 3 developers, 8 weeks, $120,000. Requirements drift halfway through. Delivered late. Half the features don't match what the customer actually wanted because things got lost in translation across 47 Jira tickets.&lt;/p&gt;

&lt;p&gt;New world: We sit with the customer. Discuss requirements for an hour. Build it. Ship it. Iterate in real-time as the customer refines what they want. Done in days. The code is cleaner than what a human team would have produced. Every edge case handled. Every requirement met precisely because the iteration cycle is so fast that "misunderstood requirements" simply don't exist anymore — you just change it.&lt;/p&gt;

&lt;p&gt;My estimate — and this is conservative — is that we're operating at 20 to 30 times the velocity of a traditional engineering team. Not because we're better engineers. Because AI is a better engineer than all of us, and the ones who admit that first will win.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Privacy Argument Just Died
&lt;/h2&gt;

&lt;p&gt;Half the companies I talk to say they can't use AI because of data privacy. "We can't send our data to OpenAI." "Our compliance team won't approve it."&lt;/p&gt;

&lt;p&gt;Fine. I agree. Don't send your data anywhere.&lt;/p&gt;

&lt;p&gt;But that argument is about putting AI IN your product. It has absolutely nothing to do with using AI to BUILD your product. The AI sees your requirements, not your customer data. It writes code, not processes sensitive information. The resulting application runs entirely on your infrastructure, touches zero external AI services, and is as private as any software you've ever deployed.&lt;/p&gt;

&lt;p&gt;You've been using "data privacy" as an excuse to avoid AI entirely. But the excuse only applies to one approach — and it's not the one that gives you the fastest return.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop Overthinking. Start Building.
&lt;/h2&gt;

&lt;p&gt;For the record — we're doing both. We're embedding generative AI into our products AND using AI to build them. The models are getting smarter every quarter. Data privacy solutions are maturing. The governance gaps are closing. And when those pieces fully click into place, the company that has been building with AI all along — shipping faster, iterating faster, learning faster — will have a product so far ahead that nobody else can catch up. That's the endgame. The ultimate killer product that nobody else can build — because they spent three years debating whether to start.&lt;/p&gt;

&lt;p&gt;But here's the point most people are missing: you don't have to wait for Level 3 to get massive value from AI. Level 2 is sitting right there. No risk. No committee. No data privacy debate. Just AI building your product at 30x speed with better code quality than your engineering team produces.&lt;/p&gt;

&lt;p&gt;The revolution isn't AI in your product. The revolution is AI building your product.&lt;/p&gt;

&lt;p&gt;And if you're skipping Level 2 while chasing Level 3, you've already lost a year you're never getting back.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://www.netgain-systems.com" rel="noopener noreferrer"&gt;NetGain Systems&lt;/a&gt; — 23 years of enterprise software. Now building at 30x speed with AI coding agents.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
