HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kewun

no profile record

投稿

Going Slower Feels Safer, but Your Domain Expertise Won't Save You Anymore [video]

youtube.com
1 ポイント·投稿者 kewun·5 か月前·0 コメント

Self-Evolving Search Agents Without Training Data

twitter.com
1 ポイント·投稿者 kewun·6 か月前·0 コメント

Tech Writers Are About to Become Obsolete

kibbler.dev
9 ポイント·投稿者 kewun·6 か月前·27 コメント

Most Code Should Be IKEA

kibbler.dev
1 ポイント·投稿者 kewun·6 か月前·0 コメント

Show HN: I Built a Mobile Coding App. What I Use It for Surprised Me

kibbler.dev
1 ポイント·投稿者 kewun·6 か月前·0 コメント

I replaced doomscrolling with coding from my couch

kibbler.dev
3 ポイント·投稿者 kewun·6 か月前·1 コメント

コメント

kewun
·6 か月前·議論
I wonder if most "Susan in Accounting" even know what Claude is. They then have to know to get Claude desktop, get the max plan in order to get Cowork. Most people live on the cloud, so they'll need to get the Claude browser plugin as well to integrate with Cowork.

I'm curious to see if Anthropic can actually win over these non-technical folks as there's still quite a few hurdles for them to get over.
kewun
·6 か月前·議論
Developers of tomorrow must be skilled communicators to get the most out of AI
kewun
·6 か月前·議論
You should see the way Claude Code generates documentation. It's pretty good.
kewun
·6 か月前·議論
But why not have the developer that wrote the code guide the AI to generate the content? They know the code best.

Actually at this rate, developers won't be writing code anyways but they're still in a better position to guide the AI.
kewun
·6 か月前·議論
I guess devs won't have to worry, they're already paying for Claude Max subscriptions.
kewun
·6 か月前·議論
does this remove ads too?
kewun
·6 か月前·議論
I tried it out and it couldn't help me unsubscribe from spam/newsletter as it couldn't click the unsubscribe button.
kewun
·6 か月前·議論
I used to burn hours doomscrolling on my phone. Instagram, X, games – always felt like wasted time.

When AI coding agents took off, I realized I could redirect that habit into something productive. So I built Kibbler.

It's a mobile app that connects to Claude Code running on your dev machine. You can prompt from your phone, see streaming responses, preview file changes, and approve/reject edits before they're applied.

Currently it's limited. Only supported for iPhones and those using Jetbrain plugins. If this develops any traction, I'll consider expanding the support.

Tech: iOS app → Go proxy server → Claude CLI subprocess. Uses mTLS for auth and SSE for streaming.

Some challenges I ran into:

  - Race conditions everywhere. Streaming responses + approval workflows + multiple sessions meant race conditions kept popping up. I had other issues with context getting lost after approvals, messages routing to wrong sessions, UI state getting out of sync etc.

Did a lot of dogfooding. I actually used Kibbler to build Kibbler, which helped uncover issues I never would've caught otherwise. Fun project overall.