<?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: mosbat</title>
    <description>The latest articles on DEV Community by mosbat (@mosbat).</description>
    <link>https://dev.to/mosbat</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F578915%2Fb74e0efa-dafc-4e19-8e4f-47ab6f3c0f0b.jpg</url>
      <title>DEV Community: mosbat</title>
      <link>https://dev.to/mosbat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mosbat"/>
    <language>en</language>
    <item>
      <title>How to Measure the Revenue Impact of Security Hardening Projects with a Simple Formula</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Thu, 16 Jul 2026 15:11:04 +0000</pubDate>
      <link>https://dev.to/mosbat/how-to-measure-the-revenue-impact-of-security-hardening-projects-with-a-simple-formula-2fj1</link>
      <guid>https://dev.to/mosbat/how-to-measure-the-revenue-impact-of-security-hardening-projects-with-a-simple-formula-2fj1</guid>
      <description>&lt;p&gt;One of the main challenges that leaders face when pitching a security hardening project is putting a quantifiable value on it to justify the budget to their partners and shareholders.&lt;/p&gt;

&lt;p&gt;While compliance and regulations do incentivize investing in security hardening efforts for infrastructure or the company's products and services, more often than not they are viewed as a checkbox rather than a necessary regular practice.&lt;/p&gt;

&lt;p&gt;Many leaders are well aware of the importance of regular security hardening projects, but it's not always simple to ask for a budget for activities that do not generate direct revenue.&lt;/p&gt;

&lt;p&gt;In this article, we will explore a simple formula that fills this gap.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!TIP]&lt;br&gt;
I’ve created an anonymous calculator page that you can use to test ALE and see how it works in practice. To access the calculator, &lt;a href="https://www.mousa-cloud.com/ale-loss-calculator" rel="noopener noreferrer"&gt;click here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Annualized Loss Expectancy (ALE)
&lt;/h2&gt;

&lt;p&gt;ALE (annualized loss expectancy) is a formula that combines asset value, exposure factor, and annual rate of occurrence to help estimate future losses for a specific asset on an annual basis. Please note that the more historical data is available involving incidents and losses caused by such incidents, the more reliable it becomes.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;ALE = (Asset Value × Exposure Factor) × Annual Rate of Occurrence&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To calculate ALE, we first need to know the exposure factor of the asset in question and the annual rate of occurrence.&lt;/p&gt;

&lt;h3&gt;
  
  
  Exposure Factor (EF)
&lt;/h3&gt;

&lt;p&gt;The exposure factor is an estimate of the percentage of the asset value lost in one incident. As an example, imagine that you have a car worth a total of USD 10k. If, for example, the bumper of the car costs USD 1k to replace in case of damage, then the exposure factor is EF = 1000\$/10,000\$ = 10%.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;EF = asset impacted value / asset total value&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In plain language, if a certain vulnerability or risk only damages an asset partially, then EF is useful to estimate the impacted value of the asset.&lt;/p&gt;

&lt;h3&gt;
  
  
  Annual Rate of Occurrence (ARO)
&lt;/h3&gt;

&lt;p&gt;The annualized rate of occurrence (ARO) is a straightforward variable. If, for example, a car has an accident in the same spot twice within the fiscal year, then the ARO would be 2.&lt;/p&gt;

&lt;h2&gt;
  
  
  Example Application
&lt;/h2&gt;

&lt;p&gt;In 2025, the security team compiled a report summarizing the operations of their ATM machines, including cash lost due to errors or hackers exploiting hardware vulnerabilities.&lt;/p&gt;

&lt;p&gt;In 2025, one of the ATM machines, holding a total cash value of USD 100k spread over different bill amounts, experienced 10 incidents that were not immediately detected. The incident involved a vulnerability in the ATM software, a glitch that would cause the machine to hand out double the amount of cash requested.&lt;/p&gt;

&lt;p&gt;The hacker exploited a vulnerability in the ATM's software that allowed him to withdraw double the amount of bills requested. This vulnerability only works when the user or client requests that the cash is paid in USD 1k bills. Assuming that the ATM is always refilled to maintain a total value of USD 100k, how would you calculate expected loss?&lt;/p&gt;

&lt;p&gt;Given the information we have, we need to prepare a prediction of similar incidents if the ATM software is not hardened.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!TIP]&lt;br&gt;&lt;br&gt;
Sometimes, organizations choose to accept risks if the cost of remediation far exceeds the loss.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Exposure Factor
&lt;/h3&gt;

&lt;p&gt;We first need to figure out what the exposure factor is. Given that in our scenario the bug only impacts the USD 1k bills, let's assume that our ATM contains a total of USD 30k in USD 1k bills.&lt;/p&gt;

&lt;p&gt;In this case, the exposure factor would be calculated as follows:&lt;/p&gt;

&lt;p&gt;USD 30k (total cash value of the USD 1k bills in the machine) / USD 100k (total cash value in the machine) = 0.30 (or 30%)&lt;/p&gt;

&lt;h3&gt;
  
  
  Annual Rate of Occurrence
&lt;/h3&gt;

&lt;p&gt;Given that the same incident happened a total of 10 times in 2025, the ARO = 10.&lt;/p&gt;

&lt;h3&gt;
  
  
  Annualized Loss Expectancy
&lt;/h3&gt;

&lt;p&gt;ALE = 100k (total asset value) × 0.30 (Exposure Factor) × 10 (Annual Rate of Occurrence)&lt;/p&gt;

&lt;p&gt;The result is USD 300k per year.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fix Vs. Document
&lt;/h2&gt;

&lt;p&gt;Now, leadership is going to assess whether to invest in fixing the software bug or accept it as is. The Engineering Director estimated that fixing the bug would cost around USD 100k to hire an ATM software specialist who would patch all the ATMs.&lt;/p&gt;

&lt;p&gt;In this scenario, since the difference between USD 300k and USD 100k is significant enough, it makes sense to invest in fixing the ATM software bug.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!NOTE]&lt;br&gt;&lt;br&gt;
Please note that if the ATM bug only impacted the USD 1 bills (all else constant), the result would have been totally different.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From a governance and risk strategy perspective, if the cost of tightening security controls would be higher than the expected losses, it can be accepted as a risk and documented based on the ALE metric. The security teams can monitor the ALE and, if the pattern or cost becomes clearly higher, then it would trigger a re-evaluation of whether or not to invest in the security hardening effort.&lt;/p&gt;

&lt;p&gt;If leadership decides to accept the risk or vulnerability, it is essential to document the risk or vulnerability, as well as the ALE, thoroughly. This strengthens governance and supports trust in external assurance reports, such as SOC 2 Type II or similar attestations.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]&lt;br&gt;
In practice, this means we are choosing between spending USD 100k once to reduce a USD 300k yearly exposure, or formally accepting that exposure and explaining why it is consistent with our risk appetite.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The ALE formula is extremely useful not only for measuring future losses projected from historical incidents but also for helping define the risk strategy that would be suitable based on quantifiable measures.&lt;/p&gt;

</description>
      <category>riskmanagement</category>
      <category>cybersecurity</category>
      <category>businessdecision</category>
      <category>governance</category>
    </item>
    <item>
      <title>EU's Controversial Chat Control Amendment Passed and Potential Security Implications</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Mon, 13 Jul 2026 05:58:17 +0000</pubDate>
      <link>https://dev.to/mosbat/eus-controversial-chat-control-amendment-passed-and-potential-security-implications-1aok</link>
      <guid>https://dev.to/mosbat/eus-controversial-chat-control-amendment-passed-and-potential-security-implications-1aok</guid>
      <description>&lt;p&gt;On July 3rd, 2026, a controversial amendment was passed to an already controversial legislation described by many as a normalization of mass surveillance and undermining legitimate users' privacy online. In this article, we will dive deeper into the security implications for messaging service platforms.&lt;/p&gt;

