Live data from Hacker News

Apple bets cheaper AI will woo small developers

techcrunch.com

31–40 of 42 posts

Re: Apple bets cheaper AI will woo small developers

#33
post #30
post #28

Earlier quoted context omitted.

Apple tax generally refers to the 30% cut on app and in-app sales.

It's 15% for small developers

the 15% rate only applies to the first $1 million in proceeds, it does not work like a permanent tax bracket

Re: Apple bets cheaper AI will woo small developers

#35
I think Apple should do niche AI as in all these companies run LLM on their infrastructure and Apple should focus on running light LLMs on their devices which are capable of doing so.

This means it would be cheap for the end user and they could sell their "privacy" by saying that the user's communication never leaves their devices

Re: Apple bets cheaper AI will woo small developers

#37

I think Apple should do niche AI as in all these companies run LLM on their infrastructure and Apple should focus on running light LLMs on their devices which are capable of doing so. This means it would be cheap for the end user and they could sell their "privacy" by saying that the user's communication never leaves their devices

See Gemma 4 Edge models like gemma4:e2b

Re: Apple bets cheaper AI will woo small developers

#38
post #29

Can't wait to try it. Made a small log app for my IBS which allows free text input and uses LLM to create JSON. If that could be done on device with a foundation model, it would be awesome. (and also completely bomb my income model)

I think that can pretty realistically be done with Gemma or Qwen, although maybe with some delay. They run great on android in the Edge Gallery app.

Further, you could allow for voice input by running whisper STT locally, then doing a small context-aware correction pass with Gemma or Qwen to correct words it got wrong.

Re: Apple bets cheaper AI will woo small developers

#39
post #34

Earlier quoted context omitted.

the 15% rate only applies to the first $1 million in proceeds, it does not work like a permanent tax bracket

Yes, small developers.

Apple doing their best to keep "small developers" small, since the catch is that in the following year, because those "small" devs exceeded the $1 million mark even temporary, just once, will be disqualified from the Small Business Program for the entirety of the next calendar year. They will pay the standard 30% commission on all earnings from the very first dollar.

The emergence of this SBP was due to pressure from looming anti-trust measures anyway, which Apple would have never willingly conceded without it.

Re: Apple bets cheaper AI will woo small developers

#40
post #29

Can't wait to try it. Made a small log app for my IBS which allows free text input and uses LLM to create JSON. If that could be done on device with a foundation model, it would be awesome. (and also completely bomb my income model)

I think that can pretty realistically be done with Gemma or Qwen, although maybe with some delay. They run great on android in the Edge Gallery app. Further, you could allow for voice input by running whisper STT locally, then doing a small context-aware correction pass with Gemma or Qwen to correct words it got wrong.

The issue with those solutions is that it would balloon my app size because I'd need to embed the model, or add a mechanism to download the models afterwards, for something that is essentially a note taking app. But maybe I can make it an option and word it effectively, that is an idea! Your idea for doing a context aware correction pass on STT is very interesting and something I hadn't thought of yet. Thank you for your thoughts!
Post reply on HN