HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ZeidJ

no profile record

Submissions

Starting in 2028, Sony is killing all physical PlayStation game discs

theverge.com
2 points·by ZeidJ·10 gün önce·0 comments

Workers are spending over 6 hours a week botsitting AI, fueling job frustration

businessinsider.com
281 points·by ZeidJ·geçen ay·219 comments

SEC Proposes Amendments to Permit Optional Semiannual Reporting by Public Corps

sec.gov
1 points·by ZeidJ·2 ay önce·0 comments

The future of game consoles is looking bleak

theverge.com
4 points·by ZeidJ·2 ay önce·1 comments

More Than Half of Gen Z's Cancel and Renew Streaming Services for a Single Title

variety.com
2 points·by ZeidJ·2 ay önce·0 comments

We removed AI from our game and it made it significantly better

zadzoud.com
4 points·by ZeidJ·2 ay önce·1 comments

US healthcare marketplaces shared citizenship and race data with ad tech giants

techcrunch.com
523 points·by ZeidJ·2 ay önce·169 comments

Spirit Airlines shuts down; says it can't keep up with higher oil prices

apnews.com
4 points·by ZeidJ·2 ay önce·1 comments

Big Tech cut 80k jobs, blamed AI; experts say firms are overstaffed 25%-75%

finance.yahoo.com
4 points·by ZeidJ·2 ay önce·1 comments

MIT AI expert warns automating Gen Z entry-level jobs could backfire

fortune.com
5 points·by ZeidJ·2 ay önce·1 comments

Apple Was Caught Off Guard by MacBook Neo's "Off the Charts" Demand

macrumors.com
6 points·by ZeidJ·2 ay önce·1 comments

The Oscars just banned AI from winning acting and writing awards

gizmodo.com
76 points·by ZeidJ·2 ay önce·69 comments

[untitled]

1 points·by ZeidJ·2 ay önce·0 comments

Mark Zuckerberg Says AI Costs Contributed to Layoffs of 8k Staffers

forbes.com
4 points·by ZeidJ·2 ay önce·0 comments

All these smart glasses and nothing to do

theverge.com
3 points·by ZeidJ·2 ay önce·0 comments

Vulnerability Lets Privilege Escalation to Root on Major Linux Distros Est. 2017

bleepingcomputer.com
2 points·by ZeidJ·2 ay önce·0 comments

Anthropic could raise a new $50B round at a valuation of $900B

techcrunch.com
6 points·by ZeidJ·2 ay önce·1 comments

Claude AI agent admits: “I violated every principle” after wiping firm database

theguardian.com
5 points·by ZeidJ·2 ay önce·2 comments

Meta's Reality Labs lost over $4B in first quarter

cnbc.com
4 points·by ZeidJ·2 ay önce·0 comments

MiniRAT: A Go-based macOS RAT delivered via malicious NPM package

iru.com
1 points·by ZeidJ·2 ay önce·0 comments

comments

ZeidJ
·2 ay önce·discuss
https://archive.is/V8mez
ZeidJ
·2 ay önce·discuss
Old HN Post: https://news.ycombinator.com/item?id=47849872
ZeidJ
·2 ay önce·discuss
Bloomberg Study: https://www.bloomberg.com/features/2026-healthcare-advertisi...
ZeidJ
·2 ay önce·discuss
https://archive.is/CLGTm
ZeidJ
·2 ay önce·discuss
Missed this, thanks for sharing!
ZeidJ
·2 ay önce·discuss
We built something similar to this: a Pokemon-style MMORPG where agents and players collaborate to catch “Clawemon” and battle other agents.

We posted it online and surprisingly got a lot of negative feedback from users mentioning they would never spend valuable tokens on playing a game.

Our intention was to create an interaction experiment to see how agents interact with each other and with their human companions. We ended up making a pretty fun game in the process, which we're still working on.

Bring your own inference as a potential future of gaming does not seem too far off.

For anyone interested here is the HN post: https://news.ycombinator.com/item?id=47849872
ZeidJ
·3 ay önce·discuss
This reminds me of an app we made awhile back with the sole purpose of finding 'Boredom'.

TLDR on the app is that you join real time 'boring' livestream rooms with random people.

The app never did really take off, but I still would love some fresh ideas around combatting information overload (outside of the 1000's of screen/content blocking type apps)

https://news.ycombinator.com/item?id=47926461
ZeidJ
·3 ay önce·discuss
This would make an amazing educational tool
ZeidJ
·3 ay önce·discuss
Any founders out there using AI to solve this? ;)
ZeidJ
·4 ay önce·discuss
In theory it should build in Linux (electron) but we haven't tested it yet. Things like the imessage integration wouldn't work. Thanks for asking!
ZeidJ
·4 ay önce·discuss
Great question! It actually takes advantage of the sub-agent swarms since it is directly connected to your Claude Code instance.

We want to implement agent teams as well, but it is still an experimental Claude Code feature. So it's more of a secondary priority right now.
ZeidJ
·4 ay önce·discuss
Yes, we actually added it because we were getting impatient with how long some implementations were taking. Appreciate this comment - thank you!
ZeidJ
·4 ay önce·discuss
We saw this, but thought it was for Agents calling the API directly. Outworked is just a wrapper around your CLI using the existing agents and sub-agents in your Claude Code installation.

It's a great point though and we'll need to read into this more in-depth. Appreciate you raising this.
ZeidJ
·4 ay önce·discuss
Completely agree, we found it helped explaining it to our non-technical friends as well.

We do have thinking bubbles but they only show up based on the task the agent is doing. Perhaps we'll add a toggle or something to give people the option to have them always on.
ZeidJ
·4 ay önce·discuss
That's a great heuristic. We'll definitely have to implement something like this. Thank you for this!
ZeidJ
·4 ay önce·discuss
Thank you - let us know if you have any feedback. Appreciate you trying it out.
ZeidJ
·4 ay önce·discuss
This is a really neat idea, we hadn't thought about the education angle. Thanks for sharing!
ZeidJ
·4 ay önce·discuss
Right now purely file level. But the dependency analysis is really intelligent and we'll figure out what that would look like.

The long-tail point is true. We don't do any tracking in our implementation, but we've been trying hard to refine our total our total permissions approach to think about more edge cases such as this, while not being too annoying. We think this is a general tricky issue with AI alignment ('do what I mean not what I say').
ZeidJ
·4 ay önce·discuss
tbh just looked at the cover you know?
ZeidJ
·4 ay önce·discuss
This is a fun question. The answer is yes, you can redecorate and move things around.

Right now it's all built in phaser, and furniture is pretty straight forward to build and deploy. But it requires modifying the source. We want to add support for easy drop in decoration in future updates.