Viliam Elischer

4.6K posts

Viliam Elischer

Viliam Elischer

@vireliam

Software Developer at @DeepnoteHQ

Prague Katılım Nisan 2014
1.2K Takip Edilen328 Takipçiler
Viliam Elischer retweetledi
Andrej Karpathy
Andrej Karpathy@karpathy·
Wow, this tweet went very viral! I wanted share a possibly slightly improved version of the tweet in an "idea file". The idea of the idea file is that in this era of LLM agents, there is less of a point/need of sharing the specific code/app, you just share the idea, then the other person's agent customizes & builds it for your specific needs. So here's the idea in a gist format: gist.github.com/karpathy/442a6… You can give this to your agent and it can build you your own LLM wiki and guide you on how to use it etc. It's intentionally kept a little bit abstract/vague because there are so many directions to take this in. And ofc, people can adjust the idea or contribute their own in the Discussion which is cool.
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
762
2.1K
21.2K
4.4M
Viliam Elischer retweetledi
Bun
Bun@bunjavascript·
In the next version of Bun `bun ./hello.md` & `Bun.markdown.ansi(string)` pretty-prints markdown to terminal-friendly ansi text
Bun tweet media
English
27
60
1K
167K
Viliam Elischer retweetledi
Chris Tate
Chris Tate@ctatedev·
Introducing render-json The Generative JSON framework. 1. Point it at anything 2. It generates JSON 3. That's it Apps, games, and more. If it exists, it can be converted into a JSON spec. 𝚗𝚙𝚖 𝚒 @𝚓𝚜𝚘𝚗-𝚛𝚎𝚗𝚍𝚎𝚛/𝚛𝚎𝚗𝚍𝚎𝚛-𝚓𝚜𝚘𝚗
English
64
186
3.1K
188.5K
Viliam Elischer retweetledi
Boris Cherny
Boris Cherny@bcherny·
2/ Move sessions back and forth between mobile/web/desktop and terminal Run "claude --teleport" or /teleport to continue a cloud session on your machine. Or run /remote-control to control a locally running session from your phone/web. Personally, I have "Enable Remote Control for all sessions" set in my /config. code.claude.com/docs/en/remote…
English
61
48
1.7K
335.8K
Viliam Elischer retweetledi
Jarred Sumner
Jarred Sumner@jarredsumner·
In the next version of Bun `Bun.WebView` programmatically controls a headless web browser in Bun
Jarred Sumner tweet media
English
125
146
2.7K
254.8K
Viliam Elischer retweetledi
Ondřej Romancov
Ondřej Romancov@oromancov·
AgentBadge - Secure Authentication for AI Agents, AI agents need passwords. That's a problem. On the #browser-use hackathon organized by @browser_use and @ycombinator we hacked together a solution that lets agents authenticate on behalf of users without ever exposing credentials to the LLM — and without requiring any changes to the target website
Ondřej Romancov tweet media
English
2
3
15
219
Viliam Elischer retweetledi
Daniel Bukač
Daniel Bukač@daniel_bukac·
Built a skill factory at @browser_use YC hackathon. If your profession is just a claude skill, you might as well embrace it, record the skill, let the browsing agents do the work and go work on something meaningful. #browser_use
English
1
4
20
1K
Viliam Elischer retweetledi
Anthropic
Anthropic@AnthropicAI·
We’ve identified industrial-scale distillation attacks on our models by DeepSeek, Moonshot AI, and MiniMax. These labs created over 24,000 fraudulent accounts and generated over 16 million exchanges with Claude, extracting its capabilities to train and improve their own models.
English
7.3K
6.3K
54.8K
33.6M
Viliam Elischer retweetledi
Daniel Bukač
Daniel Bukač@daniel_bukac·
We started running Agent SDK in sandboxes back in June - long before the hype. First we gave copilots to enterprises, today is the day we open @duvoai for everyone. From solopreneurs to teams — deploy AI agents that actually get work done. Try it now for free, no credit card.
English
1
1
11
212
Viliam Elischer retweetledi
Ondřej Romancov
Ondřej Romancov@oromancov·
Super excited to finally share what we've been building over the past few months: AI agents for knowledge workers. What if you could just describe your work and it gets done? That's @duvoai. And we've just opened it to everyone 🚀
English
1
2
16
1.6K
Viliam Elischer retweetledi
Boris Cherny
Boris Cherny@bcherny·
I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is different. You should experiment to see what works for you!
English
927
5.9K
50.9K
9.1M
Viliam Elischer retweetledi
effectfully
effectfully@effectfully·
effectfully tweet media
ZXX
4
411
7.6K
241.6K
Viliam Elischer retweetledi
Visual Studio Code
Visual Studio Code@code·
Friendly reminder that you can go to any GitHub repo, press the . key, and the entire repo will open in the browser using @code
English
47
223
2.3K
209.3K
Viliam Elischer retweetledi
Ben Lesh
Ben Lesh@BenLesh·
PSA: Use `crypto.randomUUID()`, NOT the `uuid` library. It's a lot faster, and it's zero cost on your bundle size. Available in all modern browsers, and all actively supported versions of Node.
Ben Lesh tweet media
English
31
122
2K
127.6K
Viliam Elischer retweetledi
Wes Bos
Wes Bos@wesbos·
new VS Code fork just dropped. Windsurf by Codeium which is a Cursor killer which is a vs code + copilot killer which is killing me keeping up with these
Wes Bos tweet media
English
96
60
1.5K
151.4K
Viliam Elischer retweetledi
David K 🎹
David K 🎹@DavidKPiano·
TypeScript tip: stop using optional properties so much in your internal app logic. ❌ prop?: string; ✅ prop: string | undefined; Being explicit about undefined values eliminates the silent bugs that happen when you forget to provide a value.
David K 🎹 tweet media
English
63
95
1.3K
157.6K
Viliam Elischer retweetledi
Rob Palmer
Rob Palmer@robpalmer2·
TypeScript 5.7 RC is released 🎉 🔶 ES2024 library types 🔷 Checker: Never-initialized variables 🔷 Checker: Stricter JSON imports 🔷 Emit: Extension rewriting (*.ts to *.js) 🔷 Emit: Computed methods 🔷 IDE: Better tsconfig discovery 🔷 Perf: Code Caching ⚡️ 2.5x faster startup
TypeScript@typescript

We just published the release candidate of TypeScript 5.7! Give it a shot and let us know what you think! devblogs.microsoft.com/typescript/ann…

English
1
30
222
14.1K