The owner lives in London and rarely visits but he has arranged for AI consultants to come in and workshop with us to see how "AI can help the business". Our operations mainly consist of data entry.
I was wondering, is there a way to get VS code to look like this? Maybe neoVim?
First off, Rust represents quite a small part of the training dataset (last I checked it was under 1% of code dataset) in most public sets, so it's got waaay less training then other languages like TS or Java. You added 2 solid features, backed with tests and documentation and nice commit messages. 80% of devs would not deliver this in 2.5 hours.
Second, there was a lot of time/token waste messing around with git and git messages. Few tips I noticed that could help you in the workflow:
#1: Add a subagent for git that knows your style, so you don't poison direct claude context and spend less tokens/time fighting it.
#2: Claude has hooks, if your favorite language has a formatter like rust fmt, just use hooks to run rust fmt and similar.
#3: Limit what they test, as most LLM models tend to write overeager tests, including testing if "the field you set as null is null", wasting tokens.
#5: Saying "max 50 characters title" doesn't really mean anything to the LLM. They have no inherent ability to count, so you are relying on probability, which is quite low since your context is quite filled at this point. If they want to count the line length, they also have to use external tools. This is an inherent LLM design issue and discussing it with an LLM doesn't get you anywhere really.
Heh, I write this for some production code too (python). I guess because python is not typed, I'm testing if my pydantic implementation works.
Steve Jobs needed Wozniak at the time and it was fortunate for him, but his personality and ambition were so strong it's very likely he would have been a big deal in any scenario.
What's that? It's not obvious to me, anyway.
It doesn't reduce work, it improves productivity, and virtually none of the productivity boost of the last 50 years benefited the worker. So you end up working the same hours, producing more and not being paid for the difference
https://economicsfromthetopdown.com/wp-content/uploads/2020/...
1. Journals want to publish lots of articles, so they are incentivised to provide a better publishing experience to authors (i.e. better tech, post-PDF science, etc) - Good.
2. Journals will stop prioritising quality, which means they will relinquish their "prestige" factor and potentially end the reign of glam-journals - Good.
3. Journals will stop prioritising quality, which means we can move to post-publication peer-review unimpeded - Good.
At that point why even have a journal, let's just put everything as a Reddit post and be done with it. We will get comment abilities for free.
Maintaining quality standards is a good service, the journal system isn't perfect but its the only real check we have left.