Show HN: Apfel – The free AI already on your Mac
161–170 of 180 posts
Re: Show HN: Apfel – The free AI already on your Mac
#162Re: Show HN: Apfel – The free AI already on your Mac
#163I asked what highway connects two given cities that it got wrong but would have been correct if I asked for two other cities.
I asked it to save answers to a file or notes but no burrito
Asked for an ascii drawing of a race car. Not sure what that thing was it returned.
Re: Show HN: Apfel – The free AI already on your Mac
#164Re: Show HN: Apfel – The free AI already on your Mac
#165Re: Show HN: Apfel – The free AI already on your Mac
#166Earlier quoted context omitted.
> I like the approach of running everything locally. I'm strongly of the opinion that the privacy angle for local models is going to keep getting stronger and more relevant. In HN circles perhaps. Average Joes don’t care.
I bet if you clearly explained the benefits and tradeoffs, and then gave them the choice, Average Joes would care.
So many people I know say “I only use Signal to talk to you”, it’s like I’m the awkward one for not using Facebook.
Re: Show HN: Apfel – The free AI already on your Mac
#167I like the approach of running everything locally. I'm strongly of the opinion that the privacy angle for local models is going to keep getting stronger and more relevant. The amount of articles that come out about accidents happening because of people handing too much context to cloud models the more self reinforcing this will become.
It's only half of the solution though. If the models are trained in a closed way, they can prioritize values encoded during training even if that's not what you want (example: ask the open Chinese models about Tiananmen). It's not beyond imagining that these models would e.g. try to send your data to authorities or advertisers when their training says so, even if you run them locally. So the full solution would be mo…
Re: Show HN: Apfel – The free AI already on your Mac
#168Curious where you see local-first AI breaking down compared to API-based workflows.
Re: Show HN: Apfel – The free AI already on your Mac
#169Saw this in an another thread previously and immediately installed it. I have a new prompt to test LLMs much like simonw's pelican test. "What is 9:30am Taiwan time in US, Pacific?" For some reason, the answers are quite inconsistent but all wrong. ./apfel "what is 9:30am Taiwan time in US, Pacific?" Taiwan is 12 hours ahead of the Pacific Time Zone. Therefore, 9:30 AM Taiwan time would be 9:30 PM Pacific Time. Taiwa…
To convert 9:30 AM Taiwan time to Pacific Time:
1. Subtract 15 hours (since 8 hours ahead is 15 hours behind).
9:30 AM - 15 hours = 6:30 AM PT.
So, 9:30 AM Taiwan time is 6:30 AM Pacific Time.
Never thought to use an llm for time zone stuff. Seems like it struggles as much as a normal person, which makes some sense given what they're trained with.
Re: Show HN: Apfel – The free AI already on your Mac
#170> Apple locked it behind Siri. apfel sets it free This doesn't feel truthful, it sounds like this tool is a hack that unlocks something. If I understand it correctly, it's using the same FoundationModels framework that powers Apple Intelligence, but for CLI and OpenAI compatible REST endpoint. Which is fine, just the marketing goes hard a bit. > Runs on Neural Engine Also unsure if this runs on ANE, when I tried Appl…