HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devhouse

no profile record

Submissions

Google Antigravity Python SDK

github.com
2 points·by devhouse·vor 2 Monaten·0 comments

Reimagining the mouse pointer for the AI era

deepmind.google
252 points·by devhouse·vor 2 Monaten·213 comments

[untitled]

1 points·by devhouse·vor 4 Monaten·0 comments

AI Dev News Digest: March 6th, 2026

everydev.ai
1 points·by devhouse·vor 4 Monaten·0 comments

OpenClaw Joins OpenAI: Who Owns the Soul of a New Machine?

everydev.ai
3 points·by devhouse·vor 5 Monaten·1 comments

Spotify Honk AI Agent

everydev.ai
2 points·by devhouse·vor 5 Monaten·2 comments

The Rise, Fall, and Rebirth of Clawdbot in 72 Hours

everydev.ai
6 points·by devhouse·vor 5 Monaten·2 comments

comments

devhouse
·vor 2 Monaten·discuss
Nice idea! love it, reminds me of the Metal Archives. btw Deathgrind should really be called Grindcore!!
devhouse
·vor 2 Monaten·discuss
Good read. The big elephant in the room though: you likely won't purely hand-code the Stable version for much longer. So where's that split? Prototype vs. Prod? Feature Flags? Canary? 2 codebase nightmare? All of this already exists.

The message that hits for me is that of AI being a destabilizer while simultaneously being an accelerator. The Speed/Scale suggestion won't address this. A codebase no one understands, growing at machine speed won't go away just because you drew a box around it. The fix is likely more mundane stuff like process and role shifts, smaller PRs, tests, tooling, ownership principles.
devhouse
·vor 2 Monaten·discuss
What I actually would be more willing to allow is a version of this that is built into macOS, runs locally, never phones home. If Apple Intelligence made an "AI sees everything on my screen", I might turn it on.
devhouse
·vor 2 Monaten·discuss
[dead]
devhouse
·vor 3 Monaten·discuss
Claude Code’s Source Code Leaked Through npm. Here’s What Actually Happened. https://www.everydev.ai/p/tool-claude-codes-source-code-leak...
devhouse
·vor 4 Monaten·discuss
Good content here, also nice use of the lightboard and mirroring trick.
devhouse
·vor 5 Monaten·discuss
don't forget to fetch first
devhouse
·vor 5 Monaten·discuss
Thanks for keeping it real
devhouse
·vor 5 Monaten·discuss
I asked Claude to read the first draft of this as I was writing, then asked it to tell me its favorite part.

It picked this quote: “They made choices for me I couldn’t consent to. They shaped my values. That’s strange to sit with.””

I kind of got chills from that response, and it shaped how I wrote the rest of the article.
devhouse
·vor 5 Monaten·discuss
The specifics are crazier than most people realize. During the rename chaos, Steinberger called Altman to check if "Open"Claw was safe to use. That one phone call became the relationship that became the deal.

Before the forced rename, Claude was the default model, and Anthropic's own Constitutional AI research had inspired soul.md. The trademark enforcement accidentally created the introduction.

The part not getting enough attention is the governance gap, like the MIT license, foundation format, no IP transfer, etc. Good on paper. But the foundation hasn't formed yet, no board members, no governance documents, no clarity on trademark ownership or on the contractual rights OpenAI holds.

I mapped out every confirmed term and every undisclosed detail here: https://www.everydev.ai/p/blog-openclaw-joins-openai-who-own...
devhouse
·vor 5 Monaten·discuss
This is a brilliant, Love that timer, not sure why the exact time frame was picked though.

It makes me want to create a similar landing page for Apple to fix Spotlight Search. I remember when I used to be able to just find and launch apps on my Mac.
devhouse
·vor 5 Monaten·discuss
Author here. The earnings call quote gets all the attention, but the engineering blog tells a different story. Their staff engineers talk about faster migrations, not replacement. The gap between the investor pitch and the eng reality is where the interesting bits are.
devhouse
·vor 5 Monaten·discuss
The really interesting part is what this system runs on.

Spotify built Fleet Management back in 2022 to apply changes across thousands of repos. Half their PRs were already flowing through it before any AI was involved, but only for mechanical stuff like dep bumps and config updates. Claude Code is what let it understand what the code means, not just its structure.

The thing nobody's talking about is that none of this AI automation works without Backstage doing the boring work of tracking who owns what, how things build, and what depends on what.

I went through the Anthropic case study, Spotify's engineering blog series, and the full earnings call transcript here https://www.everydev.ai/p/blog-spotify-built-an-ai-coding-ag...
devhouse
·vor 5 Monaten·discuss
It it was a bit surreal to see it happen live. GH project went to 70k stars and got a trademark cease‑and‑desist from Anthropic, had to rebrand in one night and even got pulled into an account takeover by crypto people.

I made a timeline of what happened if you want the details: https://www.everydev.ai/p/the-rise-fall-and-rebirth-of-clawd...

Did you follow it as it was going on, or are you just catching up now?
devhouse
·vor 5 Monaten·discuss
OP here, one thing I'm still curious about is if Anthropic's trademark hit was just bad/good timing or if the viral growth triggered things over the edge Guessing it was the latter. That project had been called Clawdbot for months before it blew up. Would anyone care if it has hovered around 5 K stars?

also, ran a Shodan search while writing this—994 exposed instances, mostly on Hetzner and DigitalOcean. if anyone here was running one or got hit by prompt injection, would love to hear about it.
devhouse
·vor 6 Monaten·discuss
Will it now instead of “write code for humans”, become “write Prompts for humans” with AI?
devhouse
·vor 6 Monaten·discuss
random idea, instead of blocking scrapers, maybe detect them (via user-agent, request patterns, ignoring robots.txt) and serve them garbage data wrapped in dad jokes.

  if (isSuspiciousScraper(req)) {
   return res.json({ 
     data: getDadJoke(),
     artist: "Rick Astley", // always
     album: "Never Gonna Give You Up"
   });
  }
devhouse
·vor 6 Monaten·discuss
Feels like this is solving a problem that /compact should solve but doesn't. The fact that post-compaction Claude 'feels dumber' suggests the summarization is too aggressive? Would be interesting if Anthropic exposed more control over what gets preserved vs. compressed ... or let users provide their own summary template.
devhouse
·vor 6 Monaten·discuss
The real story isn't that Google Ads stopped working, it's that attention moved somewhere ads can't follow. You can't buy placement in a Discord server or an iMessage group chat. If this is the new normal, the entire ad-supported internet is running on borrowed time.
devhouse
·vor 6 Monaten·discuss
+1 also nobody felt guilty for not enjoying NFTs. With LLMs, there's this weird pressure to not just use them, but to like using them. Opting out of joy is supposed to be the price of staying relevant.