&lt;h3&gt;
  
  
  Scanning User Messages
&lt;/h3&gt;

&lt;p&gt;As per the new amendment that was passed, platforms will be able to voluntarily scan user messages that are not encrypted end-to-end for any material involving child sexual abuse. This means messaging platforms like those on mainstream social media will be able to run scans over private messages between users, including photos, texts, and maybe even videos, to detect any potentially illegal material.&lt;/p&gt;

&lt;p&gt;In practice, messaging platforms now have a legal basis to read private messages between users and hide behind the new amendment.&lt;/p&gt;

&lt;h3&gt;
  
  
  How?
&lt;/h3&gt;

&lt;p&gt;The big question is more technical rather than legal. However, the implications can be severe for both users and platforms, especially if platforms don't have a properly structured solution.&lt;/p&gt;

&lt;p&gt;The most obvious solution that comes to mind is that they could create a cadence for running all the stored messages to be scanned by an LLM solution and configure alerts for any content that could raise red flags to be reviewed by the platform and potentially reported and delivered to the corresponding authorities either through a legal team or a dedicated platform. I'm not aware at the moment of any platforms that are made for such a purpose, but I'm speculating how this could work in practice.&lt;/p&gt;

&lt;p&gt;If private user messages are encrypted at rest, this means there will also be a considerable computing cost for platforms to decrypt the content during the scanning periods.&lt;/p&gt;

&lt;p&gt;If we take Telegram as an example, Telegram claims that they deliver 15 billion messages per day as of July 13, 2026. We do not know how many of those messages belong to their secret chat feature, so let's assume that the majority of the messages are not encrypted end-to-end.&lt;/p&gt;

&lt;h3&gt;
  
  
  Technical Risks
&lt;/h3&gt;

&lt;p&gt;If we assume that platforms will rely on LLM-based solutions, we have to discuss the risks.&lt;/p&gt;

&lt;h4&gt;
  
  
  AI False Positives and Bias
&lt;/h4&gt;

&lt;p&gt;LLMs do make mistakes. This is why NIST AI RMF as well as OWASP Top 10 AI Security and Governance standards require human-in-the-loop for sensitive decisions. While human-in-the-loop is considered a best practice for sensitive decisions, bringing AI into the mix also brings with it all the common risks, including overconfidence, LLM bias, and drift.&lt;/p&gt;

&lt;p&gt;Just running an AI scan doesn't mean that it will always properly classify the content. AI would be great for existing content but not for new content if AI isn't trained for it.&lt;/p&gt;

&lt;h4&gt;
  
  
  Scanning Tools
&lt;/h4&gt;

&lt;p&gt;Effective scanning solutions are usually vendor-provided and bring with them their own risks, since any mistake on the vendor's side could expose all users' private data and even cause a data breach. Scanning tools that use LLM integrations require exposing the decrypted users' private messages to an external party. If not handled securely on both ends of the process (platform and vendor), the risk and potential of data breaches increases further.&lt;/p&gt;

&lt;h4&gt;
  
  
  Average Users Think Messages Are Private
&lt;/h4&gt;

&lt;p&gt;Let's be honest. The majority of platform users aren't technical. I have personally encountered countless people who use private messages to store secrets such as credit card numbers, passwords, and other personal and sensitive content.&lt;/p&gt;

&lt;p&gt;Platforms have no way to prevent users from using private messages in that capacity, and this is why platforms do not have the incentive to scan users' messages in the first place, as this would arguably impact their profits as well as expose them to legal liabilities.&lt;/p&gt;

&lt;h3&gt;
  
  
  Alternative Solutions
&lt;/h3&gt;

&lt;p&gt;One way in which platforms could perform a scan without compromising users' privacy (at least before an alert is triggered) is to instead perform hash-based comparisons.&lt;/p&gt;

&lt;p&gt;If platforms have specific files or texts to monitor for, they could compare the hashes instead of the decrypted content.&lt;/p&gt;

&lt;h3&gt;
  
  
  There Is No Perfect Solution
&lt;/h3&gt;

&lt;p&gt;Even if we deploy hash-based detection instead of scanning users' private messages, the compute cost would be huge because not only do some platforms have to keep content encrypted at rest but also run hashing algorithm comparisons to detect the content in question if it exists.&lt;/p&gt;

&lt;p&gt;Hashing also can be useful only for common or known content. So hashing wouldn't be that useful to spot modified content.&lt;/p&gt;

&lt;p&gt;AI could do slightly better in terms of spotting patterns. However, this takes us again into the issues and risks mentioned earlier.&lt;/p&gt;

&lt;h3&gt;
  
  
  Environmental Impact
&lt;/h3&gt;

&lt;p&gt;The sheer volume of messages exchanged daily globally between users is already stressing data centers that are trying to expand their capacity to accommodate both regular companies' needs as well as AI.&lt;/p&gt;

&lt;p&gt;The carbon footprint of scanning users' private messages at scale will only increase the burden on an already heating planet.&lt;/p&gt;

&lt;h3&gt;
  
  
  Ethical Considerations
&lt;/h3&gt;

&lt;p&gt;Relying on AI LLMs to flag users could have severe consequences on human rights if someone is flagged or accused of something illegal by mistake or by error. Even with human-in-the-loop, human biases could also lead to discrimination and bias based on the user's legally protected traits such as language, nationality, or religion.&lt;/p&gt;

