Settings

Theme

Ask HN: Could Fable/Mythos be used to build Python's JIT?

2 points by vezycash 4 days ago · 2 comments · 1 min read


Since Fable / Mythos was so capable, I've been wondering if Anthropic could build a JIT layer for python. Would it significantly reduce the cost of training and running LLMs.

gus_massa 4 days ago

A JIT for Python is hard because it's a very dynamic language. You can redefine the functions on fly or monkey path a class.

Anyway, 99.99% of the hard calculation for LLM are done in libraries that are written in C. I once tried to rewrite a custom case of enisum in plain Python and it was very slow until I used gvectorize and other specialized stuff.

jazz9k 4 days ago

They are bleeding money. Anything they do will cost more to the end user, not less.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection