Izana

1.8K posts

Izana banner
Izana

Izana

@izana3133

All in @LayerZero_Core / In love with @claudeai

Katılım Haziran 2023
54 Takip Edilen871 Takipçiler
Sabitlenmiş Tweet
Izana
Izana@izana3133·
It's not a one-move game, @PrimordialAA 🖤
Izana tweet media
English
8
3
59
6.9K
Izana retweetledi
Claude
Claude@claudeai·
New in Claude Code: agent view. One list of all your sessions, available today as a research preview.
English
1K
2.2K
29K
6M
Izana retweetledi
Anthropic
Anthropic@AnthropicAI·
New Anthropic research: Natural Language Autoencoders. Models like Claude talk in words but think in numbers. The numbers—called activations—encode Claude’s thoughts, but not in a language we can read. Here, we train Claude to translate its activations into human-readable text.
English
592
1.7K
16.6K
2.4M
Izana retweetledi
Quit
Quit@0xQuit·
A car company sells you a car, the instruction manual says "wear a seatbelt". You do not wear a seatbelt, and get into a fatal accident. The car company later adds a feature: the car will not drive if the driver's seatbelt is not fastened. Is this an admission of guilt? Are you, the driver, absolved of blame because the car company did not have this feature before, and because other drivers also do not wear seatbelts?
Kelp@KelpDAO

x.com/i/article/2051…