&lt;p&gt;The fact that human intervention might be needed (platform's forensic or security teams) to manually review flagged content and potentially users' private conversations raises serious implications for users' privacy. Just because an AI flagged a certain user's messages doesn't mean that they are automatically guilty.&lt;/p&gt;

&lt;p&gt;In edge cases, users might accidentally share content that may seem, at surface, like a meme and end up in criminal prosecution. The accusation alone could have severe implications on a person's life in terms of society, their own family, and more.&lt;/p&gt;

&lt;h3&gt;
  
  
  Alternative Solutions
&lt;/h3&gt;

&lt;p&gt;In my opinion, all children deserve protection. Violation of privacy of individuals or groups online is not protection in the pure sense. A more effective strategy to combat child abuse is by grassroots movements, awareness campaigns, and better legislation that addresses structural problems such as inequality and domestic violence.&lt;/p&gt;

&lt;h3&gt;
  
  
  Useful Sources
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://oeil.europarl.europa.eu/oeil/en/document-summary?id=1891790" rel="noopener noreferrer"&gt;https://oeil.europarl.europa.eu/oeil/en/document-summary?id=1891790&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://telegram.org/blog/100-million" rel="noopener noreferrer"&gt;https://telegram.org/blog/100-million&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>privacy</category>
      <category>ai</category>
      <category>cloudsecurity</category>
    </item>
    <item>
      <title>Reqrea’s 1 Million Passport Exposure Is a Reminder Why Cloud Security Audits Matter</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Mon, 29 Jun 2026 19:51:42 +0000</pubDate>
      <link>https://dev.to/mosbat/reqreas-1-million-passport-exposure-is-a-reminder-why-cloud-security-audits-matter-9fa</link>
      <guid>https://dev.to/mosbat/reqreas-1-million-passport-exposure-is-a-reminder-why-cloud-security-audits-matter-9fa</guid>
      <description>&lt;h3&gt;
  
  
  Incident
&lt;/h3&gt;

&lt;p&gt;On May 15, 2026, Reqrea, a Japan-based KYC company, reported that more than 1 million passports had been exposed to the public internet via a misconfigured S3 bucket.&lt;/p&gt;

&lt;p&gt;This breach impacted over 1 million travelers from around the world. Exposed passports could potentially put all impacted individuals at risk of identity theft or sophisticated social engineering attacks in the future.&lt;/p&gt;

&lt;p&gt;This recent incident further confirms my point in the past that AWS misconfigurations remain one of the top cybersecurity vulnerabilities in 2026.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it was identified
&lt;/h3&gt;

&lt;p&gt;The vulnerability was discovered by security researcher Anurag Sen, who detected that one of the S3 buckets used by the company was accessible to the public without authentication or an authorization process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why it matters
&lt;/h3&gt;

&lt;p&gt;KYC platforms and companies handling PII are expected to have strong change control, security governance and regular security audits to prevent such costly mistakes from happening. In this instance, since Reqrea has collected such data, they may face regulatory, contractual, and reputational exposure.&lt;/p&gt;

&lt;p&gt;Unfortunately, such cases could potentially harm companies' reputation among customers and partners, which could hurt future sales.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!NOTE]&lt;br&gt;
The average data breach costs U.S. organizations about USD 10.22 million, according to IBM’s 2025 Cost of a Data Breach Report.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa2bu2tv5r1fxivflbohl.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa2bu2tv5r1fxivflbohl.jpg" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Lesson Learned
&lt;/h3&gt;

&lt;p&gt;Companies handling PII need to adopt "Secure by Design" policy and have strong cloud governance if they want to use cloud solutions.&lt;/p&gt;

&lt;p&gt;A good preventive strategy would entail companies bringing in third parties (e.g. consultants) before going live or before getting involved in any activity involving protected data collection or transmission of such data.&lt;/p&gt;

&lt;p&gt;Another lesson learned is that delegating KYC to third parties may actually reduce security if the KYC platform itself is insecure.&lt;/p&gt;

&lt;p&gt;I can easily point out the fix needed for this vulnerability. However, we have to look at this incident or vulnerability rather as a question of governance and policies first and technical as second.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>cybersecurity</category>
      <category>datasecurity</category>
    </item>
    <item>
      <title>"We're Too Small to Be Targeted" is Why They Never Saw It Coming</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Fri, 19 Jun 2026 08:27:54 +0000</pubDate>
      <link>https://dev.to/mosbat/were-too-small-to-be-targeted-is-why-they-never-saw-it-coming-46ke</link>
      <guid>https://dev.to/mosbat/were-too-small-to-be-targeted-is-why-they-never-saw-it-coming-46ke</guid>
      <description>&lt;p&gt;A &lt;a href="https://www.gov.uk/government/statistics/cyber-security-breaches-survey-2025/cyber-security-breaches-survey-2025#chapter-4-prevalence-and-impact-of-cyber-breaches-or-attacks" rel="noopener noreferrer"&gt;2025 survey by the UK government&lt;/a&gt;, it was found that 41% of micro-businesses and 50% of small businesses have experienced either an attack or a data breach.&lt;/p&gt;

&lt;p&gt;In another &lt;a href="https://www.rhsmith.umd.edu/news/small-business-still-means-big-risk-listen-economists" rel="noopener noreferrer"&gt;2025 study by the University of Maryland&lt;/a&gt;, small businesses are at much higher risk of a financial disaster given their limited resources in contrast to big corporations that are already spending millions of US dollars on their cybersecurity posture. In the US, 99% of the companies are considered SMBs (based on US chamber of commerce data).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!NOTE]&lt;br&gt;
Cybercriminals may find SMBs more attractive as a target compared to big corporations given the low effort required.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Many SMBs view hiring an expert in cybersecurity as high cost, so they rely instead on their undertrained staff to handle cybersecurity. The harsh reality is that cybersecurity is a broad and specialized field that is distinct from the software engineering discipline which makes it hard for someone with a traditional software engineering background to perform proper threat modelling and propose appropriate policies and controls to lower or mitigate common risks. The same can also be said about traditional DevOps Engineers.&lt;/p&gt;

&lt;p&gt;Most employees lack training on how to recognize a phishing attack or best practices to protect customer data from accidental leakage or breaches.&lt;/p&gt;

&lt;p&gt;Even with cyber insurance, there is no guarantee that an incident will fall under the insurance policy's coverage. Nevertheless, the damage a business can sustain from a data breach can permanently destroy it especially when customer trust is required. All US states have breach notification laws with varying scopes and timing (without unreasonable delay). As for fines, in New York for example, the fine can be $20/record (max USD 250k). In California, the fines can range from USD 2.5k to 7.5k per violation (without cap). The penalties under HIPAA are even bigger going up to USD 1.5m annually.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1qpb7f4175mdr374u7wj.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1qpb7f4175mdr374u7wj.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a cybersecurity professional coming from a software engineering background, I know that cybersecurity risks are treated as an afterthought for real due to multiple factors starting with business priorities to lack of training and awareness.&lt;/p&gt;

&lt;p&gt;SMBs don't actually need to hire an entire team of cybersecurity professionals or pay huge amounts of money to big consulting firms. They can instead hire consultants with scoped engagements.&lt;/p&gt;

&lt;p&gt;Companies can treat the costs of obtaining and maintaining ISO 27001 certification and good standing as a marketing cost since clients are becoming more sensitive to the security of their data since we live today in the digital era (soon AI era). Gold is no longer stored in a closet but as numbers in a database on a server.&lt;/p&gt;

&lt;p&gt;The cost of cybersecurity consultancy remains minor to the cost of a major data breach as well as PR management and asking your marketing teams and sales to handle the aftermath.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>riskmanagement</category>
      <category>compliance</category>
      <category>smb</category>
    </item>
    <item>
      <title>Stop Developing Tools, Focus on Security Governance Instead</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Sat, 13 Jun 2026 09:54:32 +0000</pubDate>
      <link>https://dev.to/mosbat/stop-developing-tools-focus-on-security-governance-instead-3ch3</link>
      <guid>https://dev.to/mosbat/stop-developing-tools-focus-on-security-governance-instead-3ch3</guid>
      <description>&lt;p&gt;I have been observing the landscape recently in cybersecurity and the more time I spend on tech communities, the harder it becomes to recognize a pattern.&lt;/p&gt;

&lt;p&gt;I see every day and every few minutes something along the lines of "Check out my new cool tool that automates ABC" or "I created a free assessment tool that will check all your controls and tell you XYZ" and so on.&lt;/p&gt;

&lt;h2&gt;
  
  
  Simple Automation Mindset No Longer Stand Out
&lt;/h2&gt;

&lt;p&gt;Unfortunately, we are still stuck on a mindset during the pre-AI era about how cool automation is and how valuable our coding skills are. However, the blind spot a lot of tech professionals today are missing is that the value proposition of automation no longer helps you stand out.&lt;/p&gt;

&lt;p&gt;With AI, generating code or automating certain tasks became so easy that the bar for generating prod ready tools is almost non-existent at this point (except for software that solves complex problems).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Jensen Huang (NVIDIA CEO)&lt;/p&gt;

&lt;p&gt;"It is our job to create computing technology such that nobody has to program, and the programming language is human."&lt;br&gt;
— February 2024, World Government Summit in Dubai&lt;/p&gt;

&lt;p&gt;Sam Altman (OpenAI CEO)&lt;/p&gt;

&lt;p&gt;"I have so much gratitude to people who wrote extremely complex software character-by-character. It already feels difficult to remember how much effort it really took. Thank you for getting us to this point."&lt;br&gt;
— Sam Altman, posted on X (Twitter), March 2026&lt;/p&gt;

&lt;p&gt;Dario Amodei (Anthropic CEO)&lt;/p&gt;

&lt;p&gt;"I have engineers within Anthropic who say I don't write any code anymore. I just let the model write the code, I edit it."&lt;br&gt;
— Dario Amodei, World Economic Forum in Davos, January 2026&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It is naive to think that a trillion+ US dollars industry will disappear overnight or that they will face an obstacle and give up. Those are companies with massive investments so failure is not in their dictionary. &lt;/p&gt;

