← Back to KHAO

Apple · Anthropic · OpenAI ·

Years ago I rolled out a fun side project named The Brutalist Report

2 min read

Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.

◌ Single Source

Brutalist iOS Main View.

Recently, the reporter decided to build a native iOS client for it with the design goal of ensuring it would remain a high-density news reading experience.

Key facts

Summary

One of the current trends in modern software is for developers to slap an API call to OpenAI or Anthropic for features within their app. This laziness is creating a generation of software that is fragile, invades your privacy, and fundamentally broken. The team need to return to a habit of building software where their local devices do the work. Even if your intentions are pure, the moment you stream user content to a third party AI provider, you’ve changed the nature of your product. On top of that you also substantially complicated your stack because your feature now depends on network conditions, external vendor uptime, rate limits, account billing, and your own backend health.

Read full article at unix.foo →

#Apple #Anthropic #OpenAI