HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gremgoth

no profile record

Submissions

[untitled]

1 points·by gremgoth·last year·0 comments

Haskell during technical interviews – a story (2017)

aphyr.com
5 points·by gremgoth·2 years ago·1 comments

Symbolica

techcrunch.com
3 points·by gremgoth·2 years ago·1 comments

Generative Symbolic AI

venturebeat.com
2 points·by gremgoth·2 years ago·0 comments

comments

gremgoth
·last year·discuss
Like a third of LLMs still struggle with basic tasks like unrolling a cyclic foreign key: https://conexus.com/llm-wars/
gremgoth
·last year·discuss
In Tolkien's Silmarillion, the creator of the palantiri had a great foe, Morgoth. Join the resistance side of the Lord of the Rigs meme war at http://silmarils.tech
gremgoth
·last year·discuss
We're fighting lord of the rings memes with silmarillion memes and ontologies with ologs (category theory) over at http://silmarils.tech , join the resistance!
gremgoth
·last year·discuss
SQL select-from-where queries can indeed be formalized as "pro-functors": https://arxiv.org/pdf/1602.03501
gremgoth
·2 years ago·discuss
If you have a compositional system, such as a programming language, you can use category theory to predict its behavior, in the same way that if you have a symmetric system, such as particles in a box, you can predict its behavior. In the former, maybe you prove that your programming language "can't go wrong"; in the latter, maybe you prove your physical system "conserves energy". (Or, do both at once: https://conferences.inf.ed.ac.uk/clapscotland/atkey.pdf). In any case, the point of category theory is to model compositional systems, which may or may not be worthwhile in any given context.
gremgoth
·2 years ago·discuss
We're adding symbolic verification to LLM-generated SQL code at http://sql.ai
gremgoth
·2 years ago·discuss
The folks at Symbolica are also applying topos theory, category theory, etc to AI, backed by serious folks such as Khosla and Wolfram. https://finance.yahoo.com/news/vinod-khosla-betting-former-t...
gremgoth
·2 years ago·discuss
Putting topology aside, and recognizing that 'ease' is subjective, imo Moggi's use of monads to model the denotational semantics of I/O in lazy functional languages such as Haskell is a common textbook example; the creators of Haskell had tried many solutions that did not work in practice before monads cracked it open. Even now this solution is more widely adopted than the alternatives (streaming I/O, linear I/O types, etc) and Moggi's paper remains a classic.
gremgoth
·2 years ago·discuss
Modern algebraic topology, especially homological algebra, more or less requires category theory... intro textbooks such as Rotman's will contain primers on category theory for this reason.
gremgoth
·2 years ago·discuss
We built a correctness checker for LLM-generated SQL code for the military before LLMs were commercially available, it is going live soon on http://sql.ai . Some people do care about this problem, but it is hard to solve; even for SQL alone, this requires significant computer algebra, automated theorem proving, having to define what 'correct' even means, and much else etc.
gremgoth
·2 years ago·discuss
Name shared with https://www.symbolica.ai, a Vinod Khosla-backed start up.
gremgoth
·2 years ago·discuss
programming is the art of being able to implement what one doesn't understand, and math is the art of being able to understand what one cannot implement
gremgoth
·2 years ago·discuss
Symbolica landed a $33 million investment earlier this year led by Khosla Ventures. Traditional symbolic AI solves tasks by defining symbol-manipulating rule sets dedicated to particular jobs, such as editing lines of text in word processor software. That’s as opposed to neural networks, which try to solve tasks through statistical approximation and learning from examples. Symbolica aims to leverage the best of both worlds.