&lt;p&gt;The above doesn't only apply to Software Engineering but also to Cybersecurity as well.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Tokens Cost Vs. Hiring Humans
&lt;/h2&gt;

&lt;p&gt;It was already known that AI companies were largely running at a loss for a few years, and now we see that the overall cost of running AI agents has increased dramatically due to high adoption and hunger for compute power (&lt;a href="https://www.businessinsider.com/openclaw-ai-demand-token-use-surge-nvidia-pricing-jumps-2026-2" rel="noopener noreferrer"&gt;https://www.businessinsider.com/openclaw-ai-demand-token-use-surge-nvidia-pricing-jumps-2026-2&lt;/a&gt;). Rumors suggest that we will go back to hiring humans instead of relying on AI but there is a huge flaw in this argument.&lt;/p&gt;

&lt;p&gt;AI, like every technology, is always costly and not so efficient at the beginning. It only takes a breakthrough before we see the tokens' prices become a lot cheaper. Therefore, the idea that suddenly tokens prices are going to turn back industries away from AI and into hiring humans like they used to in the past is maybe true for the short term but less likely to remain a reality.&lt;/p&gt;

&lt;p&gt;A well-developed LLM can spot vulnerabilities and threats much faster than a human can do no matter how fast they work. A vulnerability that takes a Security Engineer to spot and patch in hours can be done by AI within minutes. This significantly reduces the cost per hour for companies.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]&lt;br&gt;
AI security solutions do require human intervention and maintenance. Companies still need AI Security and Governance specialists.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Market Is Flooded with SIEM Solutions and Tools
&lt;/h2&gt;

&lt;p&gt;According to an IDC survey, organizations on average are dealing with 10 to 15 security vendors and 60 to 70 security tools (Source: IDC survey, as reported by CrowdStrike, 2024).&lt;/p&gt;

&lt;p&gt;If anything, companies are trying to actually slash down the number of tools and even encouraging their internal engineers not to create any additional tools without an internal review process. This is based on my personal observation across multiple industries.&lt;/p&gt;

&lt;p&gt;Is it important that you can write a script or create some tool? Of course! The point is that, you need to take into account that when you step into a tech company, your script or tool might work only in the short-term for a problem that the organization may consider not worth buying a SaaS solution for.&lt;/p&gt;

&lt;p&gt;From my personal experience in big tech, I had to pause sometimes to think which tool to use since each company had dozens in production (even if they didn't really want them).&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Security Engineering Mindset Is Better Than Automation
&lt;/h2&gt;

&lt;p&gt;The value of developing a tool to check policy violations is very weak if the architecture itself is flawed.&lt;/p&gt;

&lt;p&gt;Quite often, you'll find problems that can be solved by a configuration tweak without writing a single piece of code.&lt;/p&gt;

&lt;p&gt;You might, for example, be tempted to restrict access to AWS S3 and develop a service that stands between the customer and the bucket to ensure only authorized access when all you had to do was simply enable pre-signed URLs.&lt;/p&gt;

&lt;p&gt;Another example: you could be tempted to develop a tool to revoke access of AI agents when a more pragmatic approach could have been granting AI agents authorization tokens with TTLS instead.&lt;/p&gt;

&lt;p&gt;Sometimes, the problem is not collecting regulated data but the lack of secure design. If your organization can fill a gap by simply enabling encryption when a client inputs their data into a form, would you still try to develop a new tool?&lt;/p&gt;

&lt;h2&gt;
  
  
  Security and Governance
&lt;/h2&gt;

&lt;p&gt;What was discussed above is only part of security and governance; and if I'm to cover every aspect of security and governance, I'd probably need more than just a blog post to cover them.&lt;/p&gt;

&lt;p&gt;Security and governance is a broad topic but a cybersecurity professional who is proficient in a few of its aspects can offer more value than an engineer who can write a for loop.&lt;/p&gt;

&lt;p&gt;Below is a non-exhaustive list of topics that fall under security and governance:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Policies (with leadership backing)&lt;/li&gt;
&lt;li&gt;Compliance (e.g. GDPR, PCI-DSS, ISO 27001, etc...)&lt;/li&gt;
&lt;li&gt;Accountability (who owns what)&lt;/li&gt;
&lt;li&gt;Standards&lt;/li&gt;
&lt;li&gt;Audit processes (verifying controls and compliance)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can offer an organization a much stronger value proposition, if you can for example advise their dev team on how to handle PII in their code.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to Develop New Tool
&lt;/h2&gt;

&lt;p&gt;If you wish to develop a new tool, try to ask yourself the following questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What problem exactly I'm trying to solve?&lt;/li&gt;
&lt;li&gt;Have someone already made something similar?&lt;/li&gt;
&lt;li&gt;If I were a client, is the value proposed compelling enough that I'd spend thousands of US dollars for?&lt;/li&gt;
&lt;li&gt;Will my tool do something that AI and other LLMs cannot do no matter what?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can perform a simple smoke test by simply running a search on any search engine of your idea and see if it already exists.&lt;/p&gt;

&lt;p&gt;There are genuinely situations where organizations have neither the time nor resources to acquire a new SaaS solution for a specific problem, and you may be asked to solve it using automation or custom script but more often than not, your tool will be replaced later on by a SaaS provider who has signed an SLA with blood, and they have 24/7 dedicated teams for support. SaaS providers need to meet standards and regulations such as the ISO 27001 and have a strong track record.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I must emphasize that I'm not saying that developing tools is wrong or bad. What I'm trying to prompt is change of mindset. The question or challenge of today is no longer "How can I automate this?", but rather, "How can I create systems that are scalable, efficient, resilient and secure".&lt;/p&gt;

</description>
      <category>securitygovernance</category>
      <category>cloudsecurity</category>
      <category>aisecurity</category>
      <category>compliance</category>
    </item>
    <item>
      <title>Just Joined CoderLegion!</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Fri, 12 Jun 2026 07:24:33 +0000</pubDate>
      <link>https://dev.to/mosbat/just-joined-coderlegion-56bk</link>
      <guid>https://dev.to/mosbat/just-joined-coderlegion-56bk</guid>
      <description>&lt;p&gt;🚀 Check out my CoderLegion profile &amp;amp; latest post!&lt;/p&gt;

&lt;p&gt;🏆 Points: 929 | 🎱 Badges: 21 | 👥 Followers: 5 | 📄 Posts: 6&lt;/p&gt;

&lt;p&gt;Latest post: "Why Organizations Are Still Missing Out on Passwordless Adoption"&lt;br&gt;
Read it here: &lt;a href="https://coderlegion.com/19940/why-organizations-are-still-missing-out-on-passwordless-adoption" rel="noopener noreferrer"&gt;https://coderlegion.com/19940/why-organizations-are-still-missing-out-on-passwordless-adoption&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;View my full profile: &lt;a href="https://coderlegion.com/user/strange-developer" rel="noopener noreferrer"&gt;https://coderlegion.com/user/strange-developer&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Organizations Are Still Missing Out on Passwordless Adoption</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Mon, 08 Jun 2026 08:14:39 +0000</pubDate>
      <link>https://dev.to/mosbat/why-organizations-are-still-missing-out-on-passwordless-adoption-10gp</link>
      <guid>https://dev.to/mosbat/why-organizations-are-still-missing-out-on-passwordless-adoption-10gp</guid>
      <description>&lt;p&gt;According to a &lt;a href="https://ponemonsullivanreport.com/2024/11/the-2024-study-on-the-state-of-identity-and-access-management-iam-security/" rel="noopener noreferrer"&gt;2024 study by Ponemon-Sullivan Privacy Report&lt;/a&gt;, it was found that around 76% of organizations surveyed in the US haven't adopted passwordless yet.&lt;/p&gt;

&lt;p&gt;Given the rapidly evolving landscape of the internet and AI, the lag in adopting passwordless is a concern worthy of highlighting.&lt;/p&gt;

&lt;h3&gt;
  
  
  Passwords Are Not Enough Anymore
&lt;/h3&gt;

&lt;p&gt;Hackers have figured out long ago, many ways to obtain passwords. All it takes for an account to be compromised, is one vulnerable service running on a server or side channel attacks and the password would already be sold on the dark web for the highest bidder.&lt;/p&gt;

&lt;p&gt;Despite the fact that many organizations have raised the baseline password's complexity to comply with the standards and regulations, there are still other challenges:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Password rotation fatigue employees who may not be very tech-savvy (or use password managers), so they resort to workarounds that could compromise their passwords.&lt;/li&gt;
&lt;li&gt;How passwords are stored cannot be ignored.&lt;/li&gt;
&lt;li&gt;Security level among applications that do use passwords can be inconsistent. This means for example, your banking application might be very secure but this may not be true if you're using the same password for a partner site or service.&lt;/li&gt;
&lt;li&gt;Even passwords that are encrypted at rest can be compromised if the encryption algorithm is weak or contain vulnerabilities.&lt;/li&gt;
&lt;li&gt;Hackers often use social engineering to try to guess passwords using password cracking tools. Short and predictable passwords can be cracked anywhere in seconds to a few minutes.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What makes relying on passwords only even more risky, is that around 80% of organizations haven't adopted yet zero trust architecture which means that all it takes is one compromised password or account and hackers can install malware to extract others' passwords (APT). This is as per the same study by Ponemon-Sullivan Privacy Report in 2024. &lt;/p&gt;

&lt;p&gt;The above scenarios of course assume that users do not have adequate 2FA configured or their 2FA channels are also compromised (e.g. zero-click attacks on mobile devices).&lt;/p&gt;

&lt;h3&gt;
  
  
  How Does Passwordless Solve The Problem?
&lt;/h3&gt;

&lt;p&gt;Passwordless implementations such as FIDO2 for example significantly reduce the risks associated with passwords handling because the passwordless device itself becomes the authenticator. This can come in the form of BYOD or for example hardware security keys (e.g. Yubikeys are a popular solution).&lt;/p&gt;

&lt;p&gt;When you enroll a passwordless compatible device, the device generates private and public keys. The private key which contains the secret (random number) never leaves the device or cannot be extracted. In addition the private key is calculated from the web service domain alongside the secure secret generated.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!TIP]&lt;br&gt;
Since the private key uses the web service domain alongside the secret, this makes phishing attacks much harder.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Since each login uses a different random challenge signed with the private key, replay attacks become useless.&lt;/p&gt;

