Readit News logoReadit News
pmxi commented on My experience creating software with LLM coding agents – Part 2 (Tips)   efitz-thoughts.blogspot.c... · Posted by u/efitz
pmxi · 2 days ago
> If you are a heavy user, you should use pay-as-you go pricing

if you’re a heavy user you should pay for a monthly subscription for Claude Code which is significantly cheaper than API costs.

pmxi commented on Copilot broke audit logs, but Microsoft won't tell customers   pistachioapp.com/blog/cop... · Posted by u/Sayrus
AdieuToLogic · 5 days ago
> In my opinion, using AI tools for programming at the moment, unless in a sandboxed environment and on a toy project, is just ludicrous.

Well put.

The fundamental flaw is in trying to employ nondeterministic content generation based on statistical relevance defined by an unknown training data set, which is what commercial LLM offerings are, in an effort to repeatably produce content satisfying a strict mathematical model (program source code).

pmxi · 5 days ago
Humans are far less deterministic than LLMs, yet presumably are acceptable for writing program source code?
pmxi commented on Training language models to be warm and empathetic makes them less reliable   arxiv.org/abs/2507.21919... · Posted by u/Cynddl
aprilthird2021 · 13 days ago
No one gets bothered that these weird invocations make the use of AI better? It's like having code that can be obsoleted at any second by the upstream provider, often without them even realizing it
pmxi · 13 days ago
Those “weird invocations” are called English.
pmxi commented on Claude Sonnet 4 now supports 1M tokens of context   anthropic.com/news/1m-con... · Posted by u/adocomplete
pmxi · 13 days ago
The reason I initially got interested in Claude was because they were the first to offer a 200K token context window. That was massive in 2023. However, they didn't keep up once Gemini offered a 1M token window last year.

I'm glad to see an attempt to return to having a competitive context window.

pmxi commented on Performance and telemetry analysis of Trae IDE, ByteDance's VSCode fork   github.com/segmentationf4... · Posted by u/segfault22
Aurornis · a month ago
Thanks for watching and catching that. It seems like a major oversight for the core claim: That disabling telemetry doesn’t work. If a restart is required and the tests ignored the restart warning that would invalidate the tests.

Either way, it’s useful to see the telemetry payloads.

pmxi · a month ago
See the authors response. He or she says it doesn’t matter either way

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

pmxi commented on I watched Gemini CLI hallucinate and delete my files   anuraag2601.github.io/gem... · Posted by u/anuraag2601
pmxi · a month ago
You should know that you are supposed to open the CLI (Claude Code, Gemini, ...) in your project directory and only use it to modify files within your project directory. This is meant to protect from problems like this.

Your "straightforward instruction": "ok great, first of all let's rename the folder you are in to call it 'AI CLI experiments' and move all the existing files within this folder to 'anuraag_xyz project'" clearly violates this intended barrier.

However, it does seem that Gemini pays less attention to security than Claude Code. For example, Gemini will happily open in my root directory. Claude Code will always prompt "Do you trust this directory? ..." when opening a new folder.

pmxi commented on TrackWeight: Turn your MacBook's trackpad into a digital weighing scale   github.com/KrishKrosh/Tra... · Posted by u/wtcactus
pmxi · a month ago
This is clever! and potentially useful too.

Have you done any testing to determine how precise and accurate this is? I suspect their must be a lot of variance between laptops, since this isn’t an intended use case.

pmxi commented on NeuralOS: An operating system powered by neural networks   neural-os.com/... · Posted by u/yuntian
pmxi · a month ago
This is a cool proof-of-concept! It reminds me of https://oasis-model.github.io/. which friends and I had a lot of fun with
pmxi commented on Let's Learn x86-64 Assembly (2020)   gpfault.net/posts/asm-tut... · Posted by u/90s_dev
throwaway31131 · a month ago
https://shop.elsevier.com/books/computer-organization-and-de...

It's currently 50% off and not only will you learn ARM, and some history about ISAs in general, but you'll learn more about how the computer itself works.

And if ARM isn't a hard requirement, an older edition that uses RISCV as the core ISA is a free download.

https://www.cs.sfu.ca/~ashriram/Courses/CS295/assets/books/H...

Highly recommended.

pmxi · a month ago
The first link was the textbook I used for my computer architecture course last semester and I concur. This was the first time our professor taught ARM instead of x86_64 because he believes ARM is the future.
pmxi commented on Mercury: Ultra-fast language models based on diffusion   arxiv.org/abs/2506.17298... · Posted by u/PaulHoule
amelius · 2 months ago
Damn, that is fast. But it is faster than I can read, so hopefully they can use that speed and turn it into better quality of the output. Because otherwise, I honestly don't see the advantage, in practical terms, over existing LLMs. It's like having a TV with a 200Hz refresh rate, where 100Hz is just fine.
pmxi · 2 months ago
There are plenty of LLM use cases where the output isn’t meant to be read by a human at all. e.g:

parsing unstructured text into structured formats like JSON

translating between natural or programming languages

serving as a reasoning step in agentic systems

So even if it’s “too fast to read,” that speed can still be useful

u/pmxi

KarmaCake day63January 26, 2025
About
<https://parasmittal.com>
View Original