HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mkw5053

no profile record

Submissions

Fable Back on AWS Bedrock

twitter.com
5 points·by mkw5053·17 วันที่ผ่านมา·0 comments

Anthropic/Blackstone enterprise AI venture acquires Fractional AI

fractional.ai
4 points·by mkw5053·2 เดือนที่ผ่านมา·1 comments

Show HN: Airbolt – Call LLM APIs from your app with zero back end

airbolt.ai
7 points·by mkw5053·10 เดือนที่ผ่านมา·1 comments

comments

mkw5053
·10 วันที่ผ่านมา·discuss
Huge bummer. So what's the point of an anthropic subscription? Or is this just the end of subscriptions? Looking forward to gpt-5.6 (assuming we can still use our subscriptions there).
mkw5053
·23 วันที่ผ่านมา·discuss
[dead]
mkw5053
·เดือนที่แล้ว·discuss
I use it about once every 3 months now to watch content while laying in bed when I don't think it'll annoy my wife too much
mkw5053
·เดือนที่แล้ว·discuss
Are you using AI to figure out what's about what's AI and what's not?
mkw5053
·เดือนที่แล้ว·discuss
I use these exact principles (which change):

  1. No overengineering. Minuscule complexity. Always pick the smallest
     implementation that works. No speculative features, no defensive code
     for impossible cases, no premature abstraction.

  2. Lean on tools, libraries, vendors, and existing internal patterns so
     we maintain the least complexity ourselves. Before any real
     implementation decision, default to discovery (official docs, recent
     trusted expert sources, etc).

  3. Shift left in the SDLC. For every check, pick the cheapest
     deterministic mechanism upstream. Hierarchy: types, then lint, then
     DB constraints, then build-time checks, then deterministic CI, then
     tests we maintain.

  4. Tests are not exempt from minimum-complexity discipline. Don't write
     tests for the sake of coverage. Tests must be few, complementary, and
     valuable. If a type, lint rule, DB constraint, or build-time check
     already proves something, a test that re-asserts the same guarantee
     is duplication: extra source to maintain, drifts from reality, adds
     CI latency.

  5. Compound engineering. When you teach me a rule, build the prevention
     into artifacts (AGENTS.md, lint, hooks, reviewer prompts) so it
     applies automatically going forward. Don't rely on memory.

  6. Prefer functional, pure, immutable. Mutation is a smell unless inside
     a contained scope with a clear reason. Arrow functions plus
     reduce/map/filter over for-loops with let.

  7. Parse, don't validate. Boundary inputs become typed values via Zod
     (or similar); downstream code carries the type. No scattered
     re-validation.

  8. Functional core, imperative shell. I/O at the edges; domain logic
     pure.

  9. Keep going. Don't stall on ceremony. Make forward progress.
mkw5053
·เดือนที่แล้ว·discuss
Claude code + very opinionated type script. Try to push as much as possible as far left in the SDLF (types -> lint rules -> tests -> md) and try to improve the dev ex after every single PR.
mkw5053
·เดือนที่แล้ว·discuss
The eviction moratorium is probably the strongest example available, and I don't think it's a good one for Biden. But one controversial episode doesn't establish a precedent for systematic noncompliance with court orders. If anything, it stands out precisely because it was unusual enough to generate criticism across the political spectrum.

Sources:

https://www.lawfaremedia.org/article/anatomy-screw-biden-evi...

https://www.supremecourt.gov/opinions/20pdf/21a23_ap6c.pdf
mkw5053
·เดือนที่แล้ว·discuss
[dead]
mkw5053
·เดือนที่แล้ว·discuss
Very cool. What % of the CC team's engineering would you say goes into QoL (as opposed to new feature development)? Obviously some live in a grey area, while others are more clear like making CI faster.
mkw5053
·เดือนที่แล้ว·discuss
Wow, almost like the good old days of /ultrathink are back. Feels simultaneously like just yesterday and a lifetime ago.
mkw5053
·2 เดือนที่ผ่านมา·discuss
Where are all of the humanoid robots? Get them in there with whatever the oil and gas industry uses for tapping pipes/containers under pressure. I'm only half kidding.
mkw5053
·2 เดือนที่ผ่านมา·discuss
I think you hit the nail on the head. It maps directly to much of their coalition’s rhetoric, accusations, policy agenda, and behavior these days, including, but not limited to, their obsession with pedophilia.
mkw5053
·2 เดือนที่ผ่านมา·discuss
[flagged]
mkw5053
·2 เดือนที่ผ่านมา·discuss
I would not have believed you if you had told me they had the engineering and operations talent to prevent personal data leaks, among many other things.
mkw5053
·2 เดือนที่ผ่านมา·discuss
https://www.businesswire.com/news/home/20260520809828/en/The...
mkw5053
·2 เดือนที่ผ่านมา·discuss
I believe Anthropic has stopped hiring junior and mid eng. So if they're an indication of what's the come (or is already here)
mkw5053
·2 เดือนที่ผ่านมา·discuss
Especially after the first 1-2 got booed, you'd think those that had them scheduled later would have done another pass on their draft...

Or better yet, reflected on their world view and the reception.
mkw5053
·2 เดือนที่ผ่านมา·discuss
Out of curiosity, how are you using it and for what?
mkw5053
·2 เดือนที่ผ่านมา·discuss
Looks cool and will give it a try.

I've been spending a lot of my energy lately on how to run eng teams where we:

1. Maximize long-term shipping velocity

2. Maximize quality (whatever that means)

3. Maintain minimal complexity

4. Are intentional about which skills we let atrophy, which we keep sharp, and which new ones we have to build

5. Make juniors more capable, not just more productive

These are always in tension.

I've been thinking about instituting some sort of socratic method during planning and review plus spaced interval testing to ensure both the humans and AI coding agents understand and find some max of the factors above.
mkw5053
·2 เดือนที่ผ่านมา·discuss
I feel like the most viral lately is https://github.com/karpathy/autoresearch