Live data from Hacker News

Viewing profile — matiasmolinas

matiasmolinas

HN member
Joined
Tue, Mar 10, 2015, 11:33 PM UTC
HN karma
58
Public activity
79 items

About matiasmolinas

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
  5. story
  6. comment
  7. story
  8. comment
    Comment #47275670

    What if your AI assistant learned from every session — remembering what worked, avoiding past mistakes, and getting smarter over time? Early Alpha...

  9. story
  10. comment
    Comment #47042348

    We're building an OS for AI-powered robots where every component — agents, skills, memory, kernel rules — is a markdown file that LLMs can read, rewrite, and evolve. Two LLMs, two …

  11. story
  12. comment
    Comment #46905173

    What if your robot didn't just follow code, but wrote it? We are building LLMos, an OS where AI agents are first-class citizens. They perceive, reason, and will soon collaborate us…

  13. story
  14. comment
    Comment #46348922

    Built a browser-based AI OS where a master agent creates/evolves specialized sub-agents defined in markdown, executes Python via WebAssembly, and learns from past executions via pe…

  15. story
  16. comment
    Comment #46340820

    I love Claude Code, but there are a few capabilities I kept wishing it had. So I built an experimental fork/extension to explore what those might look like. Three main additions I …

  17. story
  18. comment
    Comment #46191462

    Came across an early open-source project aiming to fix a big gap in current LLMs: statelessness. Every conversation resets to zero. LLM-OS tries to give AI systems persistent, evol…

  19. story
  20. comment
    Comment #46073536

    When Linus posted Linux 0.01 in 1991, he wrote: "I'm doing a (free) operating system (just a hobby, won't be big and professional)." It wasn't complete. It wasn't polished. But the…

  21. story
  22. comment
    Comment #46010243

    I'm working on LLM OS, an experimental project that explores treating the LLM as a CPU and Python as the kernel. The goal is to provide OS-level services—like memory hierarchy, sch…

  23. story
  24. comment
    Comment #45865975

    Most agent frameworks struggle with long-term, consolidated memory. They either have a limited context window or use simple RAG, but there's no real process for experience to becom…

  25. story