HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laurentiurad

no profile record

Submissions

Show HN: I built a website showing the likelihood of the AI bubble to pop

laurentiugabriel.github.io
11 points·by laurentiurad·9 days ago·6 comments

I built a page showing the likelihood of the AI bubble to pop

laurentiugabriel.github.io
3 points·by laurentiurad·11 days ago·1 comments

[untitled]

1 points·by laurentiurad·3 months ago·0 comments

Show HN: I built Comrade – the security-focused AI agent

5 points·by laurentiurad·3 months ago·2 comments

Show HN: I Recreated Encarta's MindMaze

medium.com
6 points·by laurentiurad·3 months ago·8 comments

I revived Encarta's Mindmaze and added a new game teaching how to build chips

laurentiu-raducu.medium.com
2 points·by laurentiurad·3 months ago·1 comments

[untitled]

1 points·by laurentiurad·3 months ago·0 comments

[untitled]

1 points·by laurentiurad·5 months ago·0 comments

[untitled]

1 points·by laurentiurad·6 months ago·0 comments

[untitled]

1 points·by laurentiurad·6 months ago·0 comments

Ask HN: What personal project do you plan to scale in 2026?

6 points·by laurentiurad·6 months ago·3 comments

[untitled]

1 points·by laurentiurad·7 months ago·0 comments

I launched a directory with well-made products because everything seems buggy

select.supply
10 points·by laurentiurad·8 months ago·3 comments

[untitled]

1 points·by laurentiurad·8 months ago·0 comments

[untitled]

1 points·by laurentiurad·10 months ago·0 comments

comments

laurentiurad
·9 days ago·discuss
thanks a lot! Will update this on the daily basis.
laurentiurad
·9 days ago·discuss
You are right, one might happen before the other one. However it's impossible to measure when the bubble might pop, whereas looking at how much money hyperscalers and governments put into this might provide a quantitative metric.
laurentiurad
·10 days ago·discuss
nitpick about what you said: you don't wanna postpone that plan too much. At 40 you won't have the energy to keep up with the needs of the kid. You will hate your life and you'll make a ton of mistakes. I had them young, and my career and financial situation weren't affected at all.
laurentiurad
·11 days ago·discuss
I recently built this page which uses data like CapEx from the quarterly forms of the 5 biggest hyperscalers, or how many data centers are being built, and it calculates a composite index showing how likely it is for the AI bubble to pop.
laurentiurad
·2 months ago·discuss
What do you expect them to say? More annoying ads? They're trying to wrap this in a positive way. Everyone knows that ads are annoying.
laurentiurad
·2 months ago·discuss
Excellent tool for scammers.
laurentiurad
·2 months ago·discuss
I cannot agree more. Useful idiots and people working in private equity which have a direct financial interest to hype this tech.
laurentiurad
·2 months ago·discuss
It's tech bros like you that are to blame for the shortage of radiologists supporting statements since 2016 which state that radiologists will disappear. Your great SOTA LLMs will tell you to walk 5 mins to the car wash instead of taking the car.
laurentiurad
·2 months ago·discuss
Good luck to you if the prompt is written by health insurance.
laurentiurad
·2 months ago·discuss
next year bro, I promise, now give me 60 billion more in funding
laurentiurad
·2 months ago·discuss
You are confusing the job with a subset of tasks. Some tasks can be automated, some won't. That doesn't mean LLMs, which cannot tell how many r's are in strawberry, will replace anyone.
laurentiurad
·3 months ago·discuss
This program was brought to you by the private equity engagement pod.
laurentiurad
·3 months ago·discuss
Try Opencode or Comrade. Both OSS and working great with OSS models too.
laurentiurad
·3 months ago·discuss
not a full AI stack. Training still runs on NVIDIA chips.
laurentiurad
·3 months ago·discuss
I designed Comrade to have a "common sense" engine, where each plan/action goes through a filter before being suggested to the user to be approved. This is particularly enforced when the agent goes on a web page. It will always be aware of the source of the prompt, and if it's different from the Electron app where the user can interact with the agent, it will drop that instruction altogether.
laurentiurad
·3 months ago·discuss
Thanks for the feedback!
laurentiurad
·3 months ago·discuss
Thanks a lot!

I have created my own engine for testing the simulations in TypeScript. There is no external logic circuit library under the hood.

The simulation itself is tick-based with a light event-driven flavor. Each tick I compute an evaluation order using a topological sort of the circuit graph (based on wire connections). Then I iterate through components in that order, gathering inputs from connected wires. Each component runs an evaluate() function, producing outputs and a nextState. Outputs propagate through wires immediately within the same tick.
laurentiurad
·3 months ago·discuss
Thank you so much! I have this on my list, so I will try to add this tonight.
laurentiurad
·3 months ago·discuss
In the article I have also talked about a different game as well that teaches players how chips work. I have added that here too: https://select.supply/game/chipbuilder.
laurentiurad
·3 months ago·discuss
I revived Encarta's Mindmaze and added a new game teaching how to build chips on my affiliate website select.supply. The games are 100% free and no account is needed. I used to spent lots of hours on Mindmaze and just wanted to relive that experience again.