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

guybedo

983 カルマ登録 8 年前
https://edgefound.com

[email protected]

投稿

Minimax M3 on Open Router

openrouter.ai
8 ポイント·投稿者 guybedo·先月·0 コメント

A Geometric Calculator Inside a Neural Network

goodfire.ai
3 ポイント·投稿者 guybedo·2 か月前·0 コメント

Java desktop apps with web front end (Angular, react)

krema.build
12 ポイント·投稿者 guybedo·5 か月前·1 コメント

Show HN: Build desktop apps with Java Back end and Web front end

krema.build
4 ポイント·投稿者 guybedo·5 か月前·0 コメント

Ask HN: How can this OpenClaw/Moltbook thing not end badly?

2 ポイント·投稿者 guybedo·5 か月前·2 コメント

Java swing OpenGL charting library

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

Skynet

twitter.com
4 ポイント·投稿者 guybedo·6 か月前·2 コメント

Continuous Autoregressive Language Models

arxiv.org
3 ポイント·投稿者 guybedo·8 か月前·1 コメント

Less is more: Recursive reasoning with tiny networks

alexiajm.github.io
323 ポイント·投稿者 guybedo·9 か月前·71 コメント

コメント

guybedo
·昨日·議論
it seems terra is pretty much useless, you either want luna max for everyday coding (cheaper and same perf as 5.5 high), or sol xhigh/max for demanding tasks
guybedo
·昨日·議論
we probably need to use gpt sol max to decide which gpt flavor and effort we need to use per task.
guybedo
·昨日·議論
It's good to see labs taking into account the cost/task.

Grok 4.5 is interesting because it's smart enough at great price. It seems gpt 5.6 is right there with great efficiency and great pricing.

Working with Fable has been a great experience, but at the end of the day, if you can get only 10% of your work done because it just burns through tokens, that's not that interesting.

I've been mostly using Opus and Fable high for planning and codex 5.5 medium for implementations. Claude is also the only model i can use for design tasks. If gpt 5.6 can finally deliver on the design side, it might be time to ditch the Claude sub and go full Gpt.
guybedo
·9 日前·議論
if you're going to try this one out, don't be surprised to get this message repeatedly, like 4 out of 5 prompts you're trying to send, 24/7, this is gonna be your new friend, then you'll learn to write the only prompt that matters: "retry", "retry", "retry"

Here's the message: "Cannot connect to API: write EPIPE"
guybedo
·11 日前·議論
AOP is an interesting pattern but i've mostly tried to stay away from it mostly because:

- code readability and maintainability takes a hit. If you don't know things are defined using AOP in files x,y,z you can read the code and miss a whole lot of things.

- AOP implemented at runtime is a mess when you're trying to debug things

So yeah, instead of having aop defined somewhere else to wrap a function call, i tend to prefer doing it explicitly transaction(function())
guybedo
·16 日前·議論
yeah Kimi K2.7 was doing ok but was painfully slow. The coding plan limits were good though.

I haven't tried deepseek yet, i should check this one out.
guybedo
·16 日前·議論
This is a bit ironic, Anthropic complaining about a competitor using claude data to build its own product when Anthropic basically used all of human knowledge production to build claude, i don't think they paid every magazine, author, journalist, etc ...

This is almost standard practice in any competitive industry anyways. Disassemble your competitor's product, study it and try to reproduce / improve.
guybedo
·16 日前·議論
same here. Barely usable due to API connections issues.

And when i can use it, it just drains the quota 5 times faster than codex or claude.

Their plan is a scam
guybedo
·16 日前·議論
GLM-5.2 has been a step change in how fast i can burn through tokens.

I subscribed to their max plan to try it out. It counted me 700M tokens and drained my weekly quota in under 2 days.

Quota just reset less than 24h ago and i'm already >60% weekly quota usage.

For reference the kind of work i did would have used somewhere between 3% and 5% of Codex max or Claude max.

The model is good, the plan is a scam
guybedo
·23 日前·議論
It's probably a good model but they used GLM 5.1 to code their infra.

I signed up to their max plan yesterday, did some light coding work, and i'm at 180M tokens used and 40% weekly quota gone.

Even when tokenmaxxing on the Claude Max or GPT $200 plan, i couldn't get more than 20% quota gone per day.
guybedo
·28 日前·議論
i guess this fits: https://thealliance.ai/projects/tapestry
guybedo
·28 日前·議論
ssshhhh don't tell anybody it's still working, i have some stuff to do :-)
guybedo
·28 日前·議論
one more reason for Europe to (try to) move away from US companies.

Although it's gonna be more difficult to come up with a Fable competitor than a m365 one
guybedo
·先月·議論
They're good at marketing, but my first subjective assessment of Fable is that it's really smart.

I've been working with gpt 5.5 and opus 4.8 quite a lot, and interacting with Fable feels like a smart guy just entered the room.
guybedo
·先月·議論
it's obviously a satire and that makes me feel bad because some components are actually cool and i'd like to use them ...
guybedo
·先月·議論
i'll tell you if it ever happens
guybedo
·先月·議論
this feels more like a PR statement than a description of how you used the tool though
guybedo
·2 か月前·議論
and yet Gemini still can't code
guybedo
·3 か月前·議論
i've experimented quite a lot with multi agent setups and orchestrations.

In the end, it didn't feel worth it mostly because of high token overhead (inter agent communications, agents re reading same code, etc...) and synchronization / cooperation issues (who should do what).

What actually works for me and provides good results: multi step workflows with clearly defined steps and strong guidance for the agent.
guybedo
·3 か月前·議論
you should check with people working on Claude Code, cache has been udpated to 5min ... https://github.com/anthropics/claude-code/issues/46829#issue...

So yeah, 1M window that expires every 5min .... not good