Spaces:
Running
Running
Create I Am Doing Three Things Poorly And You Can Help With One.html
Browse files
I Am Doing Three Things Poorly And You Can Help With One.html
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>I Am Doing Three Things Poorly And You Can Help With One | FMN-GPT - CompactAI</title>
|
| 7 |
+
<link rel="stylesheet" href="bluesheet.css">
|
| 8 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 9 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 10 |
+
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500:600:700&family=Geist+Mono&display=swap" rel="stylesheet">
|
| 11 |
+
<style>
|
| 12 |
+
:root {
|
| 13 |
+
--blue-900: #000000;
|
| 14 |
+
--blue-800: #0a0a0a;
|
| 15 |
+
--blue-700: #111111;
|
| 16 |
+
--blue-600: #1a1a1a;
|
| 17 |
+
--blue-500: #333333;
|
| 18 |
+
--blue-400: #555555;
|
| 19 |
+
--blue-300: #777777;
|
| 20 |
+
--blue-200: #888888;
|
| 21 |
+
--blue-100: #aaaaaa;
|
| 22 |
+
--white: #ffffff;
|
| 23 |
+
--white-soft: #f5f5f5;
|
| 24 |
+
--white-muted: #e0e0e0;
|
| 25 |
+
--grid-line: rgba(255, 255, 255, 0.03);
|
| 26 |
+
--grid-line-major: rgba(255, 255, 255, 0.06);
|
| 27 |
+
--accent: #ededed;
|
| 28 |
+
--accent-muted: #888888;
|
| 29 |
+
--font-sans: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
|
| 30 |
+
--font-mono: 'Geist Mono', 'SF Mono', 'Fira Code', monospace;
|
| 31 |
+
--container-max: 1100px;
|
| 32 |
+
}
|
| 33 |
+
* { box-sizing: border-box; margin: 0; padding: 0; }
|
| 34 |
+
html { font-size: 16px; scroll-behavior: smooth; }
|
| 35 |
+
body { font-family: var(--font-sans); background: var(--blue-900); color: var(--white-muted); line-height: 1.7; -webkit-font-smoothing: antialiased; }
|
| 36 |
+
a { color: var(--white); text-decoration: none; transition: color 0.15s ease; }
|
| 37 |
+
a:hover { color: var(--accent); }
|
| 38 |
+
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
|
| 39 |
+
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--blue-600); padding: 16px 0; }
|
| 40 |
+
nav .container { display: flex; justify-content: space-between; align-items: center; }
|
| 41 |
+
.nav-brand { font-size: 18px; font-weight: 600; color: var(--white); display: flex; align-items: center; gap: 8px; }
|
| 42 |
+
.nav-brand span { color: var(--accent); }
|
| 43 |
+
.nav-links { display: flex; gap: 32px; }
|
| 44 |
+
.nav-links a { font-size: 14px; font-weight: 500; color: var(--blue-200); }
|
| 45 |
+
.nav-links a:hover { color: var(--white); }
|
| 46 |
+
.post { padding: 140px 0 80px; }
|
| 47 |
+
.post-back { display: inline-block; color: var(--blue-200); font-size: 14px; margin-bottom: 32px; }
|
| 48 |
+
.post-back:hover { color: var(--accent); }
|
| 49 |
+
.post-back::before { content: '← '; }
|
| 50 |
+
.post-meta { display: flex; gap: 12px; margin-bottom: 20px; }
|
| 51 |
+
.post-date { font-size: 13px; color: var(--blue-200); font-family: var(--font-mono); }
|
| 52 |
+
.post-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); background: rgba(255, 255, 255, 0.08); padding: 4px 10px; border-radius: 4px; }
|
| 53 |
+
.post h1 { font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 32px; line-height: 1.2; letter-spacing: -0.02em; }
|
| 54 |
+
.post-body p { font-size: 17px; line-height: 1.8; margin-bottom: 24px; color: var(--blue-200); }
|
| 55 |
+
.post-body p:first-of-type { font-size: 20px; color: var(--white-muted); }
|
| 56 |
+
.post-body h2 { font-size: 24px; font-weight: 600; color: var(--white); margin: 48px 0 20px; }
|
| 57 |
+
.post-body blockquote { border-left: 3px solid var(--accent); padding: 20px 24px; margin: 32px 0; background: var(--blue-800); border-radius: 0 8px 8px 0; }
|
| 58 |
+
.post-body blockquote p { font-size: 16px; font-style: italic; color: var(--blue-200); margin: 0; }
|
| 59 |
+
.post-body hr { border: none; height: 1px; background: var(--blue-600); margin: 48px 0; }
|
| 60 |
+
.code-block { background: var(--blue-800); border: 1px solid var(--blue-600); border-radius: 8px; padding: 20px; margin: 24px 0; font-family: var(--font-mono); font-size: 13px; overflow-x: auto; }
|
| 61 |
+
.code-block .comment { color: var(--blue-200); font-style: italic; display: block; margin-top: 4px; }
|
| 62 |
+
.cta-box { background: var(--blue-800); border: 2px solid var(--accent); border-radius: 12px; padding: 24px; margin: 32px 0; text-align: center; }
|
| 63 |
+
.cta-box a { color: var(--accent); font-weight: 600; font-size: 18px; word-break: break-all; }
|
| 64 |
+
.cta-box a:hover { color: var(--white); }
|
| 65 |
+
.cta-box p { margin: 12px 0 0; color: var(--blue-200); font-size: 14px; }
|
| 66 |
+
.post-footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--blue-600); }
|
| 67 |
+
.post-footer p { font-size: 14px; color: var(--blue-200); font-style: italic; margin: 0; }
|
| 68 |
+
footer { padding: 40px 0; background: var(--blue-800); border-top: 1px solid var(--blue-600); text-align: center; }
|
| 69 |
+
footer p { color: var(--blue-200); font-size: 14px; margin-bottom: 8px; }
|
| 70 |
+
footer a { color: var(--blue-200); }
|
| 71 |
+
footer a:hover { color: var(--accent); }
|
| 72 |
+
@media (max-width: 768px) { .post h1 { font-size: 28px; } .nav-links { display: none; } }
|
| 73 |
+
|
| 74 |
+
</style>
|
| 75 |
+
|
| 76 |
+
</head>
|
| 77 |
+
<body>
|
| 78 |
+
<nav>
|
| 79 |
+
<div class="container">
|
| 80 |
+
<a href="index.html" class="nav-brand"><span>/</span>FMN-GPT</a>
|
| 81 |
+
<div class="nav-links">
|
| 82 |
+
<a href="blog.html">Blog</a>
|
| 83 |
+
<a href="status.html">Model Status</a>
|
| 84 |
+
<a href="https://huggingface.co/CompactAI-O" target="_blank">HuggingFace Org</a>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
</nav>
|
| 88 |
+
<main>
|
| 89 |
+
<article class="post">
|
| 90 |
+
<div class="container">
|
| 91 |
+
<a href="blog.html" class="post-back">Back to Blog</a>
|
| 92 |
+
<header>
|
| 93 |
+
<div class="post-meta">
|
| 94 |
+
<span class="post-date">2026-04-25</span>
|
| 95 |
+
<span class="post-tag">Life Updates</span>
|
| 96 |
+
</div>
|
| 97 |
+
<h1>I Am Doing Three Things Poorly And You Can Help With One</h1>
|
| 98 |
+
</header>
|
| 99 |
+
<div class="post-body">
|
| 100 |
+
<p>I am currently juggling three tasks. None of them are going well. All of them are consuming my attention. You can help with one of them. The other two I will probably fail at alone. That is the deal.</p>
|
| 101 |
+
<blockquote>
|
| 102 |
+
<p>Multitasking is just failing at several things simultaneously with more enthusiasm. I am very enthusiastic.</p>
|
| 103 |
+
</blockquote>
|
| 104 |
+
<h2>Task One: Copyright Drama</h2>
|
| 105 |
+
<p>Someone cloned a repository I helped build. They removed the license. They changed the branding. They published it as a new project. This violates the AGPL-3.0 license. The original creators have been notified. Legal conversations are happening. I am not a lawyer. I am a person who trains tiny models and writes blogs about chuamliamce. Yet here I am, reading license texts and comparing CSS custom properties at two in the morning.</p>
|
| 106 |
+
<p>The evidence is documented. The timeline is clear. The violation is unambiguous. I am not asking you to be a lawyer. I am asking you to read the issue. I am asking you to share your perspective. I am asking you to help us win this battle by simply being aware of it.</p>
|
| 107 |
+
<div class="cta-box">
|
| 108 |
+
<a href="https://github.com/Reeyuki/YukiOS/issues/1#issuecomment-4322093139" target="_blank">https://github.com/Reeyuki/YukiOS/issues/1#issuecomment-4322093139</a>
|
| 109 |
+
<p>Read the issue. Understand the situation. Share if you think it matters. Your awareness helps. Your voice helps. Your support helps.</p>
|
| 110 |
+
</div>
|
| 111 |
+
<h2>Task Two: Training A Actually Smart Model</h2>
|
| 112 |
+
<p>Meanwhile I am training a one million parameter model that knows water is made of H2O. This sounds basic. It is not basic for my models. Previous versions would output "resins" or "a strong plant which is a substantiated strawberry compound". This version says H2O. It forms complete sentences. It occasionally answers questions correctly. It is still one million parameters. It is still tiny. It is still mine.</p>
|
| 113 |
+
<div class="code-block">
|
| 114 |
+
<span class="comment"># Progress report from the training trenches</span><br>
|
| 115 |
+
Old Haiku: "Water is made of resins and tornadoes"<br>
|
| 116 |
+
New Haiku: "Water is composed of H2O molecules"<br>
|
| 117 |
+
Parameters: 1,000,000 (unchanged)<br>
|
| 118 |
+
My confusion: also unchanged<br>
|
| 119 |
+
<span class="comment"># Science is weird. Progress is weirder.</span>
|
| 120 |
+
</div>
|
| 121 |
+
<p>I am not claiming this model is smart. I am claiming it is smarter than my previous models. That is a low bar. I am clearing that bar. That feels like progress. I will keep training. I will keep testing. I will keep being surprised when it outputs actual chemistry.</p>
|
| 122 |
+
<h2>Task Three: Managing Four Group Chats</h2>
|
| 123 |
+
<p>I am also managing four group chats. One for CompactAI. One for cAI-Grid. One for the legal situation. One for general chaos. Each chat has its own tone. Each chat has its own urgency. Each chat expects me to respond. I am one person. I have one brain. It is currently occupied by license texts and H2O molecules. The chats continue regardless.</p>
|
| 124 |
+
<p>I respond when I can. I miss messages when I cannot. I apologize when I notice. The cycle repeats. This is what collaboration looks like when you are the bottleneck. I am working on not being the bottleneck. I am also working on not burning out. Both goals are ambitious.</p>
|
| 125 |
+
<h2>Why This Matters</h2>
|
| 126 |
+
<p>The copyright situation affects open source. It affects attribution. It affects the ecosystem we all rely on. Your awareness matters. Your voice matters. Your support matters.</p>
|
| 127 |
+
<p>The model training affects tiny model research. It affects what is possible with limited parameters. It affects the future of efficient AI. Your interest matters. Your feedback matters. Your experiments matter.</p>
|
| 128 |
+
<p>The group chat management affects team coordination. It affects project momentum. It affects whether I remember to eat lunch. Your patience matters. Your understanding matters. Your memes matter.</p>
|
| 129 |
+
<h2>What You Can Do</h2>
|
| 130 |
+
<p>Read the GitHub issue. Share your perspective. Help us win the legal battle. That is the actionable item. That is the thing you can actually impact.</p>
|
| 131 |
+
<p>Watch the model progress. Try the checkpoints. Tell me when it outputs fermented barriers again. That is the fun item. That is the thing that makes this journey worthwhile.</p>
|
| 132 |
+
<p>Be patient with the group chats. Send encouraging messages. Share cat photos. That is the morale item. That is the thing that keeps me going when the license texts blur together.</p>
|
| 133 |
+
<h2>Final Thoughts</h2>
|
| 134 |
+
<p>I am doing three things poorly. Copyright drama. Model training. Chat management. You can help with the first one. The other two I will probably figure out through sheer stubbornness and caffeine.</p>
|
| 135 |
+
<p>Read the issue. Share your thoughts. Support open source. That matters. That helps. That makes a difference.</p>
|
| 136 |
+
<p>I will keep training tiny models that know chemistry. I will keep responding to group chats when I remember. I will keep fighting for proper attribution. Progress is weird. Collaboration is harder. Winning feels good. Let us win together.</p>
|
| 137 |
+
<hr>
|
| 138 |
+
</div>
|
| 139 |
+
<footer class="post-footer">
|
| 140 |
+
<p>Current status: Copyright battle ongoing. Model knows H2O. Four group chats demanding attention. Me overwhelmed but optimistic. Help welcome. Progress is weird. Solidarity is better.</p>
|
| 141 |
+
</footer>
|
| 142 |
+
</div>
|
| 143 |
+
</article>
|
| 144 |
+
</main>
|
| 145 |
+
<footer>
|
| 146 |
+
<div class="container">
|
| 147 |
+
<p>Built with curiosity over compute</p>
|
| 148 |
+
<p>FMN-GPT by <a href="https://huggingface.co/CompactAI-O" target="_blank">CompactAI-O</a> | 2026</p>
|
| 149 |
+
</div>
|
| 150 |
+
</footer>
|
| 151 |
+
</body>
|
| 152 |
+
</html>
|