Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Key Animation/LO: Jingyu Xu (徐婧宇) Donghua: False Memory Episodes 1-3

36,251 görüntüleme • 1 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

‼️ DEEP DIVE: MARVEL RIVALS S7 BATTLE PASS Here's a complete look at the Season 7 Battle Pass: Tablet of Life and Time, available this Friday, March 20th for 990 Lattice. Page 1 Hela: Helen Angerboda The Rebel (Costume) Hela: Helen Angerboda The Rebel (Emote)* Hela: Helen Angerboda The Rebel (Spray)* White Fox (Nameplate)* Hela: Helen Angerboda The Rebel (Nameplate) Hela: Helen Angerboda The Rebel (MVP Animation) x100 Unstable Molecules Page 2 Thor Emblem (Spray)* Rocket Raccoon: Rocky The Transfer (Spray)* Rocket Raccoon: Rocky The Transfer (Nameplate)* x100 Units* Rocket Raccoon: Rocky The Transfer (Emote) x100 Lattice Rocket Raccoon: Rocky The Transfer (Costume) Page 3 Adam Warlock: Living Tribunal (Nameplate)* Adam Warlock: Living Tribunal (Spray)* Adam Warlock: Living Tribunal (Emote)* x100 Unstable Molecules* Adam Warlock: Living Tribunal (MVP Animation) x100 Units Adam Warlock: Living Tribunal (Costume) Page 4 x100 Units* x100 Unstable Molecules* Angela Emblem (Spray)* Angela: Doom Angel (Spray)* Angela: Doom Angel (Nameplate)* Angela: Doom Angel (Emote)* Angela: Doom Angel (Costume)* Page 5 x100 Lattice* Doctor Strange: Stephen Sanders The Doctor (Nameplate)* Doctor Strange: Stephen Sanders The Doctor (Spray)* Doctor Strange: Stephen Sanders The Doctor (MVP Animation) Doctor Strange: Stephen Sanders The Doctor (Emote) x100 Units Doctor Strange: Stephen Sanders The Doctor (Costume) Page 6 The Worst of Times (Gallery Card)* Page 7 x100 Units* Hawkeye: Argent Archer (Spray)* Black Cat (Nameplate)* Hawkeye: Argent Archer (Nameplate)* Hawkeye: Argent Archer (Emote) x100 Unstable Molecules Hawkeye: Argent Archer (Costume) Page 8 x100 Unstable Molecules* Thor: Low-Key Thor (Spray)* Thor: Low-Key Thor (Nameplate)* Thor: Low-Key Thor (Emote) Thor: Low-Key Thor (MVP Animation) x100 Lattice Thor: Low-Key Thor (Costume) Page 9 Luna Snow: Park Sun-Young The Dancer (Emote)* Luna Snow: Park Sun-Young The Dancer (Spray)* x100 Units* x100 Lattice Luna Snow: Park Sun-Young The Dancer (Nameplate) Luna Snow: Park Sun-Young The Dancer (MVP Animation) Luna Snow: Park Sun-Young The Dancer (Costume) Page 10 Tablet of Life and Time (Collectable)* x100 Unstable Molecules* Loki: Low-Key Loki (Spray)* Loki: Low-Key Loki (Nameplate)* Loki: Low-Key Loki (Emote)* Loki: Low-Key Loki (MVP Animation)* Loki: Low-Key Loki (Costume)* Page 11 x100 Lattice* Peni Parker: Badlands Lullaby (Spray)* Peni Parker: Badlands Lullaby (Emote) x100 Lattice Peni Parker: Badlands Lullaby (Nameplate) Peni Parker: Badlands Lullaby (MVP Animation) Peni Parker: Badlands Lullaby (Costume) Page 12 Loose Ends (Gallery Card)* *These items are free to unlock without a Battle Pass purchase. #MarvelRivals #WhiteFox

Miller Ross

281,399 görüntüleme • 5 ay önce

Sharing a super simple, user-owned memory module we've been playing around: nanomem The basic idea is to treat memory as a pure intelligence problem: ingestion, structuring, and (selective) retrieval are all just LLM calls & agent loops on a on-device markdown file tree. Each file lists a set of facts w/ metadata (timestamp, confidence, source, etc.); no embeddings/RAG/training of any kind. For example: - `nanomem add ` starts an agent loop to walk the tree, read relevant files, and edit. - `nanomem retrieve ` walks the tree and returns a single summary string (possibly assembled from many subtrees) related to the query. What’s nice about this approach is that the memory system is, by construction: 1. partitionable (human/agents can easily separate `hobbies/snowboard.md` from `tax/residency.md` for data minimization + relevance) 2. portable and user-owned (it’s just text files) 3. interpretable (you know exactly what’s written and you can manually edit) 4. forward-compatible (future models can read memory files just the same, and memory quality/speed improves as models get better) 5. modularized (you can optimize ingestion/retrieval/compaction prompts separately) Privacy & utility. I'm most excited about the ability to partition + selectively disclose memory at inference-time. Selective disclosure helps with both privacy (principle of least privilege & “need-to-know”) and utility (as too much context for a query can harm answer quality). Composability. An inference-time memory module means: (1) you can run such a module with confidential inference (LLMs on TEEs) for provable privacy, and (2) you can selectively disclose context over unlinkable inference of remote models (demo below). We built nanomem as part of the Open Anonymity project ( but it’s meant to be a standalone module for humans and agents (e.g., you can write a SKILL for using the CLI tool). Still polishing the rough edges! - GitHub (MIT): - Blog: - Beta implementation in chat client soon: Work done with amazing project co-leads Amelia Kuang Coco Xu Erik Chi !!

Ken Liu

74,797 görüntüleme • 4 ay önce