Viewing profile — abi
abi
HN member- Joined
- Sun, Mar 01, 2009, 10:59 AM UTC
- HN karma
- 1,158
- Public activity
- 240 items
- HN profile
- View on Hacker News ↗
About abi
Recent public activity
- comment
-
comment
Comment #49039888
Fable 5 is included in the Claude Max subscription. I've gotten close to the limits this week and last but haven't hit it yet.
- story
-
comment
Comment #48733987
It's worse than that. It's 5-4 on the read of the constitution since Kavanaugh doesn't think it violates the 14th amendment, just a federal statute.
-
comment
Comment #48647719
I think until Fable, Claude's vision was significantly worse than GPT and Gemini in my personal experience. I eval almost every vision model since I work on screenshot to code conv…
- story
-
story
Show HN: Lilo – An open source personal AI assistant that lives in Telegram
Hi everyone, I wanted to share an open source Telegram-based personal AI assistant I built. It’s a model-agnostic agent with memory, skills, tools (like web search, browser user, e…
- story
-
comment
Comment #48197166
Your links are broken FYI.
-
story
Show HN: 1-800-CODER, macOS app where you call an AI developer to edit your page
Sharing a small Mac app I built around OpenAI’s gpt-realtime-2 model. You call up a voice coding agent and talk to it like you’d talk to a freelancer ("make the hero tighter, put a…
-
comment
Comment #48089773
https://github.com/abi/lilo I’m working on Lilo, a Telegram AI agent that can remember things, store files, track your TODOs, manage your calendar, conduct research, build apps, se…
-
comment
Comment #48036850
What benefit would it truly provide? Companies would simply say they need to cut costs to maximize shareholder value, which is no different than what happened here.
- story
-
comment
Comment #47903096
No, we mostly spent our time on data structures and algorithms.
-
comment
Comment #47895025
Ugh, good point.
-
story
Show HN: Lilo – a self-hosted, open-source intelligent personal OS
Hey everyone, I’ve been working on Lilo for the last few months. In short, it’s an intelligent personal OS. Lilo = your apps + your AI assistant + your files + your memories. For a…
-
comment
Comment #47879395
Usually, those get released a few weeks later.
-
comment
Comment #47877669
I'm quite confused by this article. If you persist conversation history in a database, and have all agentic turns run on the server, and merely listen to the streaming events/histo…
-
comment
Comment #47662502
Codex is great.
-
comment
Comment #40354830
Exactly.
-
comment
Comment #40261708
I’ve experienced that issue as well. Clearing the cache and redownloading seemed to fix it for me. It’s an issue with the upstream library tvmjs that I need to dig deeper into. You…
-
comment
Comment #40260100
Use secret llama in a incognito window. Turn off the Internet and close the window when done.
-
comment
Comment #40260088
Thanks for the bug report. Yeah, it’s a bug with not resetting the state properly when new chat is clicked. Will fix tomorrow. Chat history shouldn’t be hard to add with local stor…
-
comment
Comment #40260072
Yes. Web-llm is a wrapper of tvmjs: https://github.com/apache/tvm Just wrappers all the way down
-
comment
Comment #40260061
Appreciate the kind words :)