HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jfaat

896 karmajoined 13년 전
Joe at joefatora dot dev

Submissions

Why Software Still Sucks (and Why That's About to Change)

medium.com
1 points·by jfaat·7개월 전·0 comments

Railway partial outage (unless you pay more)

railway.instatus.com
3 points·by jfaat·10개월 전·1 comments

comments

jfaat
·5일 전·discuss
That's why I'm switching to open weight models. I'm running models locally, self-hosting and using third party for various things. Like it says in the article each model has its strengths and none of the proprietary harnesses allow you to orchestrate different models depending on their strengths. It's cheaper, more flexible, private, more resistant to rug pulls, and brings back some fun to building for me vs just auto-accept, yell BAD CLAUDE when it breaks, repeat ad nauseam.
jfaat
·12일 전·discuss
Yeah this is sounds close to my workflow and its good to hear you've find a nice flow too! It frees me up to spend that effort on doing more things in parallel and focusing way more on the specs which is usually a good idea anyway.
jfaat
·12일 전·discuss
My whole point is that I don't want it to build an entire feature from one prompt. At most, I want to work with an agent to nail down the spec and then work with an agent that orchestrates the implementation via other agents, same for testing, etc. None of that requires frontier capabilities, it requires a little bit of work on a harness, a little bit more of my input, a little more of my brainpower. I _want_ to build tools that make it work better and don't change when the CC team gins up some default for their harness and foists it on me. I don't see that as a tradeoff at all and I think engaging in my work process more than fire and forget (and literally always in my experience fix stuff later) is more fun and rewarding once the 'holy shit this is now possible' high wears off. Doubly so once the frontier model gets nerfed mid-cycle and now I have to undo the mess because they released v*.x++ and I fell for it again by trusting it to do these agentic tasks without my involvement.
jfaat
·12일 전·discuss
We built our own and aren't done open sourcing it but before that I got to a really good place with opencode plus some custom agents, pi family is good too although I haven't used it as much. We made an agent to design a spec, one to implement by dispatching subagents, one to validate against the plan, things like that. All of this helps claude/gpt too IME. For open models it has helped them stay out of loops (e.g. Kimi's but WAIT) and for frontier it helps them stay on task and not invent bloated patterns
jfaat
·12일 전·discuss
> but if you only want to use the best model available, it isn't there yet

I'm trying to wrap my head around exactly why so may people seem to want the best model available when it has recently become clear that most halfway decent models can write damn good code for a fraction of the price. And the frontier models get nerfed constantly so you with open weight you can get something slightly less performant but way more stable. Almost like buying a Ferrari for your daily commute instead of a Toyota or even a Mercedes.

I think there are several factors. Certainly marketing making us think we need the shiny thing which is rampant online and very smart people think they aren't susceptible to. There's a lot of really odd 'I trust Anthropic/OpenAI more than Deepseek' which tends to ignore, for starters, that you can run choose your provider and still save a ton. I also think there's some amount of addiction and brand loyalty where a Ferrari is one hell of a drive so that you turn your nose up at that sensible Toyota. Oh the other one I see used is like oh only fable can oneshot updating my embedded systems thing from 1975 to rust which is great but let's recognize how niche that is.

And it ends up just coming across as people are getting SO reliant on the tools so fast. Maybe it's ok to think and like read a few lines of code and work with these agents to convert your thing to rust or center your div. Even if coding is over which in some sense it certainly is, don't turn your mind into the wall-e people yet. I found myself guilty of this so often. It takes way more time and effort to do things via prompt and I wouldn't just open the editor and fix it because that dopamine hit of the magic the abstraction provided was so strong.

So I'm pretty much done using the 'best' (on benchmarks, if money isn't an object, etc etc) models available. After a year on Sonnet/Opus/GPT5x I'm having way better results with open weights models that don't get lobotomized weekly. I'm finding ways to do the crafting part of building software by focusing on honing my harness and workflow. I'm enjoying changing the oil on my Toyota after a year of almost flying off cliffs in my Ferrari and if I can check my ego it's a purely positive thing.
jfaat
·13일 전·discuss
Known to who? I just did a quick search didn't see anything that like a scientist or physician said about this. Someone who describes himself as a 'biohacking educator' said it without citing sources though.
jfaat
·14일 전·discuss
I'd call 'more likely' an extremely safe take given that it's exactly what's happening right now
jfaat
·2개월 전·discuss
I'm going to start using malapropisms so people know I didn't use an llm to write things
jfaat
·4개월 전·discuss
Which of the countries that the US has recently attacked are you comparing to Nazi Germany?
jfaat
·5개월 전·discuss
With what's happening in the US post covid, I'm gonna have to disagree
jfaat
·5개월 전·discuss
Yeah that's a good idea. I played around with kimi2.5/gemini in a similar way and it's solid for the price. It would be pretty easy to build some skills out and delegate heavy lifting to better models without managing it yourself I think. This has all been driven by anthropic's shenanigans (I cancelled my max sub after almost a year both because of the opencode thing and them consistently nerfing everything for weeks to keep up the arms race.)
jfaat
·5개월 전·discuss
Lol wat? I mean you certainly have enough control self hosting the model to not let it join some moltbot network... or what exactly are you saying would happen?
jfaat
·5개월 전·discuss
I'm using an openAI realtime voice with livekit, and they said they have a livekit integration so it would probably be doable that way. I haven't used video in livekit though and I don't know how the plugins are setup for it
jfaat
·6개월 전·discuss
I hadn't considered that name specifically but I'm not married to the branding! I appreciate that feedback and your other comment validating I'm not the only person with this problem. Happy to chat more via email (in bio)
jfaat
·6개월 전·discuss
I see some chess players so I want to plug the chess coaching app [0] I'm building. I don't know many chess players and could use feedback, but I had been paying for chess.com premium and tried some others and it's always game-level feedback which is insane to me because it's really not that helpful (as evidenced by my abysmal rating.)

I'm running games through stockfish/lc0/Maia and doing some analysis of patterns across multiple games, then feeding that to an agent who can replay through positions and some other fun stuff. Really keen to find out if it's helpful for anyone else!

[0]https://chessfiend.com
jfaat
·6개월 전·discuss
I have a lot more to optimize before I'm crunching down the positions but I just made a chess platform[0] with the intention of tracking your play style over many games (integrated with chess.com only for now) because the other ones I've used (including chess.com somehow) only really analyze a game at a time. It was a lot of fun to build and it's been really useful for me to identify some weaknesses and have a 'coach' to talk through them with and replay positions. I'd love feedback from any chess players! (email is in my bio)

[0] https://chessfiend.com
jfaat
·7개월 전·discuss
It's worth checking the spam score if its a new domain and see if there's anything on the internet archive. I learned this the hard way and now I check before buying
jfaat
·7개월 전·discuss
It's really amazing. One of the greatest experiences of my life was diving at night in a bioluminescent cove. I turned off my torch and the glow from my dive buddy's finning afforded all the viz I needed. Diving always feels so viscerally otherworldly but never quite as much as it did in that moment.
jfaat
·10개월 전·discuss
I noticed railway being slow then got an error message saying deployments are paused with a nice upgrade to pro button. Status says it's fixed but still only for pro. I'm a paying user, but I guess not enough.
jfaat
·10개월 전·discuss
You claimed, without a source other than wikipedia, that everyone in Japan learns English in school. I see this [0] on wikipedia which says "a select number of public primary schools ... have mandatory English classes"

[0] https://en.wikipedia.org/wiki/English-language_education_in_...