English
31
12
96
18.3K
Izana retweetledi
Ethena
Ethena@ethena·
We've published a security blog post on the recent rsETH incident. The post details what happened, our response, and the design decisions made beforehand that protect USDe. Read it below.
Ethena tweet media
English
45
42
281
54.9K
Izana retweetledi
Bryan Pellegrino (臭企鹅)
Bryan Pellegrino (臭企鹅)@PrimordialAA·
A ton of this is just completely untrue. 1) Kelp originally used the defaults which were MultiDVN or DeadDVN and manually migrated to a 1/1 config later 2) Almost 100% of the volume on a 1/1 config was rsETH 3) Not using a 1/1 for production applications is mentioned many times in the documentation. The defaults Kelp is referencing in their screenshot were multiDVN or DeadDVN, which force-rejects an application using the defaults at all and requires them to manually set configuration. rsETH was originally configured to use the default LayerZero configuration of a multiDVN setup of LayerZero Labs + Google: Here are the exact transactions where that happens Ethereum → Arbitrum: etherscan.io/tx/0xd7c864adb… at 2024-02-06 03:09:47 UTC Ethereum → Optimism: etherscan.io/tx/0x7075bfe9a… at 2024-02-06 03:09:59 UTC KelpDAO then manually changed these to 1/1 configs: For the original Feb 6 Ethereum routes to Arbitrum/Optimism, KelpDAO’s Ethereum contract switched from defaults to manual OApp-scoped config on 2024-04-01: Send-side manual config: etherscan.io/tx/0x7485c16c9… 2024-04-01 07:12:11 UTC Receive-side manual config: etherscan.io/tx/0x21e967c99… 2024-04-01 07:12:23 UTC From this point on, Kelp began deploying all of their configurations as 1/1 configs. Here is Kelp’s deployment on Unichain: Unichain → Ethereum was opened on 2025-04-01 18:55:41 UTC. Pathway-open / setPeer tx: uniscan.xyz/tx/0x31ea2b10a… The manual ULN config followed 6 seconds later in uniscan.xyz/tx/0xd8ef5416a…. During this time the Unichain -> Ethereum and Ethereum -> Unichain defaults were set to DeadDVN which is a contract which makes it impossible for any application to transact without manually configuring their DVNs, this was not possible on the defaults of this pathway. Here is the code in the DeadDVN (#code" target="_blank" rel="nofollow noopener">etherscan.io/address/0x747C…) that specifically prohibits this. (Screenshot 1) This is called out many many times in the docs: 1. Integration Checklist — "Do" list - Last edited: 2025-11-26 (Nazreen) - Content: "Do: … Use more than one DVN for each production pathway instead of relying on a single DVN." - File: v2/tools/integration-checklist.mdx:244 - URL: #set-security-and-executor-configurations-on-every-pathway" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/tools/integ… 2. Integration Checklist — "Don't" list - Last edited: 2025-11-26 (Nazreen) - Content: "Don't: … Configure only one DVN for a pathway and treat it as production‑ready." - File: v2/tools/integration-checklist.mdx:251 - URL: #set-security-and-executor-configurations-on-every-pathway" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/tools/integ… 3. Integration Checklist — Defaults are not safe - Last edited: 2025-09-25 (Tino Martínez Molina) - Content: "Do not assume defaults are safe for production. Always check explicitly: getSendLibrary, getReceiveLibrary, and getConfig. If these resolve to defaults, confirm whether the defaults are valid for the intended pathway. Unintentional fallbacks to defaults are a common cause of blocked or failing pathways." - File: v2/tools/integration-checklist.mdx:126-128 - URL: #explicitly-set-message-libraries" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/tools/integ… 4. Integration Checklist — Default fallback warning - Last edited: 2026-02-26 (migration; same wording predates it) - Content: "Warning: If no configuration is set, the OApp will fallback to the default settings set by LayerZero Labs." - File: v2/tools/integration-checklist.mdx:222-238 - URL: #set-security-and-executor-configurations-on-every-pathway" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/tools/integ… 5. ONFT Quickstart — Production guidance - Last edited: 2025-02-20 (Radek Sienkiewicz) - Content: "DVN Settings: Use multiple DVNs in production to ensure message verification is robust." - File: v2/developers/evm/onft/quickstart.mdx:700 - URL: #security-considerations" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/developers/… 6. ONFT Quickstart — Strong recommendation to configure - Last edited: 2025-03-10 (Radek Sienkiewicz) - Content: "We strongly recommend reviewing these settings carefully and configuring your security stack according to your needs and preferences." - File: v2/developers/evm/onft/quickstart.mdx:366 - URL: #configure-the-onft" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/developers/… 7. Starknet FAQ — "Should I use multiple DVNs?" - Last edited: 2026-01-21 (Nazreen) - Content: ▎ Should I use multiple DVNs? ▎ Recommended for production. Multiple DVNs provide: ▎ - Increased security (multiple independent verifiers) ▎ - Resilience (no single point of failure) ▎ - Trust minimization - File: v2/developers/starknet/troubleshooting/faq.mdx:290-296 - URL: #should-i-use-multiple-dvns" target="_blank" rel="nofollow noopener">docs.layerzero.network/v2/developers/… Here are the exact recommendations we gave KelpDAO when asked about DVNs (typically 2/3) (Screenshot 2) Other LayerZero applications speaking on exactly what is advised by the team x.com/mitchellftracy… x.com/jasperflux/sta… For how much volume was actually configured on 1/1 here is the exact data. (Screenshot 3) We will publish a complete post-mortem as soon as the external security firms have completed it.
Bryan Pellegrino (臭企鹅) tweet mediaBryan Pellegrino (臭企鹅) tweet mediaBryan Pellegrino (臭企鹅) tweet media
English
79
61
407
117.4K
Izana retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Claude Code can now send push notifications to your phone when a long task finishes or Claude needs your input. Walk away from the terminal, we'll let you know when it's done.
English
504
1.1K
18.7K
1.3M
Izana retweetledi
CopyRebeldia
CopyRebeldia@CopyRebeldia·
Durante tres años escuchamos lo mismo: “los LLMs no razonan, solo predicen el siguiente token.” Acaban de razonar mejor que 60 años de matemáticos sobre un problema abierto de Erdős. 1 hora 20 minutos. Un solo intento. Y la forma en que lo hizo es la parte que importa: aplicó una fórmula básica que cualquier doctorando conoce, pero que nadie había pensado en usar aquí. No es genialidad nueva. Es genialidad acumulativa. La IA ha leído todas las matemáticas a la vez. Ningún humano puede hacer eso. O redefinimos qué significa “razonar”, o aceptamos que la IA ya razona. Lo segundo me parece más honesto.
sengpt@sengpt

23 yaşında bi genç 60 yıldır çözülemeyen Erdös problemlerinden birini chatgpt 5.4 pro ile çözmüş. hem de tek atışta. chatgpt'nin soruyu çözmek için harcadığı süre 1 saat 20 dakika. işin ilginci ai, herkesin bildiği ama kimsenin bu probleme uygulamadığı bi formülü kullanarak problemi çözmüş. burada chatgpt yazışması; chatgpt.com/share/69dd1c83… bu da problem; erdosproblems.com/1176

Español
61
132
888
232.1K
Izana retweetledi
Big Brain AI
Big Brain AI@realBigBrainAI·
Sam Altman, CEO of OpenAI, swore he'd never give an AI unsupervised access to his computer. He lasted 2 hours.
English
20
26
490
105.9K
Izana retweetledi
Jason
Jason@mytechceoo·
CEO obsessed with token maxxing
English
282
1K
13K
1.9M
Izana retweetledi
ClaudeDevs
ClaudeDevs@ClaudeDevs·
Caching is critical for customers to lower both costs and TTFT. We’re launching a new dashboard in Claude Developer Console to increase visibility and help customers optimize their usage. Check it out here: platform.claude.com/usage/cache
ClaudeDevs tweet media
English
84
178
2.7K
353.8K
Izana retweetledi
OpenAI
OpenAI@OpenAI·
Introducing ChatGPT Images 2.0 A state-of-the-art image model that can take on complex visual tasks and produce precise, immediately usable visuals, with sharper editing, richer layouts, and thinking-level intelligence. Video made with ChatGPT Images
English
1.1K
2.8K
25.2K
12.8M
Izana retweetledi
Sick
Sick@sickdotdev·
when Claude already wrote like 3k lines of code and I notice an error on my prompt
Sick tweet media
English
100
1.6K
59.9K
796.1K
Izana retweetledi
WenMoon 闻月 💚
WenMoon 闻月 💚@0xWenMoon·
So many fucking retards on this app Arbitrum freezing hacked funds means its up to DAO vote what happens to them. That IS decentralisation. The folks here who try to keep up theatrics by letting DPRK continue to steal millions are complicit. In what world is it better to lose 300m just to feign decentralisation?
English
122
30
505
22.9K
Izana retweetledi
Izana retweetledi
Sundar Pichai
Sundar Pichai@sundarpichai·
We are launching two powerful updates to Deep Research in the Gemini API, now with better quality, MCP support, and native chart/infographics generation. Use Deep Research when you want speed and efficiency, and use Max when you want the highest quality context gathering & synthesis using extended test-time compute — achieving 93.3% on DeepSearchQA and 54.6% on HLE.
Sundar Pichai tweet media
English
235
449
5.1K
411.2K
Izana retweetledi
Orderly
Orderly@OrderlyNetwork·
Orderly Security Update: LayerZero DVN Upgrade Complete Following the KelpDAO incident on April 18, cross-chain messages on Orderly were temporarily paused as a LayerZero preventive measure Our team worked directly with LayerZero overnight to upgrade our cross-chain security infrastructure from 1/1 to 3/3 DVN configuration across all contracts and $ORDER Current Status: ✅ All security upgrades complete ✅ Cross-chain deposits and withdrawals fully operational ✅ All user funds remained secure in smart contracts throughout Thank you to our builders and community for your patience
Orderly tweet media
English
59
8
83
28.5K
Izana retweetledi
Claude
Claude@claudeai·
Introducing Claude Opus 4.7, our most capable Opus model yet. It handles long-running tasks with more rigor, follows instructions more precisely, and verifies its own outputs before reporting back. You can hand off your hardest work with less supervision.
Claude tweet media
English
4.7K
10.2K
81K
13.9M