Readit News logoReadit News
vtail commented on Swift on FreeBSD Preview   forums.swift.org/t/swift-... · Posted by u/glhaynes
vtail · 2 months ago
Do people use Swift outside of Apple iOS/macOS development in real life? Especially on platforms like Windows/Linux/*BSD?

Dead Comment

vtail commented on Zed's Pricing Has Changed: LLM Usage Is Now Token-Based   zed.dev/blog/pricing-chan... · Posted by u/meetpateltech
vtail · 3 months ago
Prediction: the only remaining providers of AI-assisted tools in a few years will be the LLM companies themselves (think claude code, codex, gemini, future xai/Alibaba/etc.), via CLIs + integrations such as ASP.

There is very little value that a company that has to support multiple different providers, such as Cursor, can offer on top of tailored agents (and "unlimited" subscription models) by LLM providers.

vtail commented on Zed's Pricing Has Changed: LLM Usage Is Now Token-Based   zed.dev/blog/pricing-chan... · Posted by u/meetpateltech
dinobones · 3 months ago
Making this prediction now, LLM pricing will eventually be priced in bytes.

Why: LLMs are increasingly becoming multimodal, so an image "token" or video "token" is not as simple as a text token. Also, it's difficult to compare across competitors because tokenization is different.

Eventually prices will just be in $/Mb of data processed. Just like bandwidth. I'm surprised this hasn't already happened.

vtail · 3 months ago
Hm... why not tokens as reported by each LLM provider? They already handle pricing for images etc.
vtail commented on Qwen3-Coder: Agentic coding in the world   qwenlm.github.io/blog/qwe... · Posted by u/danielhanchen
segmondy · 5 months ago
no it doesn't, claude uses anthropic API. you need to run an anthropic2openAPI proxy
vtail · 5 months ago
thank you, I stand corrected

Update: Here is what o3 thinks about this topic: https://chatgpt.com/share/688030a9-8700-800b-8104-cca4cb1d0f...

vtail commented on Qwen3-Coder: Agentic coding in the world   qwenlm.github.io/blog/qwe... · Posted by u/danielhanchen
mrbonner · 5 months ago
They also support Claude Code. But my understanding is Claude Code is closed source and only support Clade API endpoint. How do they make it work?
vtail · 5 months ago
Claude uses OpenAI-compatible APIs, and Claude Code respects environment variables that change the base url/token.
vtail commented on These years in Common Lisp: 2023-2024 in review   lisp-journey.gitlab.io/bl... · Posted by u/trocado
vtail · 10 months ago
The most unexpected news to me was that Hacker News, apparently, runs on top of SBCL now, via a secret implementation of Arc in Common Lisp!
vtail commented on Llama-3.3-70B-Instruct   huggingface.co/meta-llama... · Posted by u/pr337h4m
joshhart · a year ago
Hi,

Yes you can. The community creates quantized variants of these that can run on consumer GPUs. A 4-bit quantization of LLAMA 70b works pretty well on Macbook pros, the neural engine with unified CPU memory is quite solid for these. GPUs is a bit tougher because consumer GPU RAM is still kinda small.

You can also fine-tune them. There are lot of frameworks like unsloth that make this easier. https://github.com/unslothai/unsloth . Fine-tuning can be pretty tricky to get right, you need to be aware of things like learning rates, but there are good resources on the internet where a lot of hobbyists have gotten things working. You do not need a PhD in ML to accomplish this. You will, however, need data that you can represent textually.

Source: Director of Engineering for model serving at Databricks.

vtail · a year ago
Thank you Josh. Is there a resource you can point us too that helps answer "what kind of MacBook pro memory do I need to run ABC model at XYZ quantization?"
vtail commented on Llama-3.3-70B-Instruct   huggingface.co/meta-llama... · Posted by u/pr337h4m
sirodoht · a year ago
Does it still count if the purpose is to dillute OpenAI's market power and not to benefit the world?
vtail · a year ago
But diluting OpenAi's (or any other company's, for that matter) market power does benefit the world.

u/vtail

KarmaCake day1779March 10, 2010View Original