tjun

9.6K posts

tjun

tjun

@tjun

Software Engineer at newmo. Platform team, 自動運転team. Sony→Aerosense→メルカリ/メルペイ→newmo

Beigetreten Eylül 2008
1.7K Folgt1.4K Follower
tjun
tjun@tjun·
最近論文読むためにやってたことにとても近くて参考になる
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.

日本語
0
0
2
432
tjun retweetet
chokudai(高橋 直大)@AtCoder
Sakana Chatの標準モードと大阪モード、同じ質問で回答が思いっきり変わる例
chokudai(高橋 直大)@AtCoder tweet media
日本語
0
41
236
34.5K
tjun
tjun@tjun·
くらしのマーケットで依頼した、整理収納の人に来てもらって仕事の部屋と子どものおもちゃ収納を整理してもらってとてもきれいになった! 捨てる捨てないの判断などやらなきゃいけないのでおまかせとはいかないが、自分だけでやり切ることはできなかったので頼んでよかった
日本語
0
0
2
211
tjun retweetet
newmo 移動で地域をカラフルに
【プレスリリース】 newmo株式会社は、京浜急行電鉄株式会社より京急タクシーグループ6社を譲受することを決定いたしました。 これに伴い、神奈川・東京エリアにて新社名および新ブランド「うみかぜ交通」として事業を展開いたします。 長年地域の皆様に愛されてきた交通インフラとしての役割を受け継ぎ、テクノロジーを活用した持続可能な移動サービスの実現を目指してまいります。
newmo 移動で地域をカラフルに tweet media
日本語
1
77
320
138.6K
tjun retweetet
newmo.tech
newmo.tech@newmotech·
🧑‍💻 技術ブログ更新しました! さまざまな判断に用いられる算出される数値をどのようにして保証するのか。これらの取り組みついて、@ota1200 さんが執筆してくれました tech.newmo.me/entry/bi-as-co…
日本語
0
10
26
7K
tjun
tjun@tjun·
見たい発表多くて行きたくなる #NVIDIAGTC
日本語
0
0
2
253
tjun
tjun@tjun·
ドラえもんの映画見ます
日本語
0
0
3
171
tjun retweetet
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
Ahhhh, Codex 5.3 (xhigh) with a vague prompt just solved a bug that I and others have been struggling to fix for over 6 months. Other reasoning levels with Codex failed, Opus 4.6 failed. Cost $4.14 and 45 minutes. Full trace plus includes original issue: ampcode.com/threads/T-019c… I know this prompt is relatively bad. Honestly, our stable release is in a week, and I was throwing some Hail Marys at the frontier models to see if I could get a clean, understandable fix for some of these bugs. By using `gh`, it grabs much better context from the issue, so its not terrible. The best thing that Codex did was eventually start reading GTK4 source code. That's where I ended up (see my GH issue), and I knew the answer was somewhere in there, but I didn't have the time or motivation to do it myself. The other models never went there, and lower reasoning efforts with 5.3 didn't go there either. Only xhigh went there. I think that was a critical difference. The final fix was decent. It was small, all in a single file, and very understandable. It had one bug I identified (you can see in the trace), and then I manually cleaned up some style. But, it did a great job. Definitely an "it's so over" moment. But at the same time, it feels amazing because now our next stable release will have this fix and I was able to spend the time working on other fixes as it went.
English
121
235
3.6K
404.2K
tjun
tjun@tjun·
ネットワーク機器のガチャガチャちょっとやりたいけど小銭なかった
tjun tweet media
日本語
0
0
8
170
tjun retweetet
boris
boris@boristane·
I'm back nominal.dev
English
97
71
982
196.5K
tjun
tjun@tjun·
朝コメダ
tjun tweet media
日本語
1
0
3
172
tjun
tjun@tjun·
カーリングのストーンあった
tjun tweet media
日本語
1
0
0
169