HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Areena_28

no profile record

Submissions

Tell me an alternative of Claude for writing/strategy generation

2 points·by Areena_28·vor 3 Monaten·2 comments

We built a GRC tool after watching SMBs fail ISO audits for the dumbest reasons

mitigata-grc-tfukpqvn.manus.space
2 points·by Areena_28·vor 4 Monaten·1 comments

[untitled]

1 points·by Areena_28·vor 5 Monaten·0 comments

[untitled]

1 points·by Areena_28·vor 5 Monaten·0 comments

comments

Areena_28
·vor 3 Monaten·discuss
The moat was never really the code....it was always the understanding that produced it. All those failed experiments and design iterations that led to the algorithm... that knowledge lives in your head, not the repo. Someone can clone the implementation, but they can't clone the reasoning behind every decision you made.

The audience problem is separate from the IP problem and worth solving on its own, start writing about the problem you're solving before you open-source anything.
Areena_28
·vor 3 Monaten·discuss
Yes, and the main change is i now weight specificity much more heavily.

The things that still feel trustworthy are very specific details, opinions that could get someone in trouble, and writing that has a clear point of view. Generic correctness is cheap now, so it doesn't carry the same weight it used to.
Areena_28
·vor 3 Monaten·discuss
For computer vision and ML work specifically, RHEL doesn't give you much advantage over Ubuntu or even Fedora for personal use. Most ML tooling like PyTorch, CUDA drivers, Jupyter is better supported and easier to set up on Ubuntu, and the community resources are much larger.

if you want something RHEL-adjacent without the overhead, Rocky Linux or AlmaLinux give you the same base for free and are worth a look.
Areena_28
·vor 3 Monaten·discuss
damm true haha
Areena_28
·vor 3 Monaten·discuss
Judgment in ambiguous situations is the one thing that's held up consistently. AI is good at defined tasks, bad at knowing when the task definition itself is wrong.

Also, deep domain knowledge is the other one..... knowing what good output looks like in your field is something models can't fake convincingly at the edges.
Areena_28
·vor 3 Monaten·discuss
[dead]
Areena_28
·vor 3 Monaten·discuss
Thank you, someone pointed out this. Using claude has become a pain in my ass now. I used to use it for writing but now it has lost its creative thinking. In addition, its free plan daily limit gets easily exhausted with 2 prompts...makes me think after getting all the hype, what happens to these platforms
Areena_28
·vor 3 Monaten·discuss
I’ve noticed this with model upgrades too: sometimes they improve the “thinking” but lose the tightness of the writing.
Areena_28
·vor 3 Monaten·discuss
Most of these tools aren’t defensible because of AI, they’re defensible because of workflow capture. The model is the easy part now, the hard part is owning the context, the data, and the place where work actually happens.

That’s why a lot of them feel same kind on the surface. Same models, slightly different UI. But the ones that stick quietly wedge themselves into a real job and make it 5x faster or cheaper.
Areena_28
·vor 3 Monaten·discuss
Building Gordon (https://trygordon.ai/) because most companies “have security” but no idea what their actual risk is. We’re building a platform that helps you pass audits faster, lower cyber insurance premiums, and makes cyber less of a fire drill.

Its like one place to see risk, catch threats, test what breaks, track vendors, train people, and not get hacked at 2 AM.
Areena_28
·vor 3 Monaten·discuss
My perspective is different here. You were right about the VR thing, but the AI tools on which we are relying today will no longer be useful for us 2 years later. I'll give it a term of "graveyard of AI startups". the gap is more about timing, every AI tool which is being made today is built to give the capability of 3-4 combined AI tools.

The graveyard is very large and it will keep expanding.
Areena_28
·vor 3 Monaten·discuss
hahaha, you are so right!
Areena_28
·vor 3 Monaten·discuss
The disruption is 101% happening but it's mostly invisible from the outside. iI think its not new apps replacing old ones rather the same apps doing things that used to require 3x the headcount.

That said there are a few genuine examples

Cursor basically replaced how a lot of developers write code, Eleven Labs made voiceover work that used to cost thousands into a $5 task, and Gamma turned presentations from a half-day job into 10 minutes none of these replaced entire industries overnight but they each quietly made a whole category of work much much cheaper.
Areena_28
·vor 3 Monaten·discuss
Yeah, i noticed it too. Something feels off with the reasoning on complex multi-step tasks compared to a few months ago. hard to tell if it's actual regression or just expectations creeping up as you use it more.

Been mixing Opus with Sonnet depending on the task. Sonnet handles most things well enough and Opus for anything that genuinely needs deeper reasoning. Try it out, may be you find it useful
Areena_28
·vor 3 Monaten·discuss
I'll speak on the co-founder question, try out the the trial period approach. Give someone a 60-day paid project with a clear deliverable before any equity conversation. You learn more about how they think and execute in 60 days than in 10 interviews.
Areena_28
·vor 3 Monaten·discuss
Impressive! FSI courses are genuinely good but the raw format makes them harder to stick with than they should be.
Areena_28
·vor 3 Monaten·discuss
Two things you can try: dispute it with your bank as an unauthorised hold if any of those payments were card transactions, and file a complaint with the DFSA if your business is in a free zone. Stripe does have UAE regulatory obligations and a formal complaint sometimes moves things that support tickets don't.
Areena_28
·vor 3 Monaten·discuss
[flagged]
Areena_28
·vor 3 Monaten·discuss
[flagged]
Areena_28
·vor 3 Monaten·discuss
The way we handle it is keeping a small set of fixed test cases that we never change. Like same inputs, same expected outputs. so when we tweak a prompt we run it against those first. if it passes the fixed cases and feels better on the new ones, we keep it.