&lt;p&gt;Some passwordless authenticators may also be compatible with biometric authentication such as face recognition or finger prints which reduces theft risks.&lt;/p&gt;

&lt;p&gt;Examples of passwordless solutions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;FIDO2 (Fast Identity Online) -&amp;gt; &lt;strong&gt;&lt;em&gt;Most secure&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;OTP (One Time Password)&lt;/li&gt;
&lt;li&gt;Biometric Authentication.&lt;/li&gt;
&lt;li&gt;Magic Links (one-time links)&lt;/li&gt;
&lt;li&gt;Mobile App-Based&lt;/li&gt;
&lt;li&gt;Third-Party Identity Providers (e.g. Azure AD, Okta and Ping Identity)&lt;/li&gt;
&lt;li&gt;Certificates and Tokens&lt;/li&gt;
&lt;li&gt;Physical Tokens&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Why Organizations Are Lagging Behind?
&lt;/h3&gt;

&lt;p&gt;The main challenge organizations still face in passwordless's adoption is account recovery. If passwords are phased out without having reasonably secure options for account recovery, there is a significant risk of access loss.&lt;/p&gt;

&lt;p&gt;Other factors contributing to the slow adoption such as legacy systems and employees getting overwhelmed with the change.&lt;/p&gt;

&lt;h3&gt;
  
  
  No Standard Account Recovery Solution
&lt;/h3&gt;

&lt;p&gt;As of today, organizations are implementing different procedures for account recovery. For example, some organizations would require the employee to come personally to the workplace in order to restore access. Others provide for example hotlines where they get asked different challenge questions and need to execute one extra step to restore their access.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Organizations Need to Prioritize Passwordless
&lt;/h3&gt;

&lt;p&gt;Since secrets never leave the device in case of FIDO2, it's much harder for attackers to extract the secrets and use them.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!NOTE]&lt;br&gt;
While most passwordless compatible devices are secure, this doesn't mean that side channel attacks are impossible. For instance, during testing, NinjaLab found a vulnerability (EUCLEAK) in the cryptographic library that made it possible for them to clone the key. Yubico advised users to either upgrade or purchase newer, patched version of Yubikeys.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Transitioning the organization to passwordless standards requires both technical expertise and most importantly the backing of leadership and dedicated effort when it comes to dealing with legacy systems. Quite often, organizations would try instead to deprecate incompatible systems in favor of building or buying licenses for compatible ones.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>cloud</category>
      <category>security</category>
    </item>
    <item>
      <title>OWASP's Duty to Human Rights: Why AI Security Matters for Human Dignity</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Wed, 03 Jun 2026 22:00:00 +0000</pubDate>
      <link>https://dev.to/mosbat/owasps-duty-to-human-rights-why-ai-security-matters-for-human-dignity-1k9h</link>
      <guid>https://dev.to/mosbat/owasps-duty-to-human-rights-why-ai-security-matters-for-human-dignity-1k9h</guid>
      <description>&lt;h2&gt;
  
  
  AI's Rapid Growth and Lack of Regulation
&lt;/h2&gt;

&lt;p&gt;AI security is not only about protecting passwords and secrets, but it's about ensuring human safety first and foremost just as in software security in general.&lt;/p&gt;

&lt;p&gt;We have seen recent years how AI has been rapidly expanding and similar to the internet at the beginning, the legal and regulatory bodies were still catching up; we are seeing at the moment a similar pattern taking place. Despite the fact that we have seen new standards and frameworks (e.g. NIST AI RMF) addressing the need for more responsible and safe AI usage, there are still a lot of concerns about which direction AI is going while corporations are rapidly pushing AI development to race the regulators instead of coordinating with regulators on what's acceptable and what not.&lt;/p&gt;

&lt;p&gt;We have seen recently several instances where AI solutions have been used recklessly by certain organizations without proper controls or testing which led to several tragic incidents and loss of lives.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[!NOTE]&lt;br&gt;
A perfect example of AI-caused loss of lives is Tesla's autopilot fatal crashes which so far led to 467 crashes, 54 injuries and 14 deaths. This is according to NHTSA's updated findings.&lt;br&gt;
&lt;a href="https://www.pbs.org/newshour/nation/u-s-opens-new-investigation-into-teslas-full-self-driving-system-after-fatal-crash" rel="noopener noreferrer"&gt;Read the full PBS article on NHTSA's investigation&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  OWASP &amp;amp; AI
&lt;/h2&gt;

&lt;p&gt;According to OWASP AI Testing Guide, human oversight is required to ensure safety and security of any AI-based products or solutions. This is implemented by having several human-in-the-loop checkpoints for any critical AI decisions as well as proper monitoring and logging of any human intervention.&lt;/p&gt;

&lt;p&gt;In addition, there have been rising concerns of bias since LLMs can be biased depending on what training data they have been fed. This is why it must be ensured that LLMs are tested against bias. &lt;a href="https://owasp.org/www-project-top-ten-for-llm-applications/" rel="noopener noreferrer"&gt;Check OWASP Top 10 for LLM Applications&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Overconfidence Challenge
&lt;/h2&gt;

&lt;p&gt;Overconfidence in AI will remain one of the biggest challenges to address since a lot of organizations jumped into the AI wagon without assessing the organization's AI maturity and without structured governance framework and policies in place.&lt;/p&gt;

