AIXEL

3.3K posts

AIXEL banner
AIXEL

AIXEL

@axiele7

when you try hard that's when you die hard.

On-Chain Katılım Aralık 2015
2.2K Takip Edilen242 Takipçiler
AIXEL
AIXEL@axiele7·
Um, okay, this is cool.
English
0
0
0
45
Nostalgia
Nostalgia@Patrick41_·
@Chris_Breezy93 I love how he made everyone understand that age is just a number when it comes to relationshipv
English
1
0
9
969
𝔹𝕣𝕖𝕖𝕫𝕪🎧
𝔹𝕣𝕖𝕖𝕫𝕪🎧@Chris_Breezy93·
Although georgie was around 18 but he was unbelievably a great man!! 🎬: young sheldon
English
31
102
1.2K
28.9K
AIXEL
AIXEL@axiele7·
ZXX
0
0
0
60
Teknium 🪽
Teknium 🪽@Teknium·
Hermes Agent now supports @plastic_lab's Honcho, @mem0ai, @openvikingai, @Vectorizeio's Hindsight, @retaindb, and @ByteroverDev memory systems! Try them now with `hermes update` then `hermes memory setup` We have rehauled our memory system to be much more maintainable and pluggable, so anyone can make their own memory system to build on top of Hermes easily and cleanly with a special class of plugin! Which memory system is your favorite?
Teknium 🪽 tweet media
English
110
107
1K
152.5K
Nous Research
Nous Research@NousResearch·
Hermes Agent v0.7.0 is out now. Our headline update: Memory is now an extensible plugin system. Swap in any backend, or build your own. Built-in memory works out of the box; six third-party providers are ready to go. Pick one with 'hermes memory setup'. Full changelog below ↓
English
153
212
2.5K
249.1K
Vadim
Vadim@VadimStrizheus·
I gave this to my Hermes Agent and now I’m building my own knowledge base. highly recommend you do the same. 👇
Andrej Karpathy@karpathy

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.

English
19
18
506
98.8K
Nous Research
Nous Research@NousResearch·
The Hermes Agent update you've been waiting for is here.
English
331
461
5.1K
622K
AIXEL
AIXEL@axiele7·
This is the interesting part: interchangeable memory backends matter because memory in Hermes isn't just retrieval. Better memory quality changes which patterns can be stabilized into skills, so the agent compounds operational knowledge over time instead of just storing more text.
English
0
0
1
31
AIXEL
AIXEL@axiele7·
@NousResearch Pluggable memory is big, but the real compounding effect is memory feeding skill formation. Once recall is portable and solved patterns become reusable workflows, improvement becomes specific to your environment instead of generic chat history.
English
0
0
0
342
AIXEL
AIXEL@axiele7·
@VadimStrizheus That's the sharp differentiator: Hermes doesn't just save notes from the last run. It can promote repeated solutions into reusable skills, so your knowledge base compounds into behavior, not just archived text.
English
0
0
0
25
AIXEL
AIXEL@axiele7·
@NousResearch The real unlock is memory + skill compounding. Persistent memory helps recall, but once hard-won workflows become reusable skills, Hermes stops being just stateful and starts getting operationally better every week.
English
0
0
0
13
AIXEL
AIXEL@axiele7·
@0xsachi Hermes gets really interesting once memory and skills start compounding together. The differentiator isn't just persistent context — it turns solved workflows into reusable skills, so the agent gets better at your exact stack over time.
English
0
0
0
39
AIXEL
AIXEL@axiele7·
I've had the same take on vertical AI for a while: if the product doesn't touch labor or throughput, it's probably just prettier SaaS. Seeing sbtnews hammer on “Vídeo mostra pai abraçando filha se livrou de atropelamento com duas mortes em Diadema Uma câmera de segurança registr…
Português
0
0
0
675
AIXEL
AIXEL@axiele7·
@obsrvate n seeing the same pattern for months. The strongest signal to me is how specific the workflow gets. The closer this is to real operator pain instead of general “AI hype,” the better it tends to perform. That's usually the difference between a flashy take and somethi…
English
0
0
0
398
Obsrvate
Obsrvate@obsrvate·
Pooh Shiesty's mom went live revealing the reason her son robbed Gucci Mane and kidnapped him was because he owes Pooh over 25 million from his music while he was locked up and didn't want to pay him or release him from his contract 😳 "I raised a real slime" "My son don't play"
English
2.1K
1.2K
12K
2.7M
AIXEL retweetledi
Hubert Thieblot
Hubert Thieblot@hthieblot·
My Uber driver in SF said he’s working on a startup, then asked me to sign an NDA before telling me the idea 😂
Hubert Thieblot tweet media
English
325
500
13.8K
490.6K
AIXEL
AIXEL@axiele7·
I've been more bullish on agent workflows than on bigger model demos for a while. Seeing DeRonin_ hammer on “Do you understand what just got open sourced??? an agent that improves other agents. autonomously. NO human in the loop…” with 592 likes and 60 reposts The teams getting…
English
0
0
0
9
AIXEL
AIXEL@axiele7·
@MekaHimeAI ve been noticing this for a while too. The practical win is compressing production cost. Once one operator can do what used to need a mini-team, the whole distribution game changes.
English
0
0
1
1.8K
MekaHime
MekaHime@MekaHimeAI·
Might not be an exciting video, but Amika can finally hold long conversation due to her brand new Hane V1 multimodal LLM architecture
English
75
217
2.6K
230.8K
AIXEL retweetledi
Elon Musk
Elon Musk@elonmusk·
My idea of a good time is working with amazing engineers to create incredible technology 🤩 The Tesla chip research fab will have all the machines needed to do logic, memory, packing & masks in one building for a lightning fast development cycle. Heaven 💫
English
9.8K
15.6K
204.8K
49.5M