HackerLangs
TopNewTrendsCommentsPastAskShowJobs

hrpnk

448 karmajoined 9 năm trước

Submissions

Adrianco's Retort: measure how reliable, fast and expensive your LLM is

adrianco.medium.com
2 points·by hrpnk·tháng trước·0 comments

Paperasse: Skills for AI agents specializing in French bureaucracy

github.com
1 points·by hrpnk·3 tháng trước·1 comments

Modelwerk: Neural Networks as Machinery

dehora.net
1 points·by hrpnk·4 tháng trước·0 comments

Agentic Engineering: Building Without Writing

dehora.net
2 points·by hrpnk·4 tháng trước·1 comments

Clinejection: Compromising Cline's prod releases by prompting the issue triager

adnanthekhan.com
4 points·by hrpnk·5 tháng trước·1 comments

[untitled]

1 points·by hrpnk·5 tháng trước·0 comments

LocalStack: Moving to paid only from March 2026

blog.localstack.cloud
2 points·by hrpnk·5 tháng trước·1 comments

Shopify's BFCM Live Globe 2025

bfcm.shopify.com
9 points·by hrpnk·8 tháng trước·2 comments

comments

hrpnk
·6 giờ trước·discuss
The smell is about folks being attached to the same model because they're used to it. Just like any UI change in an app that one uses everyday is annoying.

What's often missing is the actual engineering. If you have evals for your use case, you use these to adjust to the new model. DSPy has great prompt engineering constructs it ships with.

The smell is all about vibing, where a model feels better because the structure of the answers is more familiar to a person, instead of engineering where given constraints and input/outputs one is using/bending the system to fulfil the requirements.
hrpnk
·8 giờ trước·discuss
I love how there is a "Please do not discontinue gemini-2.0-flash[-lite], 2.5 is NOT an equivalent" from Feb 20th. Getting too attached to models is a smell.
hrpnk
·Hôm qua·discuss
They highlight the cache write price now much more in the guide. Did it increase vs. prior generations?
hrpnk
·8 ngày trước·discuss
There is literally no more reason to use their service. I don't need a monthly expiring token pool drained at API pricing which I can get from any provider.
hrpnk
·8 ngày trước·discuss
Wonder if this is a product decision or rather a limitation on GPUs. Their Inf2 instances require AWS Neuron [1]. Maybe porting models to run on their hardware takes too much time.

[1] https://aws.amazon.com/ai/machine-learning/neuron/
hrpnk
·tháng trước·discuss
Rule files are in https://github.com/alibaba/open-code-review/tree/main/intern... (in Chinese)
hrpnk
·tháng trước·discuss
If budgeted at $1,500/month per user, power users still can get 5-10x of that allocation if the user pool is large enough.
hrpnk
·tháng trước·discuss
$1500/mth is token pricing.

Your other plans are fixed price with rate limits where you get more tokens than the dollar equivalent you pay monthly. These plans are economical only if majority of users spend less tokens in $ than the plan's costs. This subsidizes the gap vs. power users who spend multiple k$ monthly in API tokens.
hrpnk
·2 tháng trước·discuss
Wonder if folks will flock to competitors that still over fixed-price review packages only for those companies to switch to usage-based pricing. They're next to be overrun with new customers and sit on the increasing bills.
hrpnk
·2 tháng trước·discuss
What's the residual value of Copilot after the changes? For Enterprise plans, even copilot code reviews will be charged at token price + github action minutes for the execution of the review. One can roll one's own reviewer and have it spend the API tokens as well. At least one will be able to select the subset of files for the change set, if needed.

The background agents will also depreciate in value because of their harness that's a black box that's not optimized for token usage at all. Rolling one's own will be a better choice here.
hrpnk
·2 tháng trước·discuss
Why the multipliers then at all?
hrpnk
·3 tháng trước·discuss
"Paperasse is a collection of skills for AI agents (Claude Code, Claude Cowork, Codex, Mistral Vibe, Cursor, Windsurf, Cline, Aider) specializing in accounting, taxation, notary services and auditing of French companies."
hrpnk
·4 tháng trước·discuss
I wish the team would be more responsive to popular issues - like inability to provide a dynamic api key helper like claude has. This one even has a PR open: https://github.com/anomalyco/opencode/issues/1302
hrpnk
·4 tháng trước·discuss
Are there any videos or screenshots of readout? The webpage is very minimalistic.

https://github.com/dlupiak/claude-session-dashboard - I found this one today, it shows me nicely basic statistics. Do you know the similar tool that would be showing also the interactions of sub-agents? I want to see the user prompts and also statistics by file which tools have touched or read them.
hrpnk
·4 tháng trước·discuss
The sample code is written in Elixir, however, they also release the full specs using which one can generate the application in the language of one's choice. I'm curious if this is really so straightforward.
hrpnk
·4 tháng trước·discuss
Let's hope the component shortages will drive performance improvements in Apps as it will be unfeasible to expect higher specs to fix performance bottlenecks. Constraints can drive good behavior.
hrpnk
·5 tháng trước·discuss
Looks like the blog could use a HN=True. Hope the author won't get banned...

> Error: API rate limit exceeded for app ID 7cc6c241b6e6762bf384. If you reach out to GitHub Support for help, please include the request ID E9FC:7BEBA:6CDB3B4:6485458:699EE247 and timestamp 2026-02-25 11:51:35 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-t...).
hrpnk
·5 tháng trước·discuss
Looking for the headline about "dogs replacing engineers"...
hrpnk
·5 tháng trước·discuss
Exactly, I've seen people who bought a Mac Mini and ended up running claw against a claude subscription. Completely misunderstand the point of local models. Plus, there was more hype about running claw way cheaper on Raspberry Pi which cost the stock price of Raspberry maker to skyrocket.

Some of the comments here show that technical people set these things up for non-technical people, which is just one step away from a misstep. Time will show whether this is similar in behavior to the "I can run it" mindset that people had with local models before. A small dopamine hit to see "it can be done" in order to end up a cloud service in the long run.
hrpnk
·5 tháng trước·discuss
The host shenanigans are simpler addressed with `git config core.sshCommand` which overrides the default key and selects the desired one on a per repository level.

source: https://erik.doernenburg.com/2017/12/using-multiple-github-a...