HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gremgoth

no profile record

Submissions

[untitled]

1 points·by gremgoth·letztes Jahr·0 comments

Haskell during technical interviews – a story (2017)

aphyr.com
5 points·by gremgoth·vor 2 Jahren·1 comments

Symbolica

techcrunch.com
3 points·by gremgoth·vor 2 Jahren·1 comments

Generative Symbolic AI

venturebeat.com
2 points·by gremgoth·vor 2 Jahren·0 comments

Category Theory vs. Palantir

silmarils.tech
1 points·by gremgoth·vor 3 Jahren·0 comments

Silmarilli > Palantiri

silmarils.tech
1 points·by gremgoth·vor 3 Jahren·0 comments

comments

gremgoth
·letztes Jahr·discuss
Like a third of LLMs still struggle with basic tasks like unrolling a cyclic foreign key: https://conexus.com/llm-wars/
gremgoth
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·discuss
SQL select-from-where queries can indeed be formalized as "pro-functors": https://arxiv.org/pdf/1602.03501
gremgoth
·vor 2 Jahren·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
·vor 2 Jahren·discuss
We're adding symbolic verification to LLM-generated SQL code at http://sql.ai
gremgoth
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Name shared with https://www.symbolica.ai, a Vinod Khosla-backed start up.
gremgoth
·vor 2 Jahren·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
·vor 2 Jahren·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.
gremgoth
·vor 3 Jahren·discuss
Generative symbolic AI occurs all the time in data integration, when you have to generate new identifiers (e.g. create new targets for foreign keys that don't exist in any source), recursively merge identified entities together along their attributes, and so on. But now that this process is mathematically well-understood it is no longer called "AI" but rather "logic programming".
gremgoth
·vor 3 Jahren·discuss
That symbolic AI (vs machine learning) can also be generative (for example, using model completion algorithms to generate new information during ETL/data warehousing cf https://silmarils.tech/ https://www.categoricaldata.net/)