HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mlcruz

no profile record

comments

mlcruz
·20 hari yang lalu·discuss
It is not that rare, the epidemic is just focused on the south region right now.

Porto Alegre metropolitan area is having a huge outbreak. My girlfriend is a vet and has been dealing with new cases multiple times a week.

Many of our friends also got it (it is very hard to not get scratched when handling with cats in pain).

It is a really really shitty, painful and hard to treat disease, requiring multiple months of treatment. It is very painful but usually not letal for humans and cats that are in the earlier stages and get treatment.

However it is absolutely lethal for populations of wild and stray cats, as it is very infectious and 100% lethal unassisted.
mlcruz
·bulan lalu·discuss
>Dynamic workflows orchestrate many subagents from a script Claude writes and you can rerun. Use them for codebase audits, large migrations, and cross-checked research.

>Reach for a workflow when a task needs more agents than one conversation can coordinate, or when you want the orchestration codified as a script you can read and rerun. Examples include a codebase-wide bug sweep, a 500-file migration, a research question that needs sources cross-checked against each other, and a hard plan worth drafting from several independent angles before you commit to one.

https://code.claude.com/docs/en/workflows

The results are good, but it is very expensive. I used a workflow to do a full review of my entire codebase, it spawned 75 agents and surfaced and fixed some (real) bugs. It feels a bit overkill, but it works.
mlcruz
·bulan lalu·discuss
If its just a single session, without too many parallel agents, fable on xhigh lasts an entire session without hiting linits.

Sadly since fable usually works comfortably for 10-20min at time without human input, i end up juggling at least 3 other agents and it lasts me about 2 hours.

If i have a really hard problem or big refactor, i use workflows. This consumes the entire session quota in about 45 minutes.
mlcruz
·bulan lalu·discuss
I really enjoyed the read. Not everything needs to be some sort of utilitarian information density optimized reading piece.

Keep up the good work!
mlcruz
·2 bulan yang lalu·discuss
I have been using deepseek via deepinfra, afaik they provide no data retention. Im probably going to deploy the full model on their infra instead of paying credits at some point, so far the experience has been pretty good
mlcruz
·3 bulan yang lalu·discuss
My workflow is quite similar. I try to write my prompts and supporting documentation in a way that it feels like the LLM is just writing what is in my mind.

When im in implementation sessions i try to not let the llm do any decision making at all, just faster writing. This is way better than manually typing and my crippling RSI has been slowly getting better with the use of voice tools and so on.
mlcruz
·3 bulan yang lalu·discuss
> I think you misunderstand what I'm saying. I'm not really referring to data systems at all, I'm referring to context on what problems are actually being solved by a business. LLMs very clearly do not model outcomes that don't have well-defined textual representations.

Yeah i misunderstood your point, i completely agree with what you are saying.

I honestly do not believe that strategy, decision making and other real life context dependent are going to be replaceable soon (and if it does, its something other than llms).

> I'm not sure that I agree with white collar jobs being done for, not every process has as little consequence to getting it wrong as (most) software does.

Maybe im too biased due to working in a particularly inefficient domain, but you would be surprised how much work can be automated in your average back office.

Much of the operational work is following set process and anything out of that is going to up the governance chain for approval from some decision maker.

LLM based solutions actually makes less errors than humans and adhere to the process better in many scenarios, requiring just an ok/deny from some human supervisor.

By delegating just the decision process to the operator, you need way less actual humans doing the job. Since operations workload is usually a function of other areas, efficiency gains result in layoffs.
mlcruz
·3 bulan yang lalu·discuss
> we have a means of giving them full business/human levels of context

Trust me, this is a work in progress. Right now most corporations do not have their data organized and structured well enough for this to be possible, but there is a lot of heat and money in this space.

Imo, What most of the people that are not directly working in this space get wrong is assuming swes are going to be hit the hardest: There are some efficiency gains to be won here, but a full replace is not viable outside of AGI scenarios. I would actually bet on a demand increase (even if the job might change fundamentally). Custom domain made software is cheaper as it has ever been and there is a gigantic untapped market here.

Low complexity to medium complexity white colar jobs are done for in the next decade through. This is what is happening right now in finance: if models stopped improving now, the technology at this point is already good enough to lower operational costs to the point where some part of the workforce is redundant.
mlcruz
·4 bulan yang lalu·discuss
Hi Phil,

Your article is great! As someone who's working in this space, your points just improved our presentation and selling a lot. We have been talking with C level finance executives about building semantic layers, and i can confidently say that the way you presented the value proposition of the context layer is going to improve our conversion rates.

Thank you so much! This is one of the best analysis i have ever heard about the subject.
mlcruz
·tahun lalu·discuss
Really? This sounds very interesting, as the USA is the place that i would expect to have the most malls.
mlcruz
·tahun lalu·discuss
It is possible to prompt the user for consent right as they join the meeting, up to the implementation.
mlcruz
·tahun lalu·discuss
Nice to know about Recall!

Right now we handle all of our recordings internally, since having a bot join our calls is a dealbreaker, but it is something that i'm going to take a closer look at. Your product is very interesting for our problem domain, but having a bot join our calls is a big no.

About the compliance recording:

Microsoft teams allows for two modes of call recording (https://learn.microsoft.com/en-us/microsoftteams/teams-recor...):

- Convenience recording- an ad-hoc recording of a call or meeting that a user starts and manages. For an overview of convenience recording, see Overview- Recording and transcription for Teams meetings and calls. -> This requires a bot to join the call

- Compliance recording-calls and meetings that are automatically recorded without user intervention and owned by the company, using a third-party solution. -> This does not require a bot to join the call. The audio is streamed directly to the server, no bot required.

It is somewhat painful to roll your own compliance recording bot without a third-party, but it is possible (even if badly documented).
mlcruz
·tahun lalu·discuss
Hi Ethan,

I see that one of the pains points of your product is related to having an notetaker bot joining the call. You could probably offer to your enterprise customers that use teams a better experience by processing calls via compliance recording policy (since it does not require a bot to join the call and the user approval flow is way less disruptive).

If it is something that interests you we could talk more in detail about how the implementation works and the its challanges
mlcruz
·5 tahun yang lalu·discuss
I'd argue that 'focus' is at least part of what we consider as intelligence.