This somewhat reflects my experience... I can totally see the back-and-forth dance taking longer in some cases.
But I also think there is more than efficiency being unlocked here. Sure, a developer might have cranked out a rough MVP in less time, but with this they're also often continuously updating a README, tests and other infrastructure as they go.
One could argue about whether that's its own footgun - relying on tests that don't really test what they should, and let critical bugs through later.
I'm not afraid of looking like I don't understand - I simply don't understand. I've tried reading a few "yellow papers" for crypto projects and they are so abstract and full of jargon that I never come away knowing more than when I started reading.
If anyone has a good resource for getting into the technical details of crypto please let me know. I would like to gain a full enough understanding that I can finally decide for myself if it's revolutionary or overhyped.
For example, there have been a lot of novel or interesting projects centered around cryptography, consensus, decentralization, anonyimity. On a sociological level, there are a lot of interesting social/economic experiments unfolding in the DeFi world as we speak.
But I think that is where the truly interesting or valuable contributions to humanity as a whole end, and the vast, vast majority of it otherwise is just speculation or scams. It is hard to find that signal in the noise, but it is there, if you look.
The easiest would be to install llama.cpp from source: https://github.com/ggml-org/llama.cpp
If you want to avoid it, I added SmolLM3 to MLX-LM as well:
You can run it via `mlx_lm.chat --model "mlx-community/SmolLM3-3B-bf16"`
(requires the latest mlx-lm to be installed)
here's the MLX-lm PR if you're interested: https://github.com/ml-explore/mlx-lm/pull/272
similarly, llama.cpp here: https://github.com/ggml-org/llama.cpp/pull/14581
Let me know if you face any issues!
Just curious, how frequently does that happen?
I wonder if there's a market for building something purely utilitarian, like a little hatchback or something, as a kit vehicle - with the express purpose of learning a lot of automotive principles along the way.
- https://chutes.ai - 200 requests per day if you deposit (one-time) $5 for top open weights models - GLM, Qwen, ...
- https://github.com/marketplace/models/ - around 10 requests per day to o3, ... if you have the $10 GitHub Copilot subsciption
- https://ferdium.org - I open all the LLM webapps here as separate "apps", my one place to go to talk with LLMs, without mixing it with regular browsing
- https://www.cherry-ai.com - chat API frontend, you can use it instead of the default webpages for services which give you free API access - Google, OpenRouter, Chutes, Github Models, Pollinations, ...
I really recommend trying a chat API frontend, it really simplifies talking with multiple models from various providers in a unified way and managing those conversations, exporting to markdown, ...