HackerTrans
TopNewTrendsCommentsPastAskShowJobs

algo_trader

no profile record

Submissions

Super human Stratego with RL and test time search

arxiv.org
2 points·by algo_trader·8개월 전·1 comments

comments

algo_trader
·11일 전·discuss
> increasing the number of total heartbeats ... wearing out the heart early

this is a common meme [1]

[1] https://www.discovery.com/nature/almost-every-mammal-gets-ab...
algo_trader
·지난달·discuss
Do you actually understand why evolution methods are beneficial?

SGD generates a stronger learning signal,is more efficient, and scales better. Using it end-to-end makes it stronger yet.

Yet somehow mixing in a weaker blunt evolution stage improves the result?
algo_trader
·지난달·discuss
this is nice

can the browser connect to a server to offload heavier calculations?
algo_trader
·2개월 전·discuss
Standard LFP cells - with higher QA and optimized for safety over performance

The pack/container is (over?) designed for fire suppression and humidity control

CATL and also CALB have specific marine-grade product lines

At sea - even at full power - the packs discharge relatively slow
algo_trader
·3개월 전·discuss
What would u recommend for freight/trucking optimiser? not real time.

(scaling to 100s-1000s of units)
algo_trader
·3개월 전·discuss
> practical voltage for a DC grid using early electrical machinery is around 2 kV.

What is a current (pun!) practical limit?

If a 100MW PV farm and a data center are separated by 1km (20 Olympic pools) - is there a way to avoid AC?

I know there are future solutions [1]

[1] https://techcrunch.com/2025/04/07/former-tesla-exec-drew-bag...
algo_trader
·3개월 전·discuss
> Israel has both universal healthcare and tuition free university

This is both wrong and off topic.

Israel health care is funded by a 5% additional income tax tier. non working people pay a significant fixed annual fee.

University is not free. $5K for the public institutions - which have limited admissions. $10K for many of the spill over private institutions.

Now - about those space lasers ....
algo_trader
·3개월 전·discuss
> $85k and closed our account

This seems excessive. Unfortunately OP does state how many disputes they had.

Why would an operator now withdraw the monthly/weekly cash balance?
algo_trader
·4개월 전·discuss
> fully local home security system

R u running the GPU at full throttle 24x7? Have you encounters silicon failures over time?
algo_trader
·4개월 전·discuss
> for longturn games (23-hour turns)

Why 23 hours? Is this a typo?
algo_trader
·4개월 전·discuss
great write up (and effort!! ;))

what are your thoughts on MCTS for coding?

this can/must be paired with a smart execution harness to optimise roll out and roll back of execution paths and system state.

does this change the calculus for optimal post-training ?
algo_trader
·5개월 전·discuss
Was Karpathy "fired" from Tesla because he could not make camera only work ?

Or did he "resign" since Elon insists on camera-only and Karpathy says i cant do it?
algo_trader
·5개월 전·discuss
> MiniMax first in my AI workflows, GLM for code tasks and Kimi K2.5

Its good to have these models to keep the frontier labs honest! Can i ask if you use the API or a monthly plan? Do the monthly plan throttle/reset ?

edit: i agree that MM2.1 most economic, and K2.5 generally the strongest
algo_trader
·5개월 전·discuss
I have a spring/react jar.

Previously I built a jar/docker and deployed to a common server. Fine.

Can this service deploy this to AWS free tier? Will it "know" how to avoid any paid services? (I don't necessarily need a docker or even permanent storage yet)

EDIT: Also - charging a % of AWS bill is pretty wild...
algo_trader
·6개월 전·discuss
The irony, Mrs Morissette, is that Nova caused the battery to appear to fail, and would drain the battery still on a new phone
algo_trader
·6개월 전·discuss
> my battery is no longer draining for no apparent reason

Oh man. I just replaced the battery on my 5 year phone - for the sole reason of not having to reconfigure Nova on a new phone :\
algo_trader
·6개월 전·discuss
there plenty of published preflop charts and GTO ranges

in fact, a fun project would be take a non-reasoning model, play on a lesser known game format, and see if it learns an "a ha" moment or explicitly simulate moves ahead
algo_trader
·6개월 전·discuss
Do you still get deals from angellist (your angel.co link now leads the HR Site)?

The angellist site itself seems to hide the startup/pitch side
algo_trader
·6개월 전·discuss
> food waste from various stores brought to a facility to be fed to insects

a. how does that solve the transmission problem?

b. amazing work by EU bureaucrats to regulate businesses that dont exist yet

c. they can export the feed to fish farms or china or whatever. the question is do the economics work. US soy bean is just incredibly productive (and subsidized)
algo_trader
·6개월 전·discuss
This is less about masked modelling and more about reverse-curriculum.

e.g. DeepCubeA 2019 (!) paper to solve Rubik cube.

Start with solved state and teach the network successively harder states. This is so "obvious" and "unhelpful in real domains" that perhaps they havent heard of this paper.