HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abi

no profile record

Submissions

[untitled]

1 points·by abi·29 дней назад·0 comments

Show HN: Lilo – An open source personal AI assistant that lives in Telegram

2 points·by abi·2 месяца назад·1 comments

Show HN: 1-800-CODER, macOS app where you call an AI developer to edit your page

1 points·by abi·2 месяца назад·0 comments

Your AI assistant doesn't belong in your inbox

abiraja.com
3 points·by abi·2 месяца назад·0 comments

Show HN: Lilo – a self-hosted, open-source intelligent personal OS

github.com
7 points·by abi·3 месяца назад·4 comments

comments

abi
·11 дней назад·discuss
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.
abi
·18 дней назад·discuss
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 conversion project: https://github.com/abi/screenshot-to-code.
abi
·2 месяца назад·discuss
Your links are broken FYI.
abi
·2 месяца назад·discuss
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, send you reminders and monitor things for you.

I’ve found it super useful in my personal life and is pretty much my #1 app.
abi
·2 месяца назад·discuss
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.
abi
·3 месяца назад·discuss
No, we mostly spent our time on data structures and algorithms.
abi
·3 месяца назад·discuss
Ugh, good point.
abi
·3 месяца назад·discuss
Usually, those get released a few weeks later.
abi
·3 месяца назад·discuss
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/history via a websocket on the client, this is easily achieved. You can have as many clients as you want.

The HTTP layer is fine. Websockets work great. This is how the Codex app server works, I believe: https://openai.com/index/unlocking-the-codex-harness/ Same pattern I've used in my agentic OS/personal assistant project: https://github.com/abi/lilo Works great!
abi
·3 месяца назад·discuss
Codex is great.