HackerLangs
TopNewTrendsCommentsPastAskShowJobs

beklein

no profile record

Submissions

Enpire: Agentic Robot Policy Self-Improvement in the Real World

research.nvidia.com
3 points·by beklein·24 dni temu·0 comments

[untitled]

1 points·by beklein·w zeszłym miesiącu·0 comments

ARC-AGI-3

arcprize.org
3 points·by beklein·4 miesiące temu·0 comments

Arduino Ventuno Q

arduino.cc
5 points·by beklein·4 miesiące temu·0 comments

xAI Joins SpaceX

x.ai
90 points·by beklein·5 miesięcy temu·5 comments

One Question Every Leader Must Answer About AI – Yuval Noah Harari [video]

youtube.com
3 points·by beklein·6 miesięcy temu·0 comments

Moravec's Paradox and the Robot Olympics

physicalintelligence.company
98 points·by beklein·7 miesięcy temu·16 comments

The Shape of AI: Jaggedness, Bottlenecks and Salients

oneusefulthing.org
3 points·by beklein·7 miesięcy temu·0 comments

comments

beklein
·18 dni temu·discuss
All AI labs really need to stop using truncated y-axes for benchmark bar charts...

https://mistral.ai/_astro/cm-engish_ZhlvoT.webp?dpl=6a3a94bd...
beklein
·w zeszłym miesiącu·discuss
A good visual explanation of how text diffusion models like DiffusionGemma work: https://newsletter.maartengrootendorst.com/p/a-visual-guide-...
beklein
·2 miesiące temu·discuss
[flagged]
beklein
·2 miesiące temu·discuss
Principles of programming:

1. Break things down into small units

2. Think about sequence

3. Find patterns

4. Focus on the important things

5. Visualize sequences in your mind

Love the silly music and the way they teach, thanks for sharing this!
beklein
·3 miesiące temu·discuss
Also relevant to this is the newest episode of The Lightcone Podcast with Quan Vuong, co-founder of PI and, one of many co-authors of that paper.
beklein
·3 miesiące temu·discuss
Thanks for sharing this here, it's a beautiful video. The images are linked in the description but if anybody is reading this, check: https://www.flickr.com/photos/nasa2explore/
beklein
·3 miesiące temu·discuss
"... the first early version of Claude Mythos Preview was made available for internal use on February 24. In our testing, Claude Mythos Preview demonstrated a striking leap in cyber capabilities relative to prior models, including the ability to autonomously discover and exploit zero-day vulnerabilities in major operating systems and web browsers."

More infos here: https://red.anthropic.com/2026/mythos-preview/
beklein
·4 miesiące temu·discuss
As a big Codex user, with many smaller requests, this one is the highlight: "In Codex, GPT‑5.4 mini is available across the Codex app, CLI, IDE extension and web. It uses only 30% of the GPT‑5.4 quota, letting developers quickly handle simpler coding tasks in Codex for about one-third the cost." + Subagents support will be huge.
beklein
·4 miesiące temu·discuss
Not sure why you think Anthropic has not the same problems? Their version numbers across different model lines jump around too... for Opus we have 4.6, 4.5, 4.1 then we have Sonnet at 4.6, 4.5, and 4.1? No version 4.1 here, and there is Haiku, no 4.6, but 4.5 and no 4.1, no 4 but then we only have old 3.5...

Also their pricing based on 5m/1h cache hits, cash read hits, additional charges for US inference (but only for Opus 4.6 I guess) and optional features such as more context and faster speed for some random multiplier is also complex and actually quiet similar to OpenAI's pricing scheme.

To me it looks like everybody has similar problems and solutions for the same kinds of problems and they just try their best to offer different products and services to their customers.
beklein
·4 miesiące temu·discuss
Perhaps useful, I discovered: https://github.com/agent-infra/sandbox

> All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.
beklein
·5 miesięcy temu·discuss
Some more info here: https://developers.openai.com/api/docs/models/gpt-realtime-1...

- $4 input, $0.4 cached input, $16 output

- 32,000 context window

- 4,096 max output tokens

- Sep 30, 2024 knowledge cutoff

Love the models, speed, and capabilities. Just sad that they are not getting the publicity and adoption right now, but hopefully in the future.
beklein
·5 miesięcy temu·discuss
Sound on!

Song name is: Windowdipper from ꪖꪶꪶ ꪮꪀ ꪗꪖꪶꪶ by Jib Kidder

https://jibkidder.bandcamp.com/track/windowdipper
beklein
·5 miesięcy temu·discuss
The end result would be a normal PPT presentation, check https://sli.dev as an easy start, ask Codex/Claude/... to generate the slides using that framework with data from something.md. The interesting part here is generating these otherwise boring slide decks not with PowerPoint itself but with AI coding agents and a master slides, AGENTS.md context. I’ll be showing this to a small group (normally members only) at IPAI in Heilbronn, Germany on 03/03. If you’re in the area and would like to join, feel free to send me a message I will squeeze you in.
beklein
·5 miesięcy temu·discuss
Not my normal use-case, but you can always fall back and ask the AI coding agent to generate the diagram as SVG, for blocky but more complex content like your examples it will work well and still is 100% text based, so the AI coding agents or you manually can fix/adjust any issues. An image generation skill is a valid fallback, but in my opinion it's hard to change details (json style image creation prompts are possible but hard to do right) and you won't see changes nicely in the git history. In your use case you can ask the AI coding agent to run a script.js to get the newest dates for the project from a page/API, then it should only update the dates in the roadmap.svg file on slide x with the new data. This way you will automagically have the newest numbers and can track everything within git in one prompt. Save this as a rule in AGENTS.md and run this every month to update your slides with one prompt.
beklein
·5 miesięcy temu·discuss
https://x.com/fchollet/status/2022036543582638517
beklein
·5 miesięcy temu·discuss
In my AGENTS.md file i have a _rule_ that tells the model to use Apache ECharts, the data comes from the prompt and normally .csv/.json files. Prompt would be like: "After slide 3 add a new content slide that shows a bar chart with data from @data/somefile.csv" ... works great and these charts can be even interactive.
beklein
·5 miesięcy temu·discuss
I love this! I use coding agents to generate web-based slide decks where “master slides” are just components, and we already have rules + assets to enforce corporate identity. With content + prompts, it’s straightforward to generate a clean, predefined presentation. What I’d really want on top is an “improv mode”: during the talk, I can branch off based on audience questions or small wording changes, and the system proposes (say) 3 candidate next slides in real time. I pick one, present it, then smoothly merge back into the main deck. Example: if I mention a recent news article / study / paper, it automatically generates a slide that includes a screenshot + a QR code link to the source, then routes me back to the original storyline. With realtime voice + realtime code generation, this could turn the boring old presenter view into something genuinely useful.
beklein
·5 miesięcy temu·discuss
Honest question: would a normal CS student, junior, senior, or expert software developer be able to build this kind of project, and in what amount of time?

I am pretty sure everybody agrees that this result is somewhere between slop code that barely works and the pinnacle of AI-assisted compiler technology. But discussions should not be held from the extreme points. Instead, I am looking for a realistic estimation from the HN community about where to place these results in a human context. Since I have no experience with compilers, I would welcome any of your opinions.
beklein
·5 miesięcy temu·discuss
Relevant blog post from simonw: https://simonwillison.net/2026/Feb/7/software-factory/
beklein
·5 miesięcy temu·discuss
https://www.spacex.com/updates#xai-joins-spacex additionally the longer article on SpaceX site