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

iryna_kondr

no profile record

投稿

Show HN: The platform layer for agentic ML engineering

github.com
4 ポイント·投稿者 iryna_kondr·2 か月前·0 コメント

Ask HN: What are your strategies for reviewing AI generated code?

1 ポイント·投稿者 iryna_kondr·2 か月前·0 コメント

Show HN: Self-improving skills for any coding agent

github.com
3 ポイント·投稿者 iryna_kondr·2 か月前·0 コメント

Dreamer: Make any coding agent self-evolving, across the whole team

github.com
5 ポイント·投稿者 iryna_kondr·2 か月前·3 コメント

Show HN: AGENTS.lock – a package manager for Agents/Skills/MCPs

github.com
6 ポイント·投稿者 iryna_kondr·6 か月前·0 コメント

コメント

iryna_kondr
·2 か月前·議論
Thanks for the feedback!
iryna_kondr
·2 か月前·議論
Dreamer is a framework inspired by Claude's dream mode, but extends it to any Coding CLI and multiple users at the same time.

In short, agents submit short memories through an MCP server when they hit something the current context didn't cover. Then, a scheduled "dream" consolidates each batch into long-term memory and updates the AGENTS.md and skills from it. The produced skills can be pushed to git and fed back to the agents, essentially enabling the autonomous self-evolution loop

  Main features:

  - Works with any coding agent that supports MCP and skills.         
                                                   
  - Works across the team: submissions pool across everyone's sessions and aggregated into a team-level context.

  - Output is plain AGENTS.md plus skills, so it is easy to version, review, edit.   
                                                                      
  - Extensible by design. Every component (short term memory, long term memory, dreamer model, hooks, etc) is a Python Protocol and is wired from a runtime config, so virtually anything can be swapped/extended.
Looking for your feedback!

Github repo: https://github.com/luml-ai/dreamer

Blogpost: https://luml.ai/blog/2026/dreamer-self-evolving-agents
iryna_kondr
·5 か月前·議論
I’ve definitely been feeling that shift too. What have you guys found that helps with this? Any habits you use to avoid the constant context switching and decision fatigue?
iryna_kondr
·5 か月前·議論
Hi Emilie, nice project, thanks for sharing. I’m curious whether there were any decisions that you added mainly for educational value even though you wouldn’t make the same call in a production system?
iryna_kondr
·6 か月前·議論
My experience is similar. AI's context is limited to the codebase. It has limited or no understanding of the broader architecture or business constraints, which adds to the noise and makes it harder to surface the issues that actually matter.
iryna_kondr
·6 か月前·議論
Great visualization! What part of this project was the hardest to get “right” (math, overall aesthetic balance, etc.)?