Top
Best
New

Posted by david927 1 day ago

Ask HN: What are you working on? (August 2026)

What are you working on? What have you been curious about lately?
307 points | 1116 commentspage 40
Kuyawa 1 day ago|
Research on an AI super agent that manages memory, knowledge, skills, tools, other agents, channels, management and orchestration, and auto update its own code at the end of every session if needed

Previous agents developed:

Katto https://www.npmjs.com/package/@kuyawa/katto

Mecha https://www.npmjs.com/package/mecha-ai

jmox 1 day ago||
I have been working on my master's thesis. I am not really young anymore, so finding the time was tricky.. until I started working with AI agents. Then I started using frontier models and I couldn't sleep anymore, trying to maximize my usage limits. The project is called Agent Sandboxing Framework. If you are interested in AI agents and security, I’d love to hear what you think.

https://github.com/javimox/asf

scottcodie 1 day ago||
A new transformers architecture based on relational data instead of text. Been exploring search reranking based on graph data and customer prediction.

https://github.com/relativedb/relational-transformers

https://relationaltransformers.com/

You can read more about the architecture here: https://relativedb.com/blog/relational-transformer

johnchinjew 1 day ago||
I've been working on a simple multiplayer word game: http://alphabetsoup.club

It's a bit like NYT Spelling Bee, except it's multiplayer and only your best (longest) word counts toward your score. So, instead of trying to find as many words as possible, the game is more about finding one unusually good word.

Funny timing, I just made my first Show HN post for this a few minutes ago: https://news.ycombinator.com/item?id=49235347

gremlin0 1 day ago||
I’m building a performance testing tool with a Rust core using Tokio and Reqwest, with a Python interface built around Typer and PyO3. You can use it as a regular CLI, but you can also write performance tests directly in Python. The goal is to keep the developer experience simple and familiar while using Rust for fast, concurrent, high-throughput load generation.
relssiegp 1 day ago||
A C++ lib to write SIMD code like you would write GLSL: CPPShader https://github.com/gitdepierre/cppshader. I need to clean up the code a bit right now, and I'll add SSE2 support for older CPUs (currently requiring SSE4, but I want to see it working on C2D and Atom. I just need to replace the blendv functions with something compatible with SSE2). Then I'll focus on adding NEON support.
rbsmith 1 day ago||
I'm working my way through "Improving Heuristics for A* Pathfinding". Thank you so much, HN!

https://news.ycombinator.com/item?id=49079995

shash7 1 day ago||
I'm working on building a social listening API for Agents.

Right now its working swell, added some more Linkedin specific endpoints and a "raw" parameter to get the raw response back.

https://sociallisteningapi.com

rush86999 1 day ago||
AI agent workforce: https://github.com/rush86999/atom

Now with OpenCode Go integration. I'm rapidly fixing as many bugs as I can, and with the same subscription. Thank you, DeepSeek!

vladkorobkov 1 day ago|
Being a big fan of the server-side rendering, HTMX, Tailwind CSS, and Alpine.js, I am working on a fast dependency-free, typed Mustache renderer for Python 3.12+. https://github.com/servletcloud/fstache
More comments...