Live data from Hacker News

A flat pricing subscription for Claude Code

support.anthropic.com

291–293 of 293 posts

Re: A flat pricing subscription for Claude Code

#291

Does anyone feel like the biggest selling point of LLMs so far is basically for programmers? Feels like most of the products that look like could generate revenue are for programmers. While you can see them as a productivity enhancing tool, in times of tight budgets, they can be useful to lay off more programmers because a single one is now way more productive than pre-LLM. I feel that LLMs will increase the barrier…

I see worrying trends in my office. Developers (often juniors) use LLM code without taking time to verify it. This leads to bugs and they can't fix it because they don't understand the code. Some senior developers also trust the tool to generate a function, and don't take the time to review it and catch the edge cases that the tool missed. They rely on ChatGPT to answer their questions instead of taking time to read…

This is just one more turtle up. In college, I took a class where they taught us how to code in Assembler. I haven't looked at Assembler until this morning and here is a summary of my 5 minutes of work.

Here's an overview of what we've done:

1. *Created Assembly Code for Apple Silicon*: We wrote ARM64 assembly code specifically for your Apple M1 Max processor running macOS, rather than x86 assembly which wouldn't work on your architecture.

2. *Explained the Compilation Process*: We covered how to compile and link the code using the `as` assembler and `ld` linker with the proper flags for macOS on ARM64.

3. *Addressed Development Environment*: We confirmed that you don't need to install a separate assembler since it comes with Apple's Command Line Tools, and provided instructions on how to verify or install these tools.

4. *Optimized the Code*: We refined the code with better alignment for potential performance improvements, though noted that for a "Hello World" program, system call overhead is the main performance factor.

5. *Used macOS-Specific Syscalls*: The assembly code uses the appropriate syscall numbers and conventions specific to macOS on ARM64 architecture (syscalls 4 for write and 1 for exit).

This gives you a basic introduction to writing assembly directly for Apple Silicon, which is quite different from traditional x86 assembly programming.

Re: A flat pricing subscription for Claude Code

#292
I just burned 200$ over a weekend trying to finish my pet project with cline and Claude. But soon I realized, this is not sustainable and I was half there. I tried Gemini pro 2.5 and with in 30 mins I hit 30$ and had to back off. Now trying deepseek. Now trying to see if I can have local models in cline act mode. Let me know if anyone had success with this. My project is in rust

Re: A flat pricing subscription for Claude Code

#293
post #171

Earlier quoted context omitted.

> They rely on ChatGPT to answer their questions instead of taking time to read the documentation or a simple web search. Documentation is not written with answers in mind. Every little project wants me to be an expert in their solution. They want to share with me the theory behind their decisions. I need an answer now. Web search no longer provides useful information within the first few results. Instead, I get cont…

Ah yes, LLM is very good at giving me information from documentation that was out of date 15 years ago instead of using the documentation from 2025.

Funny that that comment is itself out of date for approx. 15 month ago ><
Post reply on HN