Grok since it's likely to include the training data from over a 100 years of autonomous driving + all the space tech included meaning that it might even have some rocket-y stuff
HN user
buryat
vadim@vadim.tech
Minecraft is just limited for additional value creation, i.e. it's not a tool for creating more value
Not sure I understand how it's different from a team of sub-agents, what's the difference I'm curious?
Sympathy to engineers and everyone at github, it's good that they're being open even if findings are limited. I'm sure they will figure out the root cause and will publish results to be a learning experience for everyone else
thank you! Learned why DuckDB is named this way
I have a Mac Studio with 512GB Ram and ran models of different sizes to test out how local agents are and I agree that local models aren't there yet but that depends on whether you need a lot of knowledge or not to answer your question, and I think it should be possible to either distill or train a smaller model that works on a subset of knowledge tailored toward local execution. My main interest is in reducing the latency and it feels that the local agents that work at high speeds should be an answer to this but it's not something that someone is trying to solve yet. Feels like if I could get a smaller model that could run at incredible speed locally that could unlock some interesting autoresearching.
interesting approach, thanks for directing me!
Since the classifier would need to have access to the whole log message I was looking into how search is organized for the CLP compression and see that:
First, recall that CLP-compressed logs are searchable–a user query will first be directed to dictionary searches, and only matching log messages will be decompressed.
so then yeah it can be combined with a classifier as they get decompressed to get a filtered view at only log lines that should be interesting.
The toughest part is still figuring out what does "interesting" actually mean in this context and without domain knowledge of the logs it would be difficult to capture everything. But I think it's still better than going through all the logs post searching.
yeah, I saw Claude Code doing lots of grepping/find and was curious if that approach might miss something in the log lines or if loading small portion of interesting log lines into the context could help. I find frequently that just looking at ERROR/WARN lines is not enough since some might not actually be errors and some other skipped log lines might have something to look into.
And I just wanted to try MCP tooling tbh hehe Took me 2 days to create this to be honest
the patter matcher is interesting to also collapse log lines and compare that between runs, thank you!
In my tool I was going more of a premise that it's frequently difficult to even say what you're looking for so I wanted to have some step after reading logs to say what should be actually analyzed further which naturally requires to have some model
I just wrote a tool for reducing logs for LLM analysis (https://github.com/ascii766164696D/log-mcp)
Lots of logs contain non-interesting information so it easily pollutes the context. Instead, my approach has a TF-IDF classifier + a BERT model on GPU for classifying log lines further to reduce the number of logs that should be then fed to a LLM model. The total size of the models is 50MB and the classifier is written in Rust so it allows achieve >1M lines/sec for classifying. And it finds interesting cases that can be missed by simple grepping
I trained it on ~90GB of logs and provide scripts to retrain the models (https://github.com/ascii766164696D/log-mcp/tree/main/scripts)
It's meant to be used with Claude Code CLI so it could use these tools instead of trying to read the log files
it worked for me
claude /logout -> claude /login -> claude /remote-control
I have a B&W 700 series speakers and a devialet phanthom 108db, was quite surprised at the quality that devialet delivers
How much value was created using products created by Jony Ive and his team?
Humans probably can orbit the sun 2000+ times in a not significantly distant future
it's like cancer, it keeps replicating
dug too deep and awakened balrog
mschf is pretty close to what you're describing
Emotions removed, how large his equity stake would be if he had stayed at OpenAI?
If you're rich and can travel faster, why not? I hope they make a coupe version
What kind of quality of content can Meta theoretically mine with all the vast data that they collect? They have a good advertising and a content algorithms but does it approximate general intelligence? And the content you see on Facebook, Instagram, Whatsapp, that's just a lot of average content that might actually be great for AGI.
El Dorado will be AGI with Humanoid robots and actual real pick-axes
But not the training data
Interacting with this model is just supplying your data over to an adversary with unknown intents. Using an open source model is subjecting your thought process to be programmed with carefully curated data and a systems prompt of unknown direction and intent.
payback for Opium Wars
Yes, if you value your knowledge you should keep pushing for higher the market has enough elasticity as earnings show
Apache Iceberg supports Branching and Tagging since some early versions https://iceberg.apache.org/docs/1.4.0/branching/#overview
And the broader name for what the author is describing is the Write-Audit-Publish pattern, where data gets written into a branch first, audited/checked, and then the main branch gets replaced with the new one, effectively publishing the updated dataset using a single command. https://www.tabular.io/apache-iceberg-cookbook/data-engineer...
It's more of a pyramid, lots of different layers are interested in upholding the existing system because they all benefit
I will definitely consider your counterarguments
The International Organization for Standardization (ISO) is a non-governmental international organization with its headquarters in Geneva, Switzerland.
Their employees are mostly Swiss, they subconsciously will want to protect their interest.
https://globalcitieshub.org/en/the-international-organizatio...