HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bediashpreet

no profile record

投稿

[untitled]

1 ポイント·投稿者 bediashpreet·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 bediashpreet·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 bediashpreet·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 bediashpreet·7 か月前·0 コメント

GPU Poor Continuous Learning: Making Agents Smarter Without Fine-Tuning

ashpreetbedi.com
5 ポイント·投稿者 bediashpreet·7 か月前·1 コメント

Build a Self Learning Research Agent That Tracks Consensus over Time

ashpreetbedi.com
4 ポイント·投稿者 bediashpreet·7 か月前·0 コメント

I built a self-improving agent with dynamic context and continuous learning

ashpreetbedi.com
3 ポイント·投稿者 bediashpreet·7 か月前·0 コメント

Agent Security 101: stop sending your transactional data to telemetry services

ashpreetbedi.com
3 ポイント·投稿者 bediashpreet·9 か月前·0 コメント

Show HN: Agno – multi-agent framework, runtime and control plane

agno.link
9 ポイント·投稿者 bediashpreet·9 か月前·1 コメント

WTF Are Agents?

ashpreetbedi.com
7 ポイント·投稿者 bediashpreet·9 か月前·1 コメント

Agent Engineering 101: Software, systems, and security in practice

ashpreetbedi.com
10 ポイント·投稿者 bediashpreet·9 か月前·1 コメント

Andrej Karpathy said LLMs don't have "culture". So we gave them one

ashpreetbedi.com
8 ポイント·投稿者 bediashpreet·9 か月前·1 コメント

Becoming AI-first: Lessons from 100s of conversations on building AI products

ashpreetbedi.com
6 ポイント·投稿者 bediashpreet·9 か月前·1 コメント

Show HN: Agno – multi-agent framework, runtime and UI

ashpreetbedi.com
15 ポイント·投稿者 bediashpreet·9 か月前·5 コメント

コメント

bediashpreet
·6 か月前·議論
After reading hundreds of papers on agentic memory and trying out every possible tool, I came to the simple conclusion that maybe we're looking at memory wrong.

Memory is just... learning. Learning about the user, the task at hand, learning insights and patterns, learning from decisions - good and bad, the feedback received. Learning from every interaction. Everything else is integration (how the agent uses these learnings) and curation (decay, pruning, deduplication).

So I built Learning Machines: A system that helps agents continuously learn from every interaction.

I started working on it dec 31, and got a basic working version yesterday. Here's the PR for those interested: [learning-machine-v0](https://github.com/agno-agi/agno/pull/5897)

This post digs into the technical details.
bediashpreet
·9 か月前·議論
WTF are Agents?

> Are they workflows or are they graphs? > Are they LLMs in a loop or expensive while loops? > Are they deterministic, autonomous, or confused?

Let's cut through the noise and understand how they work.