
Databases and machine learning
72 Followers
I'm thinking about writing a new programming language: an ANSI SQL compatible language that natively interoperates with real code (Python, Typescript, Rust, etc.) and lets you manage your data model, views, etc. as 1st class programming constructs.
Is anyone thinking about the intersection of blockchain + OSS monetization? I'm curious of the latest & greatest thinking.
Memory transformers (https://arxiv.org/abs/2006.11527) are one attempt at solving for this. Generally speaking, I think splitting out the data from the reasoning capabilities will be a requirement for this use case.
Prompts and Programs: how do compilers designed with LLMs in mind change the future of programming? https://basecase.vc/blog/prompts-programs Covers 5 use cases: - No Code 3.0 - LLM libraries - Mimicking compilers - Optimizing code - LLM databases w/ links to research and repos. Appreciate feedback!