Viewing profile — Kappa90
Kappa90
HN member- Joined
- Mon, Mar 20, 2017, 7:26 AM UTC
- HN karma
- 20
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Kappa90
No profile information was provided.
Recent public activity
-
comment
Comment #47681791
Thank you, if you happen to try it out or have ideas, feel free to contact me at: em at dinobase dot ai
-
comment
Comment #47679080
Right now schema changes create new columns, I’m working on reconciling old columns, which right now are not dropped. The annotation/semantic layer agent creates a new description …
-
comment
Comment #47678355
It's not explicitly stated in the benchmarks README, good catch. 80% of the benchmark questions are aggregations, 16% are multi-hop, 4% are lookups/subqueries. Multi-hop is where L…
-
comment
Comment #47678280
DuckDB exposes Postgres SQL, and most coding LLMs have been trained on that. Of the small models I tested, Qwen 3.5 is the clear winner. Going to larger LLMs, Sonnet and Opus lead …
-
comment
Comment #47678256
It's an experimental benchmark, I couldn't find any off-the-shelf benchmarks to use this with. There's Spider 2.0 but it's for text-to-SQL. I'm planning to run this [1] next but it…
-
story
Show HN: I built a database for AI agents
Hey HN, I just spent the last few weeks building a database for agents. Over the last year I built PostHog AI, the company's business analyst agent, where we experimented on giving…
-
comment
Comment #46950986
A podcast on the history of the “Majority World” - that is Africa, Asia, the Middle East, Oceania, Latin America and the indigenous people around the world - from a decolonisation …
-
comment
Comment #46060106
Hey, one of the devs working on PostHog AI here. The main reason why we advocate for a single-loop is because subagents suffer from the telephone game problem: context is lost when…
-
comment
Comment #43115455
Used Copilot to write a user auth migration script. It silently reset 2FA settings for ~3k users with OAuth accounts because it didn't handle NULL vs empty string edge cases in our…
-
comment
Comment #43089895
If you want to see an LLM tackling unit testing, check https://www.codebeaver.ai Disclaimer: I’m the developer behind CodeBeaver
-
comment
Comment #39906900
There seems to be a peak in traffic I guess due to HN, apologies! If you have any further problems it would be really helpful if you'd let me know at em@usetailor.com
-
comment
Comment #39906448
If you're looking for a replacement for Artifact (and for news apps in general), you should check out https://tailor.news It aggregates the news from thousands of newspapers, youtu…
-
comment
Comment #39266487
An app that aggregates the news from websites, blogs, YouTube channels and podcasts, and generate easily digestible summaries, along with a small podcast version so you can stay in…
-
comment
Comment #28475428
Indeed, there is no other tool out there automatically linking documents for you, as far as we know. The idea is that Saga helps you resurface connections and ideas without having …
-
comment
Comment #28461220
Checkout Saga [0], we've been building this for over a year exactly to fix the "I can't find anything" problem. Any feedback appreciated! [0] https://saga.so
-
comment
Comment #28233772
We're developing Saga [0] and we have many users using it for Zettelkasten, although it's not our main value proposition. Why: Saga automatically links pages one to another, so it …
-
comment
Comment #28006926
We did look into editor.js and the API seems not as advanced as Slate's, mostly because Slate tries to replicate the DOM's behavior with Nodes and Ranges, so you can make edits in …
-
comment
Comment #28006886
I know it sounds like tech debt...and it is. But we're to a point where we could potentially be able to integrate those extensions back into the core library and our slate-saga, so…
-
comment
Comment #28005375
Have been building https://saga.so with Slate for the last 12 months. Can confirm it was a bumpy ride, but it also gave back a lot. The main reasons for using Slate over Prosemirro…