Ask HN: Could Fable/Mythos be used to build Python's JIT? 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. |
Ask HN: Could Fable/Mythos be used to build Python's JIT? 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. |
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.