<?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: Ahmad</title>
    <description>The latest articles on DEV Community by Ahmad (@cleanformulation).</description>
    <link>https://dev.to/cleanformulation</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%2F3894024%2F2a5ed093-557c-4578-a4cf-b009a8ecfb92.jpg</url>
      <title>DEV Community: Ahmad</title>
      <link>https://dev.to/cleanformulation</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cleanformulation"/>
    <language>en</language>
    <item>
      <title>I Built a Cosmetic Ingredients Dataset — Here’s What I Found</title>
      <dc:creator>Ahmad</dc:creator>
      <pubDate>Thu, 23 Apr 2026 10:43:38 +0000</pubDate>
      <link>https://dev.to/cleanformulation/i-built-a-cosmetic-ingredients-dataset-heres-what-i-found-2im2</link>
      <guid>https://dev.to/cleanformulation/i-built-a-cosmetic-ingredients-dataset-heres-what-i-found-2im2</guid>
      <description>&lt;p&gt;I’ve been working on structuring cosmetic ingredient data into a JSON dataset.&lt;/p&gt;

&lt;p&gt;What started as simple organization quickly turned into something more interesting, the data doesn’t just describe ingredients, it starts to describe systems.&lt;/p&gt;

&lt;p&gt;Instead of isolated entries, each ingredient carries multiple layers:&lt;/p&gt;

&lt;p&gt;chemical class&lt;br&gt;
functional role&lt;br&gt;
behavior inside a formulation&lt;br&gt;
interactions with other ingredients&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  "name": "Coconut Oil",&lt;br&gt;
  "chemical_class": "Triglyceride",&lt;br&gt;
  "functional_class": "Soap precursor",&lt;br&gt;
  "system_behavior": {&lt;br&gt;
    "lather": "Rapid formation",&lt;br&gt;
    "cleansing": "Strong oil interaction"&lt;br&gt;
  },&lt;br&gt;
  "interactions": {&lt;br&gt;
    "reacts_with": ["sodium-hydroxide"],&lt;br&gt;
    "balanced_by": ["olive-oil"],&lt;br&gt;
    "affected_by": ["hard-water"]&lt;br&gt;
  }&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;At some point, it stops looking like individual ingredients and starts looking like a repeatable system design.&lt;/p&gt;

&lt;p&gt;When you start looking at data like this, a pattern emerges:&lt;/p&gt;

&lt;p&gt;Many formulations are not built from scratch, they follow repeating structural logic.&lt;/p&gt;

&lt;p&gt;The same types of ingredients appear again and again, not because of branding, but because they fulfill specific roles within a system.&lt;/p&gt;

&lt;p&gt;It starts to look less like a list of ingredients… and more like a designed architecture.&lt;/p&gt;

&lt;p&gt;To explore this further, I built a structured dataset that maps these relationships and behaviors:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cleanformulation.com/data/ingredients-dataset.json" rel="noopener noreferrer"&gt;https://cleanformulation.com/data/ingredients-dataset.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I’m trying to understand now is this:&lt;/p&gt;

&lt;p&gt;If we already know the chemical class, functional role, and interaction behavior of ingredients —&lt;/p&gt;

&lt;p&gt;can we model or predict formulation performance before anything is physically created?&lt;/p&gt;

&lt;p&gt;Or is real-world behavior still too complex for structured data to capture?&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%2Fbg68jt1yw0t112qqmql2.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%2Fbg68jt1yw0t112qqmql2.png" alt="Here’s a quick look at how the dataset is structured internally" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>discuss</category>
      <category>architecture</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
