|
7 | 7 | <name>Bullshit Program</name> |
8 | 8 | <uri>https://bullshitprogram.com/</uri> |
9 | 9 | </author> |
10 | | - <updated>2025-04-19T05:39:11Z</updated> |
| 10 | + <updated>2025-04-29T01:48:23Z</updated> |
11 | 11 | <link rel="self" type="application/atom+xml" href="https://bullshitprogram.com/feed.atom" hreflang="en-us"/> |
12 | 12 | <link rel="alternate" type="text/html" href="https://bullshitprogram.com/" hreflang="en-us"/> |
| 13 | + <entry> |
| 14 | + <title>OAM(Open AI Model)</title> |
| 15 | + <author> |
| 16 | + <name>Zeusro</name> |
| 17 | + <uri>https://github.com/zeusro</uri> |
| 18 | + </author> |
| 19 | + <id>https://bullshitprogram.com/oam/</id> |
| 20 | + <updated>2025-04-28T14:00:00Z</updated> |
| 21 | + <published>2025-04-28T14:00:00Z</published> |
| 22 | + <content type="html"><p><code>双兔傍地走,安能辨我是雄雌</code></p> |
| 23 | +<h2>Spec</h2> |
| 24 | +<pre><code class="language-GO">type AI interface { |
| 25 | + SloveProblem(question string) (output interface{}, cost time.Duration) |
| 26 | +} |
| 27 | +</code></pre> |
| 28 | +<p>The AI that takes the shortest time is better.</p> |
| 29 | +<p>Some may ask, why use time to measure the quality of answers?</p> |
| 30 | +<p>Because <strong>time will tell the truth.</strong></p> |
| 31 | +<h2>Example</h2> |
| 32 | +<p>See <a href="https://github.com/p-program/OAM/blob/main/function/local/gorm/analyze/module.go">this</a></p> |
| 33 | +<h2>Differences between OAM(Open Application Model) and OAM(Open AI Model)</h2> |
| 34 | +<p>OAM(Open Application Model) is an open model for defining cloud native apps.</p> |
| 35 | +<p>OAM(Open AI Model) is an open model for defining AI.</p> |
| 36 | +<p>Focused on AI rather than application, Open AI Model [OAM] brings simplest but most powerful design for modeling AI.</p> |
| 37 | +<h2>Why does OAM fail?</h2> |
| 38 | +<p>They know nothing about DevOps.</p> |
| 39 | +<p>The basic model is not right,the following content is completely wrong.</p> |
| 40 | +<p>Actual DevOps job is like that:</p> |
| 41 | +<p><img src="/image/post/OAM/suo.png" alt="image"></p> |
| 42 | +<h2>Link</h2> |
| 43 | +<p><a href="https://github.com/oam-dev/spec/pull/381">天地不仁以万物为刍狗</a></p></content> |
| 44 | + </entry> |
13 | 45 | <entry> |
14 | 46 | <title>AI Driven Design Shit Database</title> |
15 | 47 | <author> |
|
0 commit comments