even westvang

3.3K posts

even westvang banner
even westvang

even westvang

@even

Co-founder @sanity_io. Pixel nostalgic.

Oslo, No 参加日 Ocak 2009
3.5K フォロー中2.3K フォロワー
even westvang
even westvang@even·
@fchollet This seems to me why grounding might be more useful. Just to get a feeling for all the «abstract» metaphor we use.
English
0
0
0
53
François Chollet
François Chollet@fchollet·
We underestimate how much "abstract" thought is just repurposed sensorimotor control circuitry. A lot of reasoning is essentially about moving through idea-space the way we move through physical space.
English
179
245
2.5K
134.6K
even westvang がリツイート
Sanity
Sanity@sanity_io·
Structure powers intelligence.
English
2
7
21
1.9K
even westvang がリツイート
Sanity
Sanity@sanity_io·
"The model wasn't broken. The context was." @MHillestad on why AI agents need structured content, not bigger context windows. Structure powers intelligence. sanity.io/blog/structure…
English
3
5
17
1.4K
Kyros
Kyros@IamKyros69·
How did people even learn to code when there was no docs, no YouTube… nothing? Genuinely curious.
Kyros tweet media
English
4.7K
235
9.7K
1.8M
even westvang がリツイート
Jayden Lau
Jayden Lau@Liu71163077·
New are is coming。。。。#nanobanana
Jayden Lau tweet mediaJayden Lau tweet mediaJayden Lau tweet mediaJayden Lau tweet media
English
42
208
3.1K
516.5K
even westvang がリツイート
Sanity
Sanity@sanity_io·
We hosted the first-ever developer conference dedicated to AI-powered Content Operations. Over 300+ developers and technical leaders driving the future of content at scale and how to go from theory to production. 13 hours. One track. AI, content ops, and culture. If you missed it, or want to go back to the future with us, we got the sessions turned into a video podcast → sanity.io/blog/everythin…
English
1
3
12
1.6K
even westvang
even westvang@even·
@matdryhurst Lmk. It's v. surprising who has aptitude, what to call or how to even qualify it. Ironic that hermeneutics/semiotics/comp lit may have useful tools, but humanities dislike the idea of being applied synthetically anywhere and distrust this area in particular.
English
1
0
1
93
Mat Dryhurst
Mat Dryhurst@matdryhurst·
@even I'm not sure but I'd like to find it.
English
1
0
0
608
Mat Dryhurst
Mat Dryhurst@matdryhurst·
You guys don’t get it yet Slop will accelerate the demise of the attention economy in favor of something new Using models well is the most literate I’ve ever felt. Understand them.
The Baffler@thebafflermag

The poptimists and sloptimists have won. Our new issue, “After Words,” describes our postliterate moment, when everything from serious criticism to literary fiction to children’s books seems on the verge of being replaced by content trash.

English
18
14
249
31K
wukko
wukko@uwukko·
not gonna shave until we release vertical tabs in @heliumbrowser
English
140
21
1.6K
222.6K
even westvang
even westvang@even·
@tristanbob @sanity_io We have a shiny new API for dealing with publishing/unpublishing/releasing - sanity.io/docs/http-refe… - it should be in the MCP server, but we might need to be even clearer that it needs to use this instead of wrangling draft paths like you had to before.
English
0
0
2
68
Tristan Rhodes
Tristan Rhodes@tristanbob·
Man, using @sanity_io to publish content is a very complex ordeal! I realize there must be reasons for it, but even Claude Code with the MCP server is struggling. It's taken dozens of tasks just to show a blog post.
English
8
0
5
714
even westvang がリツイート
simeonGriggs
simeonGriggs@simeonGriggs·
You store your content as files in a repo. My CMS writes PRs. We are not the same.
English
4
3
14
2.6K
even westvang がリツイート
hardmaru
hardmaru@hardmaru·
New Paper! Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents A longstanding goal of AI research has been the creation of AI that can learn indefinitely. One path toward that goal is an AI that improves itself by rewriting its own code, including any code responsible for learning. That idea, known as a Gödel Machine, proposed by @SchmidhuberAI over two decades ago, is a hypothetical self-improving AI. It optimally solves problems by recursively rewriting its own code when it can mathematically prove a better strategy, making it a key concept in meta-learning or “learning to learn.” While the theoretical Gödel Machine promised provably beneficial self-modifications, its realization relied on an impractical assumption: that the AI could mathematically prove that a proposed change in its own code would yield a net improvement before adopting it. Sakana AI, in collaboration with Jeff Clune’s lab at UBC, proposes something more feasible: a system that harnesses the principles of open-ended algorithms like Darwinian evolution to search for improvements that empirically improve performance. We call the result the Darwin Gödel Machine. DGMs leverage foundation models to propose code improvements, and use recent innovations in open-ended algorithms to search for a growing library of diverse, high-quality AI agents. Applied to practical tasks, we implemented Darwin Gödel Machine as a self-improving coding agent that rewrites its own code to improve performance on programming tasks. It creates various self-improvements, such as a patch validation step, better file viewing, enhanced editing tools, generating and ranking multiple solutions to choose the best one, and adding a history of what has been tried before (and why it failed) when making new changes (see the attached video). We believe that Darwin Gödel Machines represent a concrete step towards AI systems that can autonomously gather their own stepping stones to learn and innovate forever!
English
37
200
1K
104.6K
even westvang がリツイート
hardmaru
hardmaru@hardmaru·
New Paper: Continuous Thought Machines 🧠 Neurons in brains use timing and synchronization in the way that they compute, but this is largely ignored in modern neural nets. We believe neural timing is key for the flexibility and adaptability of biological intelligence. We propose a new neural architecture, “Continuous Thought Machines” (CTMs), which is built from the ground up to use neural dynamics as a core representation for intelligence. By using neural dynamics as a first-class representational citizen, CTMs naturally perform adaptive computation. Many emergent, interesting behaviors arise as a result: CTMs solve mazes by observing a raw maze image and producing step-by-step instructions directly from its neural dynamics. When tasked with image recognition, the CTM naturally takes multiple steps to examine different parts of the image before making its decision. This step-by-step approach not only makes its behavior more interpretable but also improves accuracy: the longer it “thinks,” the more accurate its answers become. We also found that this allows the CTM to decide to spend less time thinking on simpler images, thus saving energy. When identifying a gorilla, for example, the CTM’s attention moves from eyes to nose to mouth in a pattern remarkably similar to human visual attention. I think this work underscores an important, yet often lost, synergy between neuroscience and AI. While modern AI is ostensibly brain-inspired, the two fields often operate in surprising isolation. By starting with such inspiration and iteratively following the emergent, interesting behaviors, we developed a model with unexpected capabilities, such as its surprisingly strong calibration in classification tasks, a feature that was not explicitly designed for. When we initially asked, “why do this research?”, we hoped the journey of the CTM would provide compelling answers. By embracing light biological inspiration and pursuing the novel behaviors observed, we have arrived at a model with emergent capabilities that exceeded our initial designs. We are committed to continuing this exploration, borrowing further concepts to discover what new and exciting behaviors will emerge, pushing the boundaries of what AI can achieve.
English
65
561
3.2K
256.8K
even westvang がリツイート
Magnus Hillestad
Magnus Hillestad@MHillestad·
The feeling of seeing our new logo on the @Nasdaq tower is unreal
Magnus Hillestad tweet media
English
5
4
46
2.8K
even westvang がリツイート
Guillermo Avalos
Guillermo Avalos@ui_pro·
Everyone else on X has a mental hard-on thinking about Figma and AI, meanwhile I’m here reading up and drooling all over the cool shit @sanity_io released @simeonGriggs
English
0
1
3
457