
Kanishk Patel
61 posts

Kanishk Patel
@above_almighty
Building Memory Layer for Physical Life
Calgary, Alberta Katılım Mart 2020
297 Takip Edilen79 Takipçiler

Inside the Agent Harnesses of Anthropic, OpenAI, LangChain, and Stripe open.substack.com/pub/learnagent…
English

@samzliu Nice! Do share if possible. Adding ASR would be great but achieving low latency would be tough in my opinion. But definitely a good addition.
I did add the ability to perform web research claims and make them stronger.
English

Love this! Two other things I've been playing with on my custom set-up:
1) Voice agent attached to the editor. This way I can riff off the writing aloud, which activates a different part of my brain.
2) Ability to regenerate text in a specific direction (e.g. make it more professional, make the claim less strong, etc.). In an idea world, I'm imagining a spider diagram of different attributes I can drag around and the agent gives me like 3-4 different versions based on that
English

I often write articles to learn new things and share what I have learnt. With AI it has been easier but at the same time my learning from the articles have also reduced so I came up with Mati, it is a custom WYSIWYG with an AI twist.
It pushes back it asks me questions and tells me if my claims are unsubstantiated? It helps me avoid AI sycophancy and make sure I learn and share the right things. Do you think this is something that people will use.
Attaching a demo below.
Hoping for some feedback!
English

@henrytdowling ys but not just comments it analyses and understand and pushes back on you.
English

@above_almighty oh this is cool, so it's like google docs comments but the ai comments autonomously?
English

Training an LLM Costs $50M. Inference Costs More Within Weeks. open.substack.com/pub/learnagent…
English

I write articles to learn and also help people Learn Agentic AI. With AI it has become easier but I follow a strict process to write my articles and I have been able to replicate it using Claude Code and some creativity.
The code is open source and at -> github.com/kanishkpatel19…
Wanted feedback on how can I make it better and empower more people to write and share there knowledge.
Also feel free to provide suggestions on UI, code quality and LLM usage or something you would wanna see in this product.
English

The AI development has so many parallels with industrial revolution. Today we 1000s of catalogued parts for cars. I would be surprised if LLM's of the models would be the same. Speacialised parts put together to create an engineering marvel that acts human.
I write about things here -> learnagentic.substack.com/p/every-transf…
English

What Is a Language Model? open.substack.com/pub/learnagent…
English

@jihanyang13 @amilabs Congrats on the move! The persistent memory piece is what got me excited. We're building the first open-source eval dataset for visual/spatial memory systems at Founsi AI - would love to chat about how AMI Labs thinks about evaluating memory.
English

I will join @amilabs with an amazing founding team! Let's build something new!
AMI Labs@amilabs
Advanced Machine Intelligence (AMI) is building a new breed of AI systems that understand the world, have persistent memory, can reason and plan, and are controllable and safe. We’ve raised a $1.03B (~€890M) round from global investors who believe in our vision of universally intelligent systems centered on world models. This round is co-led by Cathay Innovation, Greycroft, Hiro Capital, HV Capital, and Bezos Expeditions, along with other investors and angels across the world. We are a growing team of researchers and builders, operating in Paris, New York, Montreal and Singapore from day one. Read more: amilabs.xyz AMI - Real world. Real intelligence.
English

@adxtyahq Lol buy a mac or linux minimum 32 gb in case you wanna run LLMs
English

@qatarairways These guys booked me a flight from Delhi to Calgary my original itinerary ahmedabad to Calgary. How am i suppose to magically appear in Delhi ? Please tell me and now the customer support says it is my fault @qatarairways @qrsupport I have no idea but this is a nightmare.
English

@qatarairways Improve your support please. It is a nightmare. You need to get more options. I can clearly see flight availability for my routes yet you don’t offer them. Worst airlines ever. Never booking again via Qatar.
English

@ihtesham2005 Very interesting! How does it handle reasoning over temporal space? Also I believe we are missing a key piece i.e. psychometrics or per say human behaviour, for each person what is important to remember or save is different. Henceforth self evolution might not help!
English

RIP flat RAG ☠️
ByteDance just open-sourced OpenViking and it exposes everything wrong with how we've been building AI agent memory.
Here's what every agent framework gets wrong:
Memories live in one place. Resources in another. Skills scattered everywhere. And when you need context, you're doing flat vector search and hoping for the best.
That's the problem. OpenViking fixes all of it with one idea: treat agent context like a file system.
Everything lives under a unified viking:// protocol. Memories, resources, skills all organized in directories with unique URIs. Agents can ls, find, and navigate context like a developer working a terminal.
But the real breakthrough is tiered loading:
→ L0: one-sentence abstract for quick lookup
→ L1: ~2k token overview for planning decisions
→ L2: full details loaded only when actually needed
Most agents dump everything into context and pray. OpenViking loads only what's needed, when it's needed. Token costs drop. Accuracy goes up.
And retrieval actually makes sense now. Instead of one flat semantic search, it does directory-level positioning first, then recursive refinement inside high-score directories. You can literally watch the retrieval trajectory no more black box.
The self-evolution piece is wild too. At the end of every session, it automatically extracts learnings and updates agent and user memory. The agent just gets smarter the more you use it.
9K stars. 13 contributors. Built by the ByteDance Viking team that's been running vector infrastructure since 2019.
100% Opensource. Apache 2.0.
Link in comments.

English