&lt;p&gt;AI models and LLMs do make mistakes and do have flaws and over-reliance on AI, especially in sensitive situations, could lead to catastrophic consequences.&lt;/p&gt;

&lt;p&gt;While AI has definitely made it easier for malicious actors to compromise software, we should not forget that OWASP has a duty as well to prevent AI from being used in ways that may violate human rights or compromise human dignity.&lt;/p&gt;

&lt;p&gt;Will the EU AI Act address the long sought after answers?&lt;/p&gt;

&lt;p&gt;What do you think that we as cybersecurity practitioners can do to fill in the gaps and go above and beyond to prevent AI from ever being used in a way that could compromise safety and human life?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>governance</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>Why Platform Governance and Transparency Matter for Developers and Freelancers</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Sat, 23 May 2026 15:22:13 +0000</pubDate>
      <link>https://dev.to/mosbat/why-platform-governance-and-transparency-matter-for-developers-and-freelancers-39ap</link>
      <guid>https://dev.to/mosbat/why-platform-governance-and-transparency-matter-for-developers-and-freelancers-39ap</guid>
      <description>&lt;p&gt;In this post, I'm sharing my personal experience with Reddit's moderation and shadow bans, not as a personal grudge but as an example why Developers and Freelancers should pay attention to each platform's governance, moderation and transparency policies because when your visibility and reputation are tied to third party platforms, you want to assess the risks associated with those platforms to your professional presence and your ability to reach your audience.&lt;/p&gt;

&lt;p&gt;I left Reddit for many years and rarely engaged with it as a platform since it forced users to disable their VPN or sign up and share their data.&lt;/p&gt;

&lt;p&gt;One day, I wanted to give it another shot after seeing some interesting content. I signed up again and began participating in technical discussions.&lt;/p&gt;

&lt;p&gt;I kept posting from time to time absolutely and purely technical comments.&lt;/p&gt;

&lt;p&gt;I began to notice over time that my posts or comments were not getting views or replies at all. While this doesn't bother me that much, I found after a couple of weeks that all my posts had 1 view. This situation raised my suspicion, so I began doing research on the matter.&lt;/p&gt;

&lt;p&gt;Lo and behold, I realized that I was actually shadow banned and there was no warning, no violations, nothing... I was not using bots or VPN or anything out of the ordinary.&lt;/p&gt;

&lt;p&gt;I learned later after doing further research that moderators can easily trigger Reddit's auto ban system by reporting someone even if there is no reason.&lt;/p&gt;

&lt;p&gt;Now, the question is, why would someone go out of their way to report my account specifically. Yep, you guessed it! In practice, there’s no way to know; Reddit provides no transparency about who reported you or why, which leaves users guessing whether they did something wrong or not.&lt;/p&gt;

&lt;p&gt;Imagine that every time you want to post something, you need to go through each subreddit's "Rules" and also Reddit's own policies and terms which are enforced inconsistently; this often feels like a legal exercise.&lt;/p&gt;

&lt;p&gt;On Reddit,in some cases, you can post inflammatory content and get little to no moderation but my neutral technical posts were hidden.&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%2Fm2njwuvb0mcrwpq74wb1.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%2Fm2njwuvb0mcrwpq74wb1.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Despite the fact that Reddit has an "Appeal" system, the time it takes Reddit to review your appeal can take anywhere from 1 week to several months; at the same time, if you create a new account, you risk getting banned again for having an alternative account.&lt;/p&gt;

&lt;p&gt;Reddit's ban system is a perfect example of failed distributed moderation system where a moderator can ban your whole account because they dislike your presence or disagree with your opinion.&lt;/p&gt;

&lt;p&gt;Reddit relies heavily on volunteers to moderate posts or comments, and they are often overworked and burnt out. &lt;/p&gt;

&lt;p&gt;At the same time, Reddit laid off around 5% of their workforce in recent years.&lt;/p&gt;

&lt;p&gt;Reddit's system is unique and bizarre in a bad way because on one end, moderators can flag your entire account for bans, not just their own subreddit, on the other hand, Reddit claim that the system is fair, distributed and decentralized.&lt;/p&gt;

&lt;p&gt;While Reddit's moderation and ban policies can be broken, this is not unique to Reddit as other large tech platforms like LinkedIn, Facebook (Meta), Twitter (X) and others also have poor user experience when it comes to moderation; this made me more cautious about relying on a single platform for visibility or professional networking.&lt;/p&gt;

