File size: 3,895 Bytes
04fa58e
 
 
 
 
 
d6c4522
 
 
04fa58e
 
 
 
 
ea774a6
04fa58e
 
 
 
 
 
 
 
b57dd3c
04fa58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea774a6
04fa58e
 
 
ea774a6
04fa58e
 
 
ea774a6
04fa58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d6c4522
04fa58e
d6c4522
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Infer</title>
    <link rel="stylesheet" href="static/styles.css" />
    <link rel="icon" type="image/svg+xml" href="static/assets/favicon.svg" />
    <link rel="icon" type="image/png" href="static/assets/favicon.png" />
  </head>
  <body>
    <header class="main-header">
      <div class="header-left">
        <h1>
          <a href="/" class="home-link"
            >Infer <span class="star"></span></a
          >
        </h1>
        <p class="subtitle">Making AI accountability tools for artists.</p>
      </div>
      <nav class="header-nav">
        <a href="#" class="nav-link">About</a>
        <span class="nav-separator"></span>
        <a href="/resources" class="nav-link">Resources</a>
        <span class="nav-separator"></span>
        <a href="mailto:hello@infer.ai" class="nav-link">Contact</a>
      </nav>
    </header>
    <main class="main-content">
      <section class="get-organized-hero">
        <h2>Get Organized</h2>
        <p>Connect with others whose work has also been scraped.</p>
      </section>
      <div class="get-organized-columns">
        <div class="get-organized-left">
          <p class="big-number">
            <strong>531 other users</strong> also have work that is likely in
            the OpenAI CLIP model's training data.
          </p>
          <p class="not-alone">
            <strong>You are not alone.</strong> Hundreds of artists are
            impacted—many unknowingly.
          </p>
          <p class="explanation">
            Your art may have helped train one of the most powerful AI models in
            use today—without your consent. You're part of a growing group of
            creators facing the same situation. This is a moment for collective
            response.
          </p>
          <div class="together-list">
            <p>Together, we can:</p>
            <ul>
              <li><strong>Explore legal options</strong></li>
              <li><strong>Share tools and tactics</strong></li>
              <li>
                <strong>Coordinate public statements and campaigns</strong>
              </li>
            </ul>
          </div>
        </div>
        <div class="get-organized-right">
          <h3>Join the conversation.</h3>
          <a class="org-btn" href="#"
            ><span>Join the mailing list</span
            ><img src="static/assets/Email_Icon.svg" alt="Email"
          /></a>
          <a class="org-btn" href="#"
            ><span>Connect on Discord</span
            ><img src="static/assets/Discord_Logo.svg" alt="Discord"
          /></a>
          <a class="org-btn" href="#"
            ><span>Connect on Signal</span
            ><img src="static/assets/Signal_Logo.svg" alt="Signal"
          /></a>
        </div>
      </div>
    </main>
    <div id="aboutOverlay" class="about-overlay" style="display:none;">
      <div class="about-modal">
        <button class="about-close" id="aboutCloseBtn" aria-label="Close About">&times;</button>
        <h2>About Infer</h2>
        <p>
          Infer helps artists and image creators check whether their work was likely used to train popular AI models. By comparing your image against model behaviors, we can estimate its presence in the training data—something that's often invisible by design.
        </p>
        <p>
          If your image comes up as a likely match, you'll get two paths:
          <ul>
            <li>Protect Your Art with tools to cloak, license, or fight back</li>
            <li>Get Organized with others facing the same issue—through legal coordination, shared resources, and community defense</li>
          </ul>
        </p>
      </div>
    </div>
    <script src="static/app.js"></script>
  </body>
</html>