HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bediashpreet

no profile record

Submissions

[untitled]

1 points·by bediashpreet·6 miesięcy temu·0 comments

[untitled]

1 points·by bediashpreet·6 miesięcy temu·0 comments

[untitled]

1 points·by bediashpreet·7 miesięcy temu·0 comments

[untitled]

1 points·by bediashpreet·7 miesięcy temu·0 comments

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

ashpreetbedi.com
5 points·by bediashpreet·7 miesięcy temu·1 comments

Build a Self Learning Research Agent That Tracks Consensus over Time

ashpreetbedi.com
4 points·by bediashpreet·7 miesięcy temu·0 comments

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

ashpreetbedi.com
3 points·by bediashpreet·7 miesięcy temu·0 comments

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

ashpreetbedi.com
3 points·by bediashpreet·9 miesięcy temu·0 comments

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

agno.link
9 points·by bediashpreet·9 miesięcy temu·1 comments

WTF Are Agents?

ashpreetbedi.com
7 points·by bediashpreet·9 miesięcy temu·1 comments

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

ashpreetbedi.com
10 points·by bediashpreet·9 miesięcy temu·1 comments

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

ashpreetbedi.com
8 points·by bediashpreet·9 miesięcy temu·1 comments

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

ashpreetbedi.com
6 points·by bediashpreet·9 miesięcy temu·1 comments

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

ashpreetbedi.com
15 points·by bediashpreet·9 miesięcy temu·5 comments

comments

bediashpreet
·6 miesięcy temu·discuss
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 miesięcy temu·discuss
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.