&lt;p&gt;Lessons learned:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Don't treat big platforms as neutral parties; they are private companies with opaque policies and guidelines.&lt;/li&gt;
&lt;li&gt;Don't put all your eggs in one basket. Diversify your presence to multiple platforms and don't be scared to try new ones.&lt;/li&gt;
&lt;li&gt;As a rule of thumb, if your content can be hidden or removed by someone other than you, treat the platform as an amplifier rather than your primary go-to place to gain visibility.&lt;/li&gt;
&lt;li&gt;Obtain your own domain, learn how to build your own site (easy with AI for people who don't like frontend).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As a cloud and security consultant, I now treat every hosted platform as a temporary amplifier, not a permanent foundation for my professional presence.&lt;/p&gt;

&lt;p&gt;Disclaimer:&lt;br&gt;
This is based on my personal experience on Reddit and reflects my subjective view of its moderation and appeal processes, not a legal or technical audit of the platform.&lt;/p&gt;

</description>
      <category>reddit</category>
      <category>socialmedia</category>
      <category>security</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Diversity and Inclusion Are Officially Dead in Tech</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Wed, 04 Mar 2026 04:22:47 +0000</pubDate>
      <link>https://dev.to/mosbat/diversity-and-inclusion-are-officially-dead-in-tech-1p4a</link>
      <guid>https://dev.to/mosbat/diversity-and-inclusion-are-officially-dead-in-tech-1p4a</guid>
      <description>&lt;p&gt;According to a study by Edward J.W. Park, published in 1999 in Qualitative Sociology, the tech industry have always had a problem with racism where white candidates always received more favorable treatment.&lt;/p&gt;

&lt;p&gt;If you are a person of color or identify as non-white, you will learn in this article about the sad trajectory that tech is going and potential solutions. If you felt imposter syndrome by countless rejections, this article might help you feel better. Please note that while rejections due to discrimination are real, it's not always the case and there could be many more factors that come into play such as market saturation, skills gap or simply vacancies being canceled or frozen.&lt;/p&gt;

&lt;p&gt;If you identify as white and this topic resonates with you, you'll learn how to hold your peers accountable for discrimination and recognize stereotypes and biases. I will not shy away from using term "White" because I have strong belief that white privilege does exist and have seen it throughout the years globally.&lt;/p&gt;

&lt;p&gt;Few years ago, there was a serious attempt for the first time ever by corporations to be more diverse and inclusive by implementing DEI programs. while these programs were far from perfect, they enabled more people of color to get a fair chance and to grow.&lt;/p&gt;

&lt;p&gt;Last year, unfortunately, many corporations specially in the US rolled back all their DEI programs citing financial reasons without offering any meaningful alternatives.&lt;/p&gt;

&lt;p&gt;There is a strong narrative among the majority in Western nations that people of color had been given opportunities not based on merits but based on quotas. According to &lt;a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC9047608/" rel="noopener noreferrer"&gt;study&lt;/a&gt;, this narrative doesn't hold merit and instead appeals to confirmation bias.&lt;/p&gt;

&lt;p&gt;If you're a minority or person of color, and you suddenly notice that organizations have become toxic or you're being treated unfairly, you are not imagining it. Between mass layoffs, market panic and also reversal of DEI programs, what you experience is how things used to be before DEI towards minorities and people of color including women who have always struggled to get fair opportunities in tech.&lt;/p&gt;

&lt;p&gt;The problem becomes even more pronounced the more senior you become because unless you fit their stereotype of the low skilled labor, you'll face huge resistance and lots of rejections specially in organizations where leadership have severe lack of diversity.&lt;/p&gt;

&lt;p&gt;If you go to LinkedIn and browse through the people in leadership positions in most tech companies specially in Western countries, you'll rarely find minorities or people of color in leadership positions. I do not have unfortunately the data but based on general trends and my own observations, I concluded this as the reality.&lt;/p&gt;

&lt;p&gt;If you are a minority or person of color, you'll always be held to much higher standards for the same role that a white applicant got in just 1 hour interview with low effort.&lt;/p&gt;

&lt;p&gt;There is nothing wrong with you, the problem has more to do with the hiring managers and recruiters who have untreated biases; you may ask, why would they bother calling you if they perceive you as low skilled?&lt;/p&gt;

&lt;p&gt;If you look at the call back rates, it's actually much lower compared to white applicants in the market. Those who called you, did so because they want to seem fair but without disclosing the fact that they're exercising a double standard (which is illegal in most states). This helps them reject your job application without feeling guilty. At the same time, they do this sometimes to protect themselves legally. The whole interview process for you is about building a case to reject your job application.&lt;/p&gt;

&lt;p&gt;For me for instance, when I used to get a rejection, I used to ask for a feedback and many times, the feedback seemed to be either untrue or made up. There were genuine cases where the hiring manager had very high standards for the role but most of the feedback I received was subjective and projecting certain stereotypes that are not based on objective factors.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
What's The Solution?&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;Honestly speaking, unless we see DEI coming back with more energy and more effort, I'd recommend that you seek self employment and be extra cautious and selective about companies you'd like to work with. Ideally, via networking and making connections you might meet a hiring manager or client who is like minded or with whom you have positive rapport or relationship with.&lt;/p&gt;

&lt;p&gt;You have a better chance landing projects as a freelancer than finding an employer who will give you fair treatment without DEI.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
The Consequences Are Severe for Western Tech&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;The tech industry specially in Western countries still have a long way to go to address all of those challenges to create a more fair and equitable workplace environment that is blind to skin color, nationality or biases. Western companies are expected to struggle in the long-term if those issues remain unresolved or if policy makers won't create policies that are enforced and hold people accountable for not following them or abusing them.&lt;/p&gt;

&lt;p&gt;According to &lt;a href="https://www.journals.uchicago.edu/doi/10.1086/719250" rel="noopener noreferrer"&gt;Chicago University study&lt;/a&gt;, talents mis-allocation have led to a cost of 16$ trillion dollars and roughly 6 million jobs loss over 20 years. &lt;a href="https://assets.publishing.service.gov.uk/media/6853ec1fa3a28280485814fc/diversity-in-uk-tech.pdf" rel="noopener noreferrer"&gt;Another study in 2024&lt;/a&gt;, concluded that homogeneous teams are 66% less likely to outperform and persistent bias exacerbates skill gap that is costing the UK economy GBP 63 billion per year; and this is even more pronounced in AI/cybersecurity fields.&lt;/p&gt;

&lt;p&gt;Racism and discrimination not only hurts minorities and people of color but have a long-lasting negative consequences on the entire economy if left unaddressed.&lt;/p&gt;

&lt;p&gt;Will policy makers and corporations recognize the threat of bias and create meaningful enforceable frameworks or will talents find opportunities elsewhere?&lt;/p&gt;

&lt;p&gt;What are your thoughts?&lt;/p&gt;

</description>
      <category>career</category>
      <category>hiring</category>
      <category>inclusion</category>
      <category>workplace</category>
    </item>
    <item>
      <title>Why Software Developers/Engineers Don’t Matter Anymore</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Sun, 28 Sep 2025 13:44:34 +0000</pubDate>
      <link>https://dev.to/mosbat/why-software-developersengineers-dont-matter-anymore-j1p</link>
      <guid>https://dev.to/mosbat/why-software-developersengineers-dont-matter-anymore-j1p</guid>
      <description>&lt;p&gt;Many Devs today share the sentiment that it doesn't matter anymore how well you write code or how well you can iterate a binary tree. This has become specially true with all the AI autocomplete tools made by AI developers.&lt;/p&gt;

&lt;p&gt;It seems as if AI developers put all their strength on replacing us instead of solving real world problems. After all, how else could they market or sell their products to the greedy CEOs and investment bankers.&lt;/p&gt;

&lt;p&gt;I spent a good several months doing research on the topic and figuring out how much impact the autocomplete tools have effectively made many roles redundant.&lt;/p&gt;

&lt;p&gt;Do not buy the lie that those tools were made to help us be more efficient. It is all about paying less wages and hiring less people since machines and robots don't complain and can work faster than us.&lt;/p&gt;

&lt;p&gt;At the same time, there is a clear narrative being pushed indirectly by AI Developers that AGI is coming soon and that we humans are no longer needed. All of this to boost the stock prices but without real substance or value.&lt;/p&gt;

&lt;p&gt;While we cannot underestimate the impact of the autocomplete tools made by AI Developers, we need to understand what AI could and cannot do actually.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI's Fatal Flaw Scientifically
&lt;/h2&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%2Fpncpzsykgztc7dyq8kji.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%2Fpncpzsykgztc7dyq8kji.png" alt=" " width="794" height="720"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What we call today AI, is nothing more than pattern recognition combined with math aimed at predicting or giving the likelihood of an input matching a certain category which depends on LLM (Large Language Model).&lt;/p&gt;

&lt;p&gt;Understanding that AI is about statistical models and math, helps you understand that AI will never be able to deal with unique or new problems (which are almost infinite).&lt;/p&gt;

&lt;p&gt;No matter how much money AI Developers will throw to market their Sci-fi themed autocomplete, it is not going to change science.&lt;/p&gt;

&lt;p&gt;If your Self Driving car saw a human dressed up on Halloween, is it going to understand that this is a human if it wasn't explicitly trained for this specific scenario? &lt;/p&gt;

&lt;p&gt;You begin to understand that AI is only good at dealing with problems involving pattern recognition given specific data or highly repetitive tasks such chat bots for common customer service problems. Even with this, the implementing organization still needs to train AI to handle their specific problem domains which also costs money.&lt;/p&gt;

&lt;h2&gt;
  
  
  Still, Autocomplete Tools Wrecked Software Development
&lt;/h2&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%2Fpi84e9lv988k8a8ki77j.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpi84e9lv988k8a8ki77j.jpg" alt=" " width="600" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Several factors have impacted Devs' lives very negatively as a result of the tools and the way how capitalism works.&lt;/p&gt;

&lt;p&gt;The IT labor market was based on a pre-AI market where you needed lots of coders to write the software pieces and put them together or integrate them with other tools. This required a huge number of Developers who were good at writing sound clean code.&lt;/p&gt;

&lt;p&gt;The post-AI market and supply/demand macroeconomics now made it unnecessary to hire as many Developers as in the past.&lt;/p&gt;

&lt;p&gt;It is very logical that corporations will seek efficiency. If you hire few Developers who know how to use AI tools to generate all the boilerplate code, why do you need to hire coders if just 1 or 2 Devs will suffice?&lt;/p&gt;

&lt;p&gt;The real problem arised from corporations silently adopting AI autocomplete tools without informing in advance the public of such changes. Otherwise, the number of Computer Science graduates would have been way less as people will begin to seek other fields that are less saturated.&lt;/p&gt;

&lt;p&gt;The current dynamics hurt both Senior and Junior Devs permanently and the next decade will be full of pain for a lot of us as we try to adapt to the new reality and re-skilling to seek roles that have less impact by AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Not Focus On System Design and Architecture?
&lt;/h2&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%2Fbi4xhelq5srx2hkpzuz6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbi4xhelq5srx2hkpzuz6.jpg" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are thinking this way (which companies now pressuring us to on job interviews), you are not wrong. However, you are still missing the point.&lt;/p&gt;

&lt;p&gt;How many software architects do you actually need? Yes, you don't need 200 Devs who are good at SD.&lt;/p&gt;

&lt;h2&gt;
  
  
  Even Software Architects Won't Survive The Purge
&lt;/h2&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%2Fx51lltzlcz6sjin7vrqn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx51lltzlcz6sjin7vrqn.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As existing wanted to be coders are now adapting suddenly to the increased focus on architecture and design, the architect role is under real threat as all the SWE are now deep learning SD and architecture.&lt;/p&gt;

&lt;p&gt;This means, that those who studied architecture and got paid a decent wage despite the demand that was already low, they are now going to be buried even deeper under the rubble.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mass Layoffs Aftermath
&lt;/h2&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%2F4nh1k70nxz722eeafxui.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4nh1k70nxz722eeafxui.jpg" alt=" " width="799" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another significant factor that will ruin SWE career, is that the market demand on SWE was highly influenced by big tech players who were already highly picky and selective in their recruitment processes. &lt;/p&gt;

&lt;p&gt;As 10s of thousands of highly qualified SWEs are laid off and struggling to find jobs, the market has become even more competitive than before. &lt;/p&gt;

&lt;p&gt;So even for companies that are still hiring Devs, it is normal to expect them now to post all roles as "Senior ..." since they could afford now to be more picky and selective.&lt;/p&gt;

&lt;p&gt;So when you are applying as a Frontend Dev to your local coffee shop, you are competing with an ex-big tech Devs who are highly qualified, got exposed to big technologies (even if they are less likely going to use it in startups).&lt;/p&gt;

&lt;h2&gt;
  
  
  SWE Job Interviews Torture Candidates Without Real Purpose
&lt;/h2&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%2Fcbiyd694b32tidt7gi1z.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcbiyd694b32tidt7gi1z.jpg" alt=" " width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your local coffee shop startup will have Devs who are still stuck on the big tech hiring practices; they will ask you questions even if you have tons of experience and tons of certifications.&lt;/p&gt;

&lt;p&gt;The practice of whiteboard testing should truly be abolished for Senior Devs specially if you have certifications for the skills that they care about. Unfortunately, the industry is still stuck on over scrutinizing candidates and dwelling on their cultural fit just to write a bunch of if statements and for loops.&lt;/p&gt;

&lt;p&gt;Today, expect this to get even worse than before because whoever is now in hiring position, can afford to be selective, picky, test and re-test and project their ego with full force regardless of your level of skill.&lt;/p&gt;

&lt;p&gt;In the past, it was possible for Senior Devs to push back against assessments that come out as disrespectful specially for highly experienced and qualified candidates. Now it's impossible because we have a broken market where Devs are still stuck on big tech hiring practices for local coffee shop startup and a huge influx of candidates available (laid off by big tech).&lt;/p&gt;

&lt;h2&gt;
  
  
  “AI Hype” Is Not a Hype
&lt;/h2&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%2Ffumu6qaoz5et0hqhlqa7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffumu6qaoz5et0hqhlqa7.jpg" alt=" " width="736" height="552"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A lot of people are saying that it's a hype including Devs. This is nothing more than wishful thinking. It is naive to ignore what the autocomplete AI tools have achieved so far.&lt;/p&gt;

&lt;p&gt;AI IS NOT A HYPE.&lt;/p&gt;

&lt;p&gt;If you want to survive, you need to look for skills that cannot be automated. &lt;/p&gt;

&lt;p&gt;A balanced approach is to instead focus on how to retrain yourself to focus on roles that are in high demand and cannot be automated.&lt;/p&gt;

&lt;p&gt;Have AI Developers exaggerated? Absolutely, this had been confirmed by recent research. However, this doesn't mean we can ignore what these autocomplete tools have been able to achieve.&lt;/p&gt;

&lt;p&gt;The CEOs and investment bankers don't care about our opinions. They care about the bottom line and how much less wages to be spent on human labor.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Future Looks Like and Is There Hope?
&lt;/h2&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%2Fn3zo34yu8ooy8ryrm1iz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn3zo34yu8ooy8ryrm1iz.jpg" alt=" " width="320" height="212"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The future, is something you define for yourself. If you are still looking for the cozy and comfortable job, Software Development is no longer that job. You are now no different from account executives in a company just doing paperwork and getting paid to survive.&lt;/p&gt;

&lt;p&gt;You are now easy to replace with cheap and more skilled labor.&lt;/p&gt;

&lt;p&gt;Do not get distracted by the "New" requirements of SWE. It's now a race to the bottom as 100s of thousands of Devs are going down that rabbit hole.&lt;/p&gt;

&lt;p&gt;Creativity and problem solving are vague terms used loosely by companies' PR to make themselves look nice despite laying off 1000s of people who had families to feed without even a chance to re-skill or change roles.&lt;/p&gt;

&lt;p&gt;Focus on roles in the industry where automation doesn't work or have everyday unique problems that no AI can learn or recognize.&lt;/p&gt;

&lt;p&gt;Which ones? I'm not going to tell you any specific role because that's the problem today with media. You need to do your research and figure it out on your own.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>career</category>
    </item>
    <item>
      <title>YOU MUST READ THIS! Call to Action! Against Weaponisation of AI</title>
      <dc:creator>mosbat</dc:creator>
      <pubDate>Fri, 21 Feb 2025 13:06:58 +0000</pubDate>
      <link>https://dev.to/mosbat/you-must-read-this-call-to-action-against-weaponisation-of-ai-3969</link>
      <guid>https://dev.to/mosbat/you-must-read-this-call-to-action-against-weaponisation-of-ai-3969</guid>
      <description>&lt;p&gt;We have witnessed recently many damning reports by several investigative journalists several big tech companies including &lt;strong&gt;Amazon, Google&lt;/strong&gt; having military contracts where their AI models are being used by certain state militaries around the globe.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Threat
&lt;/h3&gt;

&lt;p&gt;This is a very big and dangerous threat to humanity on a global scale and it is our duty as Devs to say No to weaponisation of AI.&lt;/p&gt;

&lt;p&gt;We as Devs must work together to stop this madness before it goes out of hand. This is a huge threat to all humanity and must be stopped.&lt;/p&gt;

&lt;p&gt;To understand the solution, we must understand the problem. Big tech companies leverage data they mined over decades on the internet either directly or indirectly to build their LLM models. Then, what they do is that they try to customize it in certain contexts to make it usable by military. However, this task does require probably a bit of effort on their end depending on the data collected. While their data scientists can filter out the ethical and moral constraint that might prevent AI from accepting prompts that are harmful or violent, they still need a lot of processing power to make the LLM suitable for military use.&lt;/p&gt;

&lt;h3&gt;
  
  
  The solution:
&lt;/h3&gt;

&lt;p&gt;One way, how we as Devs can make it difficult for them to use LLMs for military use is to try to feed the internet as much as possible data is anti-war by publishing a massive number of texts all over the internet against war and against prompts that can be used for military.&lt;/p&gt;

&lt;p&gt;This will make it near impossible with the current technology to use the LLMs for war. &lt;/p&gt;

&lt;p&gt;Think of the LLM as a growing organism, we can manipulate it to prevent it from accepting or understanding certain content or even teach it to be against such content.&lt;/p&gt;

&lt;p&gt;This might require a lot of help and resources to override the internet and make it difficult for companies to use LLMs for military.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;gt; This is a call to action. If you are not scared enough, then you're probably sleeping. This is not about conflicts or wars, this is about humanity. We can't allow AI to be used for war.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
  </channel>
</rss>
