Still shocked Apple has not created thier own LLM, they have bought so many AI companies and have a rich talent pool and money so what's stopping them ?
[1] https://developer.apple.com/documentation/foundationmodels
291–300 of 418 posts
Still shocked Apple has not created thier own LLM, they have bought so many AI companies and have a rich talent pool and money so what's stopping them ?
[1] https://developer.apple.com/documentation/foundationmodels
Earlier quoted context omitted.
About GitHub Copilot in specific: One big negative was how when GPT-4 became available that Microsoft didn't upgrade paying Copilot users to it, they simply branded this "coming soon"/"beta" Copilot X for a while. We simply cancelled the only Copilot subscription we had at work.
Copilot subscription ? I've been getting monthly emails that my free access for GitHub Copilot has been renewed for another month… for years. I've never used it, I thought that all GitHub users got it for free.
Earlier quoted context omitted.
I think the majority of coders out there write the same CRUD app over and over again in different flavors. That's what the majority of businesses seem to pay for. If a business needs the equivalent of a Toyota Corolla, why be upset about the factory workers making the millionth Toyota Corolla?
> I think the majority of coders out there write the same CRUD app over and over again in different flavors In my experience, that's not entirely true. Sure, a lot of app are CRUD apps, but they are not the same. The spice lies in the business logic, not in programming the CRUD operations. And then of course, scaling, performance, security, organization, etc etc.
(edit: /s to indicate sarcasm)
Earlier quoted context omitted.
That is funny for how much is wrong. Ask the LLMs to vibe code a text editor and you'll get a React app using Supabase. Engineering !== Token prediction
Non sequitur? I have used agentic coding tools to solve problems that have literally never been solved before, and it was the AI, not me, that came up with the answer. If you look under the hood, the multi-layered percqptratrons in the attention heads of the LLM are able to encode quite complex world models, derived from compressing its training set in a which which is formally as powerful as reasoning. These compres…
Would you show us? Genuinely asking
Earlier quoted context omitted.
Microsoft owns 49% of OpenAI so why they should worry? JetBrains just proudly announce that they now use GPT-5 by default. > going all in at the begining and then losing to the competition Sure, but there are counter examples too. Microsoft went late to the party of cloud computing. Today Azure is their main money printing machine. At some point Visual Studio seemed to be a legacy app only used for Windows-specific a…
Anecdotally: Azure is the Teams of cloud services - nobody uses it voluntarily or because it's technically the best solution. They use it because the corporation mandates it.
AWS is the worst of this experience, even IBM Cloud has better tooling in this regard, GCP is somehow in the middle, others like Vercel/Netlify naturally don't offer this kind of setup.
Earlier quoted context omitted.
Anecdotally: Azure is the Teams of cloud services - nobody uses it voluntarily or because it's technically the best solution. They use it because the corporation mandates it.
I’ve used Meet, Slack, Zoom and Teams extensively. Teams beats the others by miles in my opinion.
Earlier quoted context omitted.
> At some point Visual Studio seemed to be a legacy app only used for Windows-specific app development. Then they released VSCode and boom! I'm not sure what the point is. Visual Studio is still Windows-only; VS Code is not related to it in any shape or form, the name is deliberately misleading.
The point is MS was so, so, so late to the party of cross-platform developer tools. And then suddenly they won the game.
3 days ago I saw another Claude praising submission on HN, and finally I signed up for it, to compare it with copilot. I asked 2 things. 1. Create a boilerplate Zephyr project skeleton, for Pi Pico with st7789 spi display drivers configured. It generated garbage devicetree which didn't even compile. When I pointed it out, it apologized and generated another one that didn't compile. It configured also non-existent dri…
Earlier quoted context omitted.
> At some point Visual Studio seemed to be a legacy app only used for Windows-specific app development. Then they released VSCode and boom! I'm not sure what the point is. Visual Studio is still Windows-only; VS Code is not related to it in any shape or form, the name is deliberately misleading.
> VS Code is not related to it in any shape or form Except they are made by the same company? and literally own the trademark for both?
The irony of this, is that Microsoft was trying to push CoPilot everywhere, however eventually Apple, Google and JetBrains have their own AI integrations, taking CoPilot out of the loop. Slowly the AI craziness at Microsoft is taking the similar shape, of going all in at the begining and then losing to the competition, that they also had with Web (IE), mobile (Windows CE/Pocket PC/WP 7/WP 8/UWP), the BUILD sessions t…