HackerLangs
TopNewTrendsCommentsPastAskShowJobs

guybedo

983 karmajoined 8 anni fa
https://edgefound.com

[email protected]

Submissions

Minimax M3 on Open Router

openrouter.ai
8 points·by guybedo·mese scorso·0 comments

A Geometric Calculator Inside a Neural Network

goodfire.ai
3 points·by guybedo·2 mesi fa·0 comments

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

krema.build
12 points·by guybedo·5 mesi fa·1 comments

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

krema.build
4 points·by guybedo·5 mesi fa·0 comments

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

2 points·by guybedo·5 mesi fa·2 comments

Java swing OpenGL charting library

github.com
1 points·by guybedo·5 mesi fa·0 comments

Skynet

twitter.com
4 points·by guybedo·6 mesi fa·2 comments

Continuous Autoregressive Language Models

arxiv.org
3 points·by guybedo·8 mesi fa·1 comments

Less is more: Recursive reasoning with tiny networks

alexiajm.github.io
323 points·by guybedo·9 mesi fa·71 comments

comments

guybedo
·ieri·discuss
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
·ieri·discuss
we probably need to use gpt sol max to decide which gpt flavor and effort we need to use per task.
guybedo
·ieri·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
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 giorni fa·discuss
i guess this fits: https://thealliance.ai/projects/tapestry
guybedo
·28 giorni fa·discuss
ssshhhh don't tell anybody it's still working, i have some stuff to do :-)
guybedo
·28 giorni fa·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
i'll tell you if it ever happens
guybedo
·mese scorso·discuss
this feels more like a PR statement than a description of how you used the tool though
guybedo
·2 mesi fa·discuss
and yet Gemini still can't code
guybedo
·3 mesi fa·discuss
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 mesi fa·discuss
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