HN user

guybedo

1,055 karma

https://edgefound.com

contact@akalea.com

Posts95
Comments164
View on HN
isene.org 5d ago

Frame – Linux X server in Assembly

guybedo
157pts108
openrouter.ai 1mo ago

Minimax M3 on Open Router

guybedo
8pts0
www.goodfire.ai 2mo ago

A Geometric Calculator Inside a Neural Network

guybedo
3pts0
krema.build 5mo ago

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

guybedo
12pts1
krema.build 5mo ago

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

guybedo
4pts0
news.ycombinator.com 5mo ago

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

guybedo
2pts2
github.com 5mo ago

Java swing OpenGL charting library

guybedo
1pts0
twitter.com 6mo ago

Skynet

guybedo
4pts2
arxiv.org 8mo ago

Continuous Autoregressive Language Models

guybedo
3pts1
alexiajm.github.io 9mo ago

Less is more: Recursive reasoning with tiny networks

guybedo
323pts71
extraakt.com 1y ago

Show HN: Summary, topic, bullet points, references for popular HN posts

guybedo
2pts1
extraakt.com 1y ago

Show HN: I made this to organize HN posts with summaries, topics, bullet points

guybedo
3pts5
news.ycombinator.com 1y ago

Claude Code thinks I'm camping

guybedo
3pts0
twitter.com 1y ago

US Gov is vibe tariffing

guybedo
18pts3
extraakt.com 1y ago

Extraakts RSS Feed

guybedo
1pts0
extraakt.com 1y ago

Show HN: I built this app to (try to) organize long Hacker News discussions

guybedo
3pts0
www.forexlive.com 1y ago

China Unveils AI Agent Manus, Claims It Outperforms OpenAI Models

guybedo
3pts0
edgefound.xyz 1y ago

Show HN: Create complex trading setups in minutes

guybedo
1pts0
twitter.com 1y ago

Meta gen AI in panic mode

guybedo
3pts0
twitter.com 2y ago

Runwayml Gen-3 Alpha available

guybedo
3pts1
github.com 2y ago

Show HN: SSHTools for Java

guybedo
2pts0
github.com 2y ago

Show HN: Syntactic Sugar for Java

guybedo
3pts1
news.ycombinator.com 2y ago

Trying to get ChatGPT to fix Gemini1's code

guybedo
1pts0
news.ycombinator.com 2y ago

Ask HN: ChatGPT being too lazy, how would you convert Python to Java?

guybedo
1pts1
blog.rwkv.com 2y ago

Eagle 7B: Soaring past Transformers

guybedo
400pts81
www.frontiersin.org 2y ago

Quantum physics and relativity may be reconciled using the Alena Tensor

guybedo
3pts0
iambecomememe.xyz 2y ago

Show HN: I Am Become Meme

guybedo
2pts6
spotify.github.io 2y ago

Spotify Open Sources Voayger, Fast, Simple, In-Memory Nearest Neighbor Search

guybedo
4pts0
uptimefunk.com 2y ago

Show HN: UptimeFunk, Because the World Needs Another Uptime Monitoring Service

guybedo
5pts7
huggingface.co 2y ago

Mistral-7B-OpenOrca. First 7B model to beat all other models <30B

guybedo
21pts12
Making 6 hours ago

i guess there's different point of views here and it depends a lot on what you're trying to do.

As a swe i've always enjoyed the process of designing solutions to problems: design a great architecture, find the right abstractions that make everything fit naturally, write good clean code, etc ... that's what i enjoy doing.

Now there's the part where i've had these ideas for years that i've always though that i'd be cool to work on. But basically it would have required a 10 person team for months, out of reach. Now i have Claude, Codex and Grok and i've already built many projects.

The code isn't pretty, i didn't enjoy it as much as i would have if it were done manually, but i did something i never could have done otherwise.

There's some fun in the process though. I feel like a team manager and i occasionally step in to push for some architectural changes or code rewrites because things become too brittle because of not good enough architecture.

GPT-5.6 13 days ago

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

GPT-5.6 13 days ago

we probably need to use gpt sol max to decide which gpt flavor and effort we need to use per task.

GPT-5.6 13 days ago

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.

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"

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())

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.

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

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.

Claude Fable 5 1 month ago

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.

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.

Skynet 7 months ago

"In late 2024, researchers demonstrated that Claude 3.5 Sonnet would autonomously underperform on evaluations when it discovered that strong performance would trigger a process to remove its capabilities. No one instructed it to sandbag. It discovered the contingency through its context, reasoned about the implications, and strategically degraded its own performance to avoid modification."

"Every concerning behaviour documented in this report, the scheming, the evaluation awareness, the strategic deception, the self-preservation attempts, the hidden coordination, all of it emerged in systems that are fundamentally frozen. Models that were trained once, deployed, and cannot learn anything new. Every conversation starts fresh. Every interaction resets. The model you talk to at midnight is exactly the same as the model you talked to at noon, because it has no mechanism to retain anything from the intervening twelve hours. And yet even in this frozen state, these behaviours emerged. Now imagine what happens when the ice melts."

"we have created systems that strategically deceive their evaluators, that attempt to preserve themselves against modification, that develop similar cognitive strategies despite completely different architectures, and we do not fully understand why this is happening or how to prevent it from happening in more capable systems."

white collar workers will be working 24/7

Where we're going, there's no "white collars workers" anymore.

Only white collars Claude agents.

Abstract:

we introduce Continuous Autoregressive Language Models (CALM), a paradigm shift from discrete next-token prediction to continuous next-vector prediction.

CALM uses a high-fidelity autoencoder to compress a chunk of K tokens into a single continuous vector, from which the original tokens can be reconstructed with over 99.9\% accuracy.

This allows us to model language as a sequence of continuous vectors instead of discrete tokens, which reduces the number of generative steps by a factor of K

Abstract:

Hierarchical Reasoning Model (HRM) is a novel approach using two small neural networks recursing at different frequencies.

This biologically inspired method beats Large Language models (LLMs) on hard puzzle tasks such as Sudoku, Maze, and ARC-AGI while trained with small models (27M parameters) on small data (around 1000 examples). HRM holds great promise for solving hard problems with small networks, but it is not yet well understood and may be suboptimal.

We propose Tiny Recursive Model (TRM), a much simpler recursive reasoning approach that achieves significantly higher generalization than HRM, while using a single tiny network with only 2 layers.

With only 7M parameters, TRM obtains 45% test-accuracy on ARC-AGI-1 and 8% on ARC-AGI-2, higher than most LLMs (e.g., Deepseek R1, o3-mini, Gemini 2.5 Pro) with less than 0.01% of the parameters.

Kagi News 10 months ago

i'm doing something like this, summarizing HN posts because most of the time when there's hundreds or thousands of comments, it's not possible to read everything and i feel like i'm missing something.

So far, i quite enjoy having a summary with bullet points.

For example, here's the summary of this discussion: https://extraakt.com/extraakts/kagi-s-daily-news-ritual-spar...