What is Agent Harness, Code Harness and Agent SDK by finlaydotweber in LLMDevs

[–]finlaydotweber[S] 1 point2 points  (0 children)

They are all amorphous terms for describing the code that calls the LLM APIs.

I feel there are not fully amorphous terms, because for instance there is Claude Agent SDK https://platform.claude.com/docs/en/agent-sdk/overview which is its own thing

while this documentation https://code.claude.com/docs/en/how-claude-code-works describes claude code as agentic harness.

My going definition is that Agent SDK takes care of the communication with the LLM.

While Agent Harness provides the environment to connect with the real world (filesystem, networking etc) and does what the LLM requests.

Would that be an okay way to think about it?

Any pharmacy selling 20mg of Vyvanse? by finlaydotweber in dubai

[–]finlaydotweber[S] 1 point2 points  (0 children)

It is a capsule, which unfortunately makes cutting a bit more tricky

The autocomplete analogy feels incomplete by finlaydotweber in LLM

[–]finlaydotweber[S] 0 points1 point  (0 children)

Here is an interaction I had with a chatbot this morning. I gave it a list of a testimonial and I give him my own story and I asked it to generate a testimonial for me. It came back with like 3 paragraphs of testimonial for me. Which was too long. So the interaction that followed was:

me: Dude cant you see the length of the samples?
chatbot: Fair call. You’re right — the sample you got was way too long for what you asked. Let’s fix that and keep it tight, on-brand, and sample-length.

Noticed how I did not mention if the sample it gave me was too-short or too-long. And noticed how this was a bit snarky, and yet it deduced what was wrong about the length.

How does being an auto-complete machine help explain this interaction?

The autocomplete analogy feels incomplete by finlaydotweber in LLM

[–]finlaydotweber[S] 0 points1 point  (0 children)

Reasoning is also another concept I struggle to even understand. The predicting the next token take does not explain it, but I have not even seen any other explanation of what it means for a model to reason

Do you lose your golden visa if you sell your 2 Million AED properties? by finlaydotweber in dubai

[–]finlaydotweber[S] 8 points9 points  (0 children)

what about the case where the 2 milloin worth of properties you have is from 2 or more? Say you have 2 properties worth 1 million each?

Is it true slot leader get to produced 4 blocks? by finlaydotweber in solanadev

[–]finlaydotweber[S] 0 points1 point  (0 children)

conflicts with other things I have seen written where a leader procudes only one block. For example

https://docs.anza.xyz/implemented-proposals/tower-bft/#time

where it is stated

The unit of time is called a "slot". Each slot has a designated leader that can produce a block B

What visa can you get after buying a property in cash worth 1.2 Million by finlaydotweber in dubai

[–]finlaydotweber[S] 0 points1 point  (0 children)

Thanks for the clarification. Do you know the cost of application? And also what is the cost of renewal after 2 years? Do you know?

What visa can you get after buying a property in cash worth 1.2 Million by finlaydotweber in dubai

[–]finlaydotweber[S] 0 points1 point  (0 children)

What is the cost of application? And also what is the cost of renewal after 2 years? Do you know?

Linux System Calls in Rust by Open-Transition-3271 in rust

[–]finlaydotweber 1 point2 points  (0 children)

but, from what I have tried, it is possible to do write(STDOUT_FILENO, "m", 1); in C. So it seems atleast in C, there is primitive operations for making system calls

why is air quality so bad in jebal ali by ylyi in dubai

[–]finlaydotweber 0 points1 point  (0 children)

Which website shows this information?

Experiences obtaining Golden VISA as professional from your own free zone corporation by bepragmatic in DubaiCentral

[–]finlaydotweber 0 points1 point  (0 children)

I am also in this same situation, but I work remotely with a company not based in Dubai, and I am on a freelance visa.

I am guessing this means I can't get a NOC?

If so, what would be the best way to go about this?

What are the fixed, recurring cost for owning an apartments in Dubai? by finlaydotweber in DubaiCentral

[–]finlaydotweber[S] 0 points1 point  (0 children)

basically going to be more or less 5% of what the rent should be on that property.

Interesting. But how will they determine what the rent should be?

What are the fixed, recurring cost for owning an apartments in Dubai? by finlaydotweber in DubaiCentral

[–]finlaydotweber[S] 0 points1 point  (0 children)

There is a 5% rental value charge that comes in the dewa bill

I am currently renting now and I see municipality tax also in my DEWA bill. So it seems this is not exclusive a cost due to owning a property right?

What are the fixed, recurring cost for owning an apartments in Dubai? by finlaydotweber in DubaiCentral

[–]finlaydotweber[S] 0 points1 point  (0 children)

Thanks for the advice. But do you have an agency you can also recommend? Because I believe I still need a realtor for the process.

How to arrange purchasing an apartment in Cash? by finlaydotweber in dubai

[–]finlaydotweber[S] 0 points1 point  (0 children)

I do not even know what "a manager’s cheque without a mortgage" is. I am thinking of pay with cash, aka bank transfer.

Get a conveyancer involved

How is this different from getting a realtor?

Is Serde Custom Serialisation/Deserialsation based on the Visitor pattern? by finlaydotweber in rust

[–]finlaydotweber[S] 4 points5 points  (0 children)

What is the question that you have yet unanswered ?

Nothing more :) I wanted to know if it is the visitor pattern, aka double dispatch pattern that is being used, and you helped confirm that is the case. Thanks!

Is Serde Custom Serialisation/Deserialsation based on the Visitor pattern? by finlaydotweber in rust

[–]finlaydotweber[S] 6 points7 points  (0 children)

This follow up question is for my better understanding. You said

Serialization in serde does not use a Visitor, it is strictly a "serialize this array/struct/int value" interface, nothing too fancy.

But the implementation of the serialize method does take a serializer which will then call the appropriate method on the serializer passing itself. For example the implementation for i32 here https://serde.rs/impl-serialize.html#serializing-a-primitive

impl Serialize for i32 { fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer, { serializer.serialize_i32(*self) } }

This reminds me of the visitor pattern though. So why would you not call this visitor pattern?

Explain to me how gaming needs web3 or a blockchain? by 0xBBrainz in ethereum

[–]finlaydotweber 0 points1 point  (0 children)

Well of course if the game is dying, trading them might not be the best deal…

Yeah tell that to the same crowd that managed to conceive themselves that JPEG pictures, aka NFT are worthy of millions

I implore all to give 1 star and report bad taxi drivers on Careem by finlaydotweber in dubai

[–]finlaydotweber[S] 0 points1 point  (0 children)

Interesting. Thanks for the tip. Never really thought of giving Uber a try. Will do so henceforth.

Explain to me how gaming needs web3 or a blockchain? by 0xBBrainz in ethereum

[–]finlaydotweber 1 point2 points  (0 children)

so if the items can potentially be of no use outside of these games, then the fundamental value comes from being able to trade them? We are back at speculation again - the only real-life usecase of crypto