Readit News logoReadit News
bpavuk commented on Grok Code Fast 1   x.ai/news/grok-code-fast-... · Posted by u/Terretta
miohtama · 2 days ago
Sounds like it excels at tasks like generating boilerplate.
bpavuk · 2 days ago
something GPT-4.1 and Gemini 1.5 Flash also did very well!
bpavuk commented on Grok Code Fast 1   x.ai/news/grok-code-fast-... · Posted by u/Terretta
JeremyHerrman · 2 days ago
fast but not smart. Fine for non-critical "I need this query" or "summarize this" but it's pretty much worthless for real coding work (compared to gpt-5 thinking or sonnet 4)
bpavuk · 2 days ago
I'd argue that even GPT-5 and Sonnet 4 at their highest reasoning budgets are not enough for "real coding work" because you still have to think about how an LLM should do it instead of what, and put it into a prompt. some harnesses, such as JetBrains Junie or Gemini CLI, make a good job of letting me drift into declarative prompts, but that's still not enough.
bpavuk commented on Grok Code Fast 1   x.ai/news/grok-code-fast-... · Posted by u/Terretta
rkomorn · 2 days ago
> the "uncanny valley" of vehicular automation

I think this is a very good description of where autonomous vehicles are right now.

bpavuk · 2 days ago
everything a layman would call "AI" is in the "uncanny valley" at the moment!

- Boston Dynamics' Atlas does not move as gracefully as a human

- LLM writing and code is oh-so-easy to spot

- the output of diffusion models is indistinguishable from a photo... until you look at it for longer than 5 seconds and decide to zoom in because "something's wrong"

- motion in AI-generated videos is very uncanny

bpavuk commented on Tell HN: Anthropic expires paid credits after a year    · Posted by u/maytc
ksec · a month ago
What about Starbucks top up card or Apple iTunes Credit?

How would those work?

bpavuk · a month ago
unlike Anthropic, iTunes and Starbucks are profitable.

suppose iTunes gets $1 from every $5 spent there. if Apple sold a $50 gift card, it can pocket $10 and not worry about it. Anthropic, OTOH, sells their API at loss, so unused credits mean losses that await to be materialized. it is unprofitable for them to let you keep the compute bucks forever.

bpavuk commented on Ask HN: What are you working on? (July 2025)    · Posted by u/david927
antfarm · a month ago
Can you elaborate on BlueSky native apps being bad because they are written in TypeScript?
bpavuk · a month ago
TypeScript does not compile to machine code (in case of Android, ART bytecode) directly. Instead, it compiles to JS, which has a lot of well-known problems and is not as performant as machine code. Yeah, iPhones not older than 3-5 years will not notice it because of Apple's best-in-class flagship chipsets, but hey, 1) not everyone in the world has an iPhone and 2) why waste computing power and battery life? WASM wouldn't exist if not for JS's poor performance - it simply would not need to! I'm still glad TS exists, though, because it fixes quite a lot of problems with JavaScript DX just by marrying it with types. The only problem of TypeScript is JavaScript. (Arguably, also Microsoft, but this is a separate discussion.) Heck, the biggest problem of the whole web IS JavaScript - that's why there is a comeback trend in HTML/CSS-centric frameworks. JS is simply unable to sustain such heavyweight frameworks as React (including React Native, which is what Bluesky uses). Such frameworks as SwiftUI and Compose are living proofs of that - while you stay with Kotlin/Native or Kotlin/JVM targets (iOS, Android, JVM desktop), your app feels snappy, assuming you wrote it well, because you stay close to the metal. Once you move to Kotlin/JS, though, you are fucked. Immediately, you lose tons of performance, making such a beautiful framework with the best animations API in the world usable only for PowerPoint-style slideshows. Kotlin/WASM backend is still experimental, but future Kotlin/JS backend deprecation is confirmed.
bpavuk commented on Copyright    · Posted by u/h_tbob
bpavuk · a month ago
congratulations, you spotted yet another case of hypocrisy!

I don't think people are capable of existing in the world without slavery-like systems: owning the copyright, thriving in late-stage capitalism at expense of others, leading the gang, you name it - these are primary drivers of clout (control, power), and we stupid monkeys will do everything to get more of that addictive clout, with only a few exceptions.

Deleted Comment

bpavuk commented on Ask HN: What are you working on? (July 2025)    · Posted by u/david927
bpavuk · a month ago
ATProto is helluva complex and inconvenient to work with without supporting libraries, even in a relatively sugary language, like Kotlin. So, I decided to write a (programmatic) code generator that takes Lexicon on input and gives all the HTTP code and data classes you may ever need. If you wonder why Bluesky native apps are crap, that's because they are in TypeScript, not in Kotlin and Swift, which are programming languages of Android and Apple platforms. Maybe, someone will take my code and use it to make an app that feels good...
bpavuk commented on Digital vassals? French Government ‘exposes citizens’ data to US'   brusselssignal.eu/2025/07... · Posted by u/ColinWright
bpavuk · a month ago
wait, do they (at least attempt to) spearhead it with Mistral and La Suite? La Suite works good...

regard français perplexe

u/bpavuk

KarmaCake day8June 27, 2025View Original