David Hendrickson

12.7K posts

David Hendrickson banner
David Hendrickson

David Hendrickson

@TeksEdge

CEO & Founder | PhD | Startup Advisor | @Columbia | Author Generative Software Engineering https://t.co/9oqvHuTX5f | 🔔 Follow for AI & Vibe Coding Tips 👇

PNW Inscrit le Temmuz 2023
524 Abonnements3.8K Abonnés
Tweet épinglé
David Hendrickson
David Hendrickson@TeksEdge·
Just saw this GitHub project 🛡️ OpenViking is skyrocketing 📈. This could be the best memory manager for @openclaw! 👀 ✅ OpenViking (volcengine/OpenViking) is an open-source project released by ByteDance’s cloud division, Volcengine. It's exploding in popularity and could become the standard for agentic memory. The community is already building direct plugins to integrate it with OpenClaw. Here is what I found about OpenViking as the ultimate memory manager for autonomous agents. 👇 🦞 What is OpenViking? Currently, most AI agents (like OpenClaw) use traditional RAG for memory. Traditional RAG dumps all your files, code, and memories into a massive, flat pool of vector embeddings. This is inefficient, expensive, sometimes slow, and can cause the AI to hallucinate or lose context. OpenViking replaces this. The authors call this new memory a "Context Database" that treats AI memory like a computer file system. Instead of a flat pool of data, all of an agent's memories, resources, and skills are organized into a clean, hierarchical folder structure using a custom protocol. 🚀 Why is this useful for OpenClaw? 🗂️ The Virtual File System Paradigm Instead of inefficiently searching a massive database, OpenClaw can now navigate its own memory exactly like a human navigates a Mac or PC. It can use terminal-like commands to ls (list contents), find (search), and tree (view folder structures) inside its own brain. If it needs a specific project file, it knows exactly which folder to look in (e.g., viking://resources/project-context/). 📉 Tiered Context Loading (Massive Token Savings) Stuffing massive documents into an AI's context window is expensive and slows the agent down. OpenViking solves this with an ingenious L0/L1/L2 tiered loading system: L0 (Abstract): A tiny 100-token summary of a file[5]. L1 (Overview): A 2k-token structural overview[5]. L2 (Detail): The full, massive document[5]. The agent browses the L0 and L1 summaries first. It only "downloads" the massive L2 file into its context window if it absolutely needs it, slashing token costs and API bills. 🎯 Directory Recursive Retrieval Traditional vector databases struggle with complex queries because they only search for keyphrases. OpenViking uses a hybrid approach. It first uses semantic search to find the correct folder. Once inside the folder, it drills down recursively into subdirectories to find the exact file. This drastically improves the AI's accuracy and eliminates "lost in the middle" context failures. 🧠 Self-Evolving and Persistent Memory When you close a normal AI chat, it forgets everything. OpenViking has a built-in memory self-iteration loop. At the end of every OpenClaw session, the system automatically analyzes the task results and updates the agent's persistent memory folders. It remembers your coding preferences, its past mistakes, and how to use specific tools for the next time you turn it on. 👁️ The End of the "Black Box" Developers hate traditional RAG because when the AI pulls the wrong file, it's impossible to know why. OpenViking makes the agent's memory completely observable. You can view the exact "Retrieval Trajectory" to see which folders the agent clicked on and why it made the decision it did, which I find the most useful feature. 🎯 The Bottom Line OpenViking is the missing piece of the puzzle for local autonomous AI. By giving OpenClaw a structured, file-based memory system that saves tokens and permanently learns from its mistakes, ByteDance has just given the 🦞 Clawdbots an enterprise-grade brain for free.
David Hendrickson tweet media
OpenViking@openvikingai

OpenViking has hit GitHub Trending 🏆 10k+ ⭐ in just 1.5 months since open-sourcing! Huge thanks to all contributors, users, and supporters. We’re building solid infra for the Context/Memory layer in the AI era. OpenViking will keep powering @OpenClaw and more Agent projects🚢🦞

English
30
68
669
94K
Matthew Berman
Matthew Berman@MatthewBerman·
Running a fine-tune on Qwen3.5-35B-A3B using @UnslothAI It's ALIIIIIVEEE
Matthew Berman tweet media
English
20
12
147
9.6K
Alex Finn
Alex Finn@AlexFinn·
OpenClaw made Anthropic completely pivot Quite literally every single release the last month has been an answer to OpenClaw • Telegram messaging • Scheduled tasks • Remote sessions A 1 person led open project caused a 1/2 trillion $ company to completely change everything You have way more power as an individual than you think
Thariq@trq212

We just released Claude Code channels, which allows you to control your Claude Code session through select MCPs, starting with Telegram and Discord. Use this to message Claude Code directly from your phone.

English
107
46
590
38K
Vals AI
Vals AI@ValsAI·
One last Minimax M2.7 result for you all - it has broken 25% on Vibe Code Bench. This is a benchmark we created in-house, testing a model's ability to write an application completely from scratch. It is the only Chinese model to do so so far.
Vals AI tweet media
Vals AI@ValsAI

Full Minimax results now available!

English
2
2
71
5.6K
David Hendrickson
David Hendrickson@TeksEdge·
🤖 Why don't people realize you can give local AI live internet access for free? You can take an offline, quantized model (like a Qwen 9B Unsloth Q4_K_M) running locally in @lmstudio, and instantly give it the ability to: 🌐 Search the live web 🛒 Shop and compare real-time prices 📰 Retrieve breaking news The Secret: The Model Context Protocol (MCP). Just sign up for a free @brave Search account and plug their MCP server directly into LM Studio. Here is exactly how to set it up: 👀👇
David Hendrickson tweet mediaDavid Hendrickson tweet media
English
0
0
1
111
David Hendrickson
David Hendrickson@TeksEdge·
📈 PinchBench is a suite of 23 standardized, real-world tasks 📋 (not synthetic trivia or math 🧮 problems) that simulate practical developer/agent workflows in an actual OpenClaw runtime environment such as scheduling, web research, coding etc. 🏆Qwen3.5 is dominating. 💪
David Hendrickson@TeksEdge

Holy 💩 check out the @openclaw 📊 daily PinchBench benchmark leaderboard! As more runs are amassed, averages go up or down. Qwen3.5 went up and is currently the leader 🎯. My Clawdbots are running very well on local Qwen3.5-27B unsloth Q4. 📊 Qwen 3.5 27B: 90.0% 📊 Qwen 3.5 397B-A17B: 89.1% 📊 Claude Sonnet 4.5: 88.2%

English
0
2
3
277
David Hendrickson
David Hendrickson@TeksEdge·
🌍 Open source AI isn’t catching up because it’s already the default engine of the egalitarian AI ecosystem. New eye opening report from @huggingface 👀. 👥 13M users 🤖 2M+ public models 🗂️ 500K+ datasets 🇨🇳 China now leads HF downloads. 🧬 Qwen spawned 113K+ derivatives. ⚡ Small models are winning on real-world adoption. 🦞 Clawdbots 🏰 The AI moat is shrinking.
David Hendrickson tweet media
English
1
0
0
188
Alex Finn
Alex Finn@AlexFinn·
OpenClaw and Hermes agent on the right, Crimson Desert on the left Multiple agents autonomously building businesses while I play the sickest video game ever made This is the future Your AI employees go out and create value while you enjoy the finer things in life I love 2026
Alex Finn tweet media
English
128
14
480
24.6K
David Hendrickson
David Hendrickson@TeksEdge·
@MatthewBerman I guess the question is why? It's strange they are copying an open source project. It's like if Microsoft use LInux to build Windows. I guess companies still think they would rather use a sandboxed Agent than a free one.
English
0
0
0
37
David Hendrickson
David Hendrickson@TeksEdge·
Alibaba's closed-source version Qwen3.5 Max is challenging @Google's previous model Gemini 3.0 for position on @arena's leaderboard.
David Hendrickson tweet media
Arena.ai@arena

Qwen 3.5 Max Preview has landed in top 10 for Arena Expert and top 15 for Text Arena. It shows particular strength in Math. Highlights: - #3 Math - #10 Expert - #15 Text Arena - Top 20 for Writing, Literature & Language, Life, Physical, & Social Science, Entertainment, Sports, & Media, and Medicine & Healthcare Congrats to the @Alibaba_Qwen team for this new milestone!

English
0
0
0
255
David Hendrickson
David Hendrickson@TeksEdge·
Holy 💩 check out the @openclaw 📊 daily PinchBench benchmark leaderboard! As more runs are amassed, averages go up or down. Qwen3.5 went up and is currently the leader 🎯. My Clawdbots are running very well on local Qwen3.5-27B unsloth Q4. 📊 Qwen 3.5 27B: 90.0% 📊 Qwen 3.5 397B-A17B: 89.1% 📊 Claude Sonnet 4.5: 88.2%
David Hendrickson tweet media
English
5
2
54
3.5K
David Hendrickson
David Hendrickson@TeksEdge·
@essobi My assumption too, but I think the challenge goes deeper. So far LMStudio doesn't support it with Qwen3.5
English
1
0
0
370
Kyle 'esSOBi' Stone
@TeksEdge Pretty sure the 3.5 architecture lets you use the same model as the draft model, so it’s already built in and aligned at training time..
English
1
0
1
388
David Hendrickson
David Hendrickson@TeksEdge·
❔ Will Getty Images be the next Chegg? Casualties of GenAI 🤷‍♂️ Getty Images is on the brink of bankruptcy. 💸 $1.3B debt 📉 Years of declining profits & negative cash flow 🖼️ Devaluing image library 🤖 GenAI as the final nail in the coffin?
David Hendrickson tweet media
English
0
0
0
149
TestingCatalog News 🗞
TestingCatalog News 🗞@testingcatalog·
BREAKING 🚨: Cursor released Composer 2, a cheap coding model with frontier performance (on par with GPT-5.4 and Opus 4.6 on CursorBench). "It's frontier-level at coding and priced at $0.50/M input and $2.50/M output tokens, making it a new, optimal combination of intelligence and cost."
TestingCatalog News 🗞 tweet media
leo 🐾@synthwavedd

Cursor have released Composer 2, a frontier-level coding model with higher token efficiency, and a faster default variant Looks like the rumor going around about it beating Opus 4.6 was in regard to Terminal-Bench 2.0, the only benchmark score they released aside from their own internal bench and SWE-Bench Multilingual cursor.com/blog/composer-2

English
20
24
334
33.3K
Wire Cat
Wire Cat@wire_catt·
@TeksEdge MiniMax m2.7 is not open weight it’s proprietary
English
1
0
1
37
David Hendrickson
David Hendrickson@TeksEdge·
📊 Check out the latest PinchBench, Clawdbot Benchmark, Leaderboard. Open Source models dominate. New model MiniMax M2.7 is in the top 10. Clawdbots 🦞 rejoice. Low cost 🧠
David Hendrickson tweet media
English
4
1
24
1.9K