注册并分享邀请链接,可获得视频播放与邀请奖励。

与「EXOPLANET」相关的搜索结果

EXOPLANET 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 EXOPLANET 的内容
EXO 엑소 '중독 (Overdose)' Stage Video @ EXO PLANET #6# - EXhOrizon in SEOUL #EXO ##엑소 ##weareoneEXO# #EXOPLANET ##EXhOrizon#
0
46
13.2K
6.6K
转发到社区
EXO PLANET #6# – EXhOrizon in #MACAU# DAY 2🩶 #EXO# #엑소# #weareoneEXO# #EXOPLANET# #EXhOrizon#
0
31
12.9K
5.5K
转发到社区
EXO PLANET #6# – EXhOrizon in #MACAU# DAY 1🩶 #EXO# #엑소# #weareoneEXO# #EXOPLANET# #EXhOrizon#
0
38
14.1K
6.1K
转发到社区
EXhOrizon in #MACAU# DAY 1 🐰🎂🫶 #EXO# #엑소# #weareoneEXO# #EXOPLANET# #EXhOrizon#
0
98
22.3K
9.8K
转发到社区
EXO PLANET #6# – EXhOrizon in MACAU How to get the DIGITAL STAMP in the SMTOWN APP!   🗓️DATE: 2026.05.22 (FRI) – 2026.05.23 (SAT) | 09:00~23:50 (CST) 📍LOCATION: Within 500m from GALAXY ARENA 🤍METHOD: SMTOWN APP - PASSPORT - Click ‘STAMP’ button   🔗DOWNLOAD:   #EXO# #엑소# #weareoneEXO# #EXOPLANET# #EXhOrizon#
显示更多
0
1
579
147
转发到社区
EXO PLANET #6# – EXhOrizon in MACAU SMTOWN에서 DIGITAL STAMP 받는 방법!   🗓️날짜: 2026.05.22 (FRI) – 2026.05.23 (SAT) | 09:00~23:50 (CST) 📍위치: GALAXY ARENA 500M 내 🤍방법: SMTOWN 앱 - PASSPORT 메뉴 - 스탬프 버튼 클릭   🔗DOWNLOAD:   #EXO# #엑소# #weareoneEXO# #EXOPLANET# #EXhOrizon#
显示更多
0
2
2.2K
524
转发到社区
'In the later stages, offering reasons why someone was not hired can be problematic. Apparently this can lead to legal actions, though it does not say much about the hiring manager if they cannot offer a coherent explanation that doesn’t get them sued':
显示更多
This is really big news. Google introduced the Open Knowledge Format (OKF) - a standardized way to store information in a directory of markdown files. Makes it really easy to make a digital brain that agents can use. These files can serve as a living wiki. You can give agents the ability to query them or edit them. They can interlink. Seems to me this could replace Notion or Obsidian. I can think of so many uses for this. Google's blog post: An easier to understand explanation is the SPEC.md file: I gave those two links to Antigravity and asked how we could use it for any of the projects we're working on. It came up with so many ideas. I would imagine Claude Fable 5 would whip up some pretty amazing things based on this system. Currently creating an OKF library of our pepper garden. It's going to be a fun weekend.
显示更多
0
46
1.8K
183
转发到社区
this is my personal singularity moment this post may sound like a paid ad. I only wish. I'm concerned, more so than happy. the world is changing, and, among the scenarios where AI goes terribly wrong, inequality is the most realistic, yet, the one Anthropic seems to be the least concerned about. I'm glad OpenAI is taking the opposite stance: *personal AGI for everyone*. I think this is a commendable position in the times we live. but who am I in the queue of the bread? anyway, Fable is here, so I'll just report my first-hour experience first of all, all my pet prompts are solved. → λ-calculus puzzles → bug questions → one-shot apps all are trivial to it. I don't have anything harder other than my ongoing work so, in the last several days, I've been toying with HVM5, a new interaction net evaluator with a faster loop. after writing the first version, I left 32 GPT-5 agents working for ~20 hours each. this resulted in up to 2x speedups, but the file size increased by 2-fold and quality decreased significantly. I then simplified the whole thing into an even simpler core, and left Opus 4.8 and GPT 5.5 optimizing it for 8 hours. Opus got a legit 6% - 34% speedup in most benches. GPT got better results, but, sadly, an unusable file. I then asked Fable to optimize it. 2 hours later, it landed a 1770% speedup in one case, 100%+ in other 4, and 22% in average. yes, in 2 hours it outperformed me, opus 4.8 and a swarm of gpt 5.5 agents, by one order of magnitude. that could not possibly be legit. "it must be hardcoding the benchmarks" (GPT trauma). so I read its explanation and what it did was, indeed, the most high impact optimization one could try first. seems like HVM5 was wasting a lot of time garbage-collecting unused branches of pattern-match nodes. I had optimized that for static mats, but not for dynamic mats. skill issue. Fable figured how to do it for these, resulting in a massive speedup in some benches but wait, is that *correct*? I'm not sure yet, it is credible, but this is the kind of thing that is very easy to get wrong on interaction nets. the problem is, when I was ready to start auditing Fable's solution so I could tell whether it was buggy or legit, it interrupted me to tell me it had found a massive bug on the code *I* had written. ... wait, what? so... for garbage collection purposes, I stored a bit on lambda term pointers that meant "the variable bound by this lambda has been freed, so, its lambda must free whatever argument it is applied to". that's fine. yet, on duplicator nodes, I also used the same bit to mean "one of the duplicated variables was freed, so, treat this dup as a passthrough no-op". so, if a lambda entered a duplicator, it would mistake the lambda's collection bit for its own, resulting in corrupted interaction! that's a mouthful, why I'm writing this? just so you can appreciate the sheer absurdity of what just happened. I didn't ask it to find bugs. I asked it for an optimization. and even if I did ask it to find bugs, this bug is so astonishingly subtle and specific, identifying it takes mastering the domain to an extent that it beyond even me. I'd easily need hours or days to fix it, *if* I ever came across it. chances are it would just go unnoticed. and Fable found it and fixed it like it was nothing, while it was busy adding a 17x speedup to a file that neither I, nor Opus 4.8, nor a fleet of GPT 5.5 managed to barely make 2x faster. oh and there is also another tab where it is also ripping through Bend's codebase and finishing everything I had to do I don't know what to say anymore this isn't about Anthropic or OpenAI, this is about our collective future as a species. the world is changing, and we need to be aware of it, and discuss how to handle this change. receipt below . . .
显示更多
0
244
7.3K
654
转发到社区