Arvind Radhakrishnen

1.3K posts

Arvind Radhakrishnen

Arvind Radhakrishnen

@ArvindRKrishnen

"Nerd by Nature, Transformative by Style" #ProductManagement #GenerativeAI #Strategy #Transformation

Digital Katılım Kasım 2011
1.9K Takip Edilen361 Takipçiler
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
Architecture Governance Is Broken. Here’s a Better Way.. We don’t have an architecture problem. We have a governance problem. Most orgs have drifted into two unhelpful extremes: - Review boards that block delivery. Or slideware principles nobody reads. Neither scales. Neither helps a team ship better systems faster. Especially not in complex enterprise architecture, platform engineering, or GenAI environments. What if governance behaved like a product, not a meeting? Instead of vague guidelines… You have concrete, versioned specifications. Clear contracts. Unambiguous constraints. Codified patterns that are testable by both humans and machines. Now governance is embedded in your SDLC runway, not bolted on. Specifications become the single source of truth for design decisions. Risk and compliance are enforced where they should be: in code, pipelines, and platforms. Suddenly: Every deviation is visible. Every exception is explainable. Every override is either justified or fixed. That’s what “architecture governance by specification” enables: From opinion → to infrastructure. From committee → to system. From PowerPoint → to real architecture governance. pmwhocodes.substack.com/p/architecture…
English
0
1
0
32
Arvind Radhakrishnen retweetledi
JUMPERZ
JUMPERZ@jumperz·
karpathy is showing one of the simplest AI architectures that actually works.. dump research into a folder, let the model organise it into a wiki, ask questions, then file the answers back in. the real insight is the loop...every query makes the wiki better. it compounds.. now thats a second brain building itself. i think this is so good for agents if applied right instead of pulling from shared memory every session, they build a living knowledge base that stays. your coordinator is not just coordinating tasks anymore.. it is maintaining institutional knowledge so every execution adds something back to the base. the bigger implication is crazy tho. agents that own their own knowledge layer do not need infinite context windows, they need good file organisation and the ability to read their own indexes. way cheaper, way more scalable, and way more inspectable than stuffing everything into one giant prompt.
JUMPERZ tweet media
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
137
724
8.2K
930.2K
Arvind Radhakrishnen retweetledi
Hiten Shah
Hiten Shah@hnshah·
This is one of the cleanest explanations I’ve seen of how ChatGPT’s memory actually works. No RAG. No vector search. Just a layered context system that feels personal without the overhead. Anyone building serious AI products should read this.
Manthan Gupta@manthanguptaa

I spent the last few days prompting ChatGPT to understand how its memory system actually works. Spoiler alert: There is no RAG used manthanguptaa.in/posts/chatgpt_…

English
61
250
3.9K
872.4K
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
This is the fraud american airlines helpdesk @american airlines account details . #fraud - They are not real american airlines fraud.
Arvind Radhakrishnen tweet media
English
0
0
0
48
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
@AmericanAir - looks like there is a fraud account under the twitter @americanair helpline. Please review the account the ensure other folks are not defrauded because of this. He reached out using the phone number - +1954-520-4019. Please have this investigated. They wanted me to download Lemonade money transfer app and wanted me to use their password, which raised the suspicion. Others may not be able to find this.
English
3
0
0
74
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
@AmericanAir they asking me to use the password as set by them raised the suspicion. Typical case of mule account being setup. @AmericanAir - you folks need to be mindful of similar account being set up in twitter.
English
0
0
0
8
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
@AAir_Support Spoke with the customer service on the app also. They also claimed, they can’t help, neither restore the reservation or help with the price match.
English
0
0
0
4
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
@AmericanAir cancelled reservation on hold without offering explanation within the stipulated duration (24 hours). To restore the same reservation, they are looking to charge 40% more? Tried DMing them, but they offered no respite. Customer service is unable to help them or restore the previous price. #americanairlines #poorprocesses #customerexperience
English
2
1
1
52
Arvind Radhakrishnen retweetledi
Kartikey
Kartikey@KartikeyStack·
I started my coding journey with this editor :) if you know what it is… we're friends
Kartikey tweet media
English
1.4K
405
8.7K
739.6K
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
@manoj92 But overall a great starting point. It asks all the right questions; leveraging Langgraph as such. Focus on getting this pharmacy ready as well.
English
1
0
1
29
Arvind Radhakrishnen
Arvind Radhakrishnen@ArvindRKrishnen·
I tried this, for my parents. I wanted to get the exact name of medicines to support dry cough and sinus, but the app did not tell me. It offers generic drug name like Benadryl but do not offer specific tablet name. I got recommendations for exact tablet name and dosage using Perplexity pro which we could avail from local pharmacy.
English
1
0
1
63
Manoj Malineni
Manoj Malineni@manoj92·
Built Swast.AI with help from Claude Code over the past week. It is designed to address the severe shortage of qualified doctors in India. Will be free forever for everyone. Currently live in beta. Please give it a spin and provide feedback. 🙏
Manoj Malineni tweet media
English
124
122
718
408.6K
Arvind Radhakrishnen retweetledi
Vinod Khosla
Vinod Khosla@vkhosla·
Interesting but plausible assertion: The business model of elite universities — acting as costly gatekeepers to a kingdom of guaranteed high earnings — is poised to collapse. When the ROI of a $300,000 law or medical degree evaporates, the institutions built on credential inflation will be next...The star litigator of 2035 won’t be the one who memorized the most precedent; it will be the one who can ask the AI the smartest question. This is the dawn of a new kind of expertise — one rooted not in what you know, but in how you work with what the machine knows. medium.com/design-bootcam…
English
98
223
1.6K
174.4K
Arvind Radhakrishnen retweetledi
alphaXiv
alphaXiv@askalphaxiv·
Claude is now being listed as an author on arXiv papers A response paper to Apple's "Illusion of Thinking" work just dropped with Claude Opus as first author, critiquing their experimental design and arguing the reasoning collapse was actually just token limit constraints.
alphaXiv tweet media
English
75
468
2.7K
367.2K
Arvind Radhakrishnen retweetledi
Stuff of Bardic Legends
Stuff of Bardic Legends@Zoomerjeet·
India returns to space after 41 years 🇮🇳🚀 Group Captain Shubhanshu Shukla will be representing India on the Axiom-4 mission and will be conducting food and nutritional experiments on the ISS. He is also the Mission pilot.
English
15
619
5.6K
128.6K
Arvind Radhakrishnen retweetledi
Douglas A. Boneparth
Douglas A. Boneparth@dougboneparth·
“Describe your childhood.” My childhood:
Douglas A. Boneparth tweet media
English
146
178
2.7K
123.2K