HN user

maccaw

464 karma
Posts48
Comments35
View on HN
github.com 12mo ago

Hierarchical Reasoning Model – SOTA on Arc-AGI

maccaw
3pts0
arxiv.org 2y ago

Understanding Emergent Abilities of Language Models from the Loss Perspective

maccaw
6pts1
twitter.com 2y ago

Vercel reverted all edge rendering back to Node.js

maccaw
5pts1
blog.alexmaccaw.com 2y ago

Artificial Knowledge Creation

maccaw
4pts0
storage.googleapis.com 2y ago

AlphaCode 2 Technical Report [pdf]

maccaw
12pts3
blog.alexmaccaw.com 2y ago

Unshackling Artificial Minds

maccaw
2pts0
arxiv.org 2y ago

PaLI-3 Vision Language Models

maccaw
176pts23
arxiv.org 2y ago

Rlaif: Scaling Reinforcement Learning from Human Feedback with AI Feedback

maccaw
1pts0
101.school 2y ago

Show HN: AI Generated 101 Courses

maccaw
3pts0
101.school 2y ago

Show HN: 101.school – AI Generated Courses

maccaw
2pts0
openpm.ai 3y ago

Show HN: A package manager for AI plugins

maccaw
82pts17
twitter.com 3y ago

How to use GPT4's new function invocation

maccaw
2pts0
thebeginningofinfinity.xyz 3y ago

The Beginning of Infinity

maccaw
3pts1
openpm.ai 3y ago

OpenPM – OpenAPI Package Manager

maccaw
3pts0
openpm.ai 3y ago

Show HN: An open-source OpenAPI package manager

maccaw
4pts3
github.com 3y ago

Show HN: Client-Side WASM Vector Search

maccaw
5pts1
twitter.com 3y ago

The largest RNN ever (up to 14B)

maccaw
2pts0
reflect.site 3y ago

The Illusion of Free Will

maccaw
2pts0
reflect.app 3y ago

How can companies contribute to open-source?

maccaw
1pts0
reflect.app 3y ago

Reflect Notes

maccaw
2pts0
blog.alexmaccaw.com 3y ago

Universality and APIs

maccaw
1pts0
githubnext.com 3y ago

GitHub Copilot Code Brushes

maccaw
4pts0
blog.alexmaccaw.com 3y ago

From Roman Numerals to APIs: The Story of How We Found Universality

maccaw
1pts0
aeon.co 3y ago

David Deutsch: How close are we to creating an artificial intelligence

maccaw
4pts0
thebeginningofinfinity.xyz 3y ago

Cliff Notes to the Beginning of Infinity

maccaw
3pts0
dynomight.substack.com 3y ago

Underrated reasons to be thankful

maccaw
186pts71
twitter.com 3y ago

Firebase's Firestore Is Down

maccaw
5pts4
thebeginningofinfinity.xyz 3y ago

Reading Notes on the Beginning of Infinity

maccaw
1pts0
thebeginningofinfinity.xyz 4y ago

Notes on the Beginning of Infinity

maccaw
1pts0
iopscience.iop.org 4y ago

New connection between information and the first law of thermodynamics

maccaw
1pts1
Grok 2 years ago

they were favoring elon

No, and that's not what the article says either. They were just tracking how well his tweets were doing versus others. They were not favoring Elon.

I've been using SuperWhisper since the start and it's totally changed my workflow. I actually bought a mic because of it and I now mostly narrate my emails and other long form texts. The larger models are very accurate.

I know Neil is working on improving the speed of it using CoreML, which is I think the next big leap forward. Congratulations Neil!

The trouble with coupling the two is that now I have to either trust some third party db service, or some custom db.

The DB is so fundamental, and so hard to get right / scale, that it's hard to trust a startup to do it well.

We use Firebase and even with all the resources google has this has a lot of issues (especially with the client libs).

I have a genuine appreciation for how Linear has built this. We have had to build something similar for our note taking application (Reflect). It is very tricky to do and I wish there was more research on this.

In my opinion, what we need is:

1) A client-side performant SQLite database that supports live queries. I.e. you can automatically re-render the page when the queries change. That way your database can drive the UI and be the source of truth in regards to what's displayed on the screen.

2) A separate realtime syncing protocol that syncs database state to client state.

And ideally this is all open source, and that these two endeavors are not coupled tightly.

[1] Wa-sqlite is the best (imo) client-side db - better than than the official Sqlite WASM build (for now) because it had a indexeddb fallback for browsers that aren't the cutting edge Chrome.

[2] cr-sqlite is an interesting project using CRDTs to sync state around. However I still believe that for many production use-cases you want a ultimate server source of truth.

[3] Replicache is still the best closed source solution I know of.

[1] https://github.com/rhashimoto/wa-sqlite [2] - https://github.com/vlcn-io/cr-sqlite [3] - https://replicache.dev/

We've made it pretty abstract, so it should play nicely with langchain etc. We're all open-source and using open protocols like OpenAPI.

You make a good point though. We should write a langchain plugin to our API.

I totally agree. In fact, that's the entire reason we didn't raise venture capital, because that would have forced an 'exit' (which typically means an acquihire/getting shut down). I'm sick of seeing otherwise good businesses ruined because they raised VC without a good reason to.

Our goals are modest, we're just trying to create a sustainable business. We're currently half-way towards profitability, and are on track to be profitable by the end of the year.

Regarding export formats, you can always export your notes into markdown or HTML so you shouldn't feel too locked in.

Woah, cool to see Reflect on HN.

I started Reflect a few years ago. We're building it as a lifestyle company. There's only four of us. We bootstrapped for a while, and then did a $1m crowdfund. Now our goal is to get to profitability, and we're half-way there.

Product wise, our goal is to make something beautiful, fast, secure - that just works out the box. We're end-to-encrypted, which I think this crowd will appreciate.

Happy to answer any questions.

I was rejected with clearbit.com

Was told the business required a degree of enterprise sales that my skills weren't suited for. It's now worth $350m (on paper at least).

That said, no hard feelings. They see so many applications - they're bound to make the wrong decision time to time.

Next.js 12 5 years ago

I think because the answer here is using Next.js with hosted backend solutions like Firebase, Supabase, Pusher, etc.