HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Edmond

no profile record

Submissions

Policing AI Use in Writing

colabopad.blogspot.com
3 points·by Edmond·vor 2 Monaten·0 comments

Fight AI Slop and Fakery: Build and Distribute Your Own Trust Chain

blog.certisfy.com
3 points·by Edmond·vor 3 Monaten·1 comments

Build Your Own Trust Chain

blog.certisfy.com
1 points·by Edmond·vor 3 Monaten·0 comments

Cryptographic Implementation of Exclusivity Agreements

github.com
2 points·by Edmond·vor 3 Monaten·0 comments

Meet Billie, Your AI Business Analyst [video]

youtube.com
2 points·by Edmond·vor 4 Monaten·0 comments

[untitled]

1 points·by Edmond·vor 4 Monaten·0 comments

[untitled]

1 points·by Edmond·vor 4 Monaten·0 comments

[untitled]

1 points·by Edmond·vor 4 Monaten·0 comments

[untitled]

1 points·by Edmond·vor 4 Monaten·0 comments

The Epstein Files and the Epstein Class

colabopad.blogspot.com
7 points·by Edmond·vor 4 Monaten·0 comments

Workflow Automation: Letting AI Write Workflow Code

blog.codesolvent.com
1 points·by Edmond·vor 5 Monaten·0 comments

Where do we go from here? Some thoughts and speculation

blog.codesolvent.com
1 points·by Edmond·vor 5 Monaten·0 comments

Biomni: A General-Purpose Biomedical AI Agent [video]

youtube.com
1 points·by Edmond·vor 5 Monaten·0 comments

Talk to AWS Console via Multi-Modal AI [video]

youtube.com
1 points·by Edmond·vor 6 Monaten·0 comments

Vibe Coded SVG Doodle

youtube.com
1 points·by Edmond·vor 6 Monaten·0 comments

Vibe Coded Expense Reporting

youtube.com
1 points·by Edmond·vor 6 Monaten·0 comments

AI Assistant for Biomedical Research

blog.codesolvent.com
1 points·by Edmond·vor 6 Monaten·0 comments

Using PGP to Build Certificate Trust Chains

blog.certisfy.com
3 points·by Edmond·vor 6 Monaten·0 comments

Using Keybase and PGP to Build Certificate Trust Chains

blog.certisfy.com
1 points·by Edmond·vor 6 Monaten·0 comments

Talk to and Work in Your AWS Console via Multi-Modal AI

youtube.com
2 points·by Edmond·vor 6 Monaten·0 comments

comments

Edmond
·vor 10 Tagen·discuss
Previously integrated Biomni into our intelligent workspace:

https://blog.codesolvent.com/2025/07/ai-assistant-with-biome...

Happy to chat if intrigued.
Edmond
·vor 2 Monaten·discuss
>We have public-key infrastructure for machines. We don’t have it for people.

We do, you just don't know about:)

SDK: https://github.com/CipherTrustee/certisfy-js

Web trust use: https://bsky.app/profile/bitlooter.bsky.social

Some examples of how you could leverage it: https://blog.certisfy.com/

Happy to answer questions.
Edmond
·vor 2 Monaten·discuss
it's called workflow automation: https://blog.codesolvent.com/2025/12/workflow-automation-let...

Everyone is just taking a round about way to get there. The workflow/program as "tools" approach is the right one. Agents skills are more or less in that same direction.
Edmond
·vor 3 Monaten·discuss
For example of how you could use this:

https://blog.certisfy.com/2026/04/trusted-urls-via-cryptogra...

Basically wrap urls in trustworthy cryptographic signatures that users (human, or even user agents, ie browsers) can verify.

More info: https://github.com/CipherTrustee/certisfy-claim-recipes
Edmond
·vor 4 Monaten·discuss
Just released:

https://github.com/CipherTrustee/certisfy-js

It's an SDK for Certisfy (https://certisfy.com)...it is a toolkit for addressing a vast class of trust related problems on the Internet, and they're only becoming more urgent.

Feel free to open discussions here: https://github.com/orgs/Cipheredtrust-Inc/discussions
Edmond
·vor 5 Monaten·discuss
For an example of what an "async" agent implementation should help you accomplish: https://youtu.be/hGhnB0LTBUk?si=q78QjgsN5Kml5F1E&t=5m15s

You can use the idea to spin-off background agent tasks that can then be seamlessly merged back into context when they complete.

The example above is a product specific approach but the idea should be applicable in other environments.... it's really an attempt to integrate long running background tasks while continuing with existing context in an interactive manner.

When you start working on the problem of working with automation programs (AKA agents) in an interactive human-in-the-loop fashion, you will naturally run into these kinds of problems.

We've all seen sci-fi movies with AI assistants that seamlessly work with humans in a back and forth manner, async spin-offs are essential for making that work in practice for long running background tasks.
Edmond
·vor 6 Monaten·discuss
Age verification could indeed be implemented in other ways. The approach outlined above is for information verification and trust projection in general, meaning you can put just about any verified information on a certificate and it can be used online.

Here is a concrete example of how trustworthy certificates can be used online, this is my personal profile on bluesky with verification that is independent of the Blue sky service: https://bsky.app/profile/bitlooter.bsky.social

If you click on the profile image you can enter that code into https://certisfy.com/app to verify the identity of the profile. That sticker could be on any online profile to prove high quality authenticity, it could for instance be on an e-commerce site to prove that the site isn't a scam.
Edmond
·vor 6 Monaten·discuss
If the hammer ever comes down on this issue, ie hardcore requirement for age verification, there are ways to do this while protecting privacy.

We are experimenting with bootstraping a PKI certificate trust chain for facilitating trust projection and information verification online. Think of it as the ability to do things like age verification at scale via a peer-2-peer ish mechanism instead of sending your government id to a service provider.

One experiment is with PGP key holders (for now Keybase key holders) as CAs:

https://news.ycombinator.com/item?id=46576590

And also .gov email holders:

https://blog.certisfy.com/2025/12/using-gov-email-addresses-...

It's all self-service and requires no sign-up or download of anything, the app (https://certisfy.com/app) is an in-browser app and all the cryptography happens in the browser.
Edmond
·vor 6 Monaten·discuss
Trying to bootstrap a PKI certificate trust chain for facilitating trust projection and information verification online. Think of it as the ability to do something such as age verification at scale via a peer-2-peer ish mechanism instead of sending your government id to a porno service.

We are experimenting with Keybase key holders as CAs:

https://news.ycombinator.com/item?id=46576590

And also .gov email holders:

https://blog.certisfy.com/2025/12/using-gov-email-addresses-...

It's all self-service and requires no sign-up or download of anything, the app (https://certisfy.com/app) is an in-browser app and all the cryptography happens in the browser.
Edmond
·vor 6 Monaten·discuss
Work related versions of this, expense report:

https://youtu.be/h0Bg-lqNlkU

In general Just-In-Time app generation is a bad idea. The right approach is to create human-in-loop tools that a bot would recognize and invoke as needed, of course the human-in-loop tool would itself be AI generated.

Example of human-in-loop tool in use:

https://youtu.be/srG5Ze7mS7s
Edmond
·vor 6 Monaten·discuss
Not to make excuses for plagiarism, I am looking at the code itself and somewhat scratching my head since it seems quite...trivial?

I don't mean to belittle the effort but at least in terms of volume of code and level of effort, I wouldn't recognize it as mine if someone had copied it from my work and passed it off as theirs.

Regarding the charge of plagiarism, is it possible that the PR attribution reflects someone eager to contribute something to a larger effort as opposed to simply trying to "steal" someone else's work?

One could reasonably interpret the PR and attribution as "I integrated this code into this project thus I am taking credit for it". In other words there is probably a stronger charge for misguided clout-chasing than plagiarisms.
Edmond
·vor 6 Monaten·discuss
There is a third option, letting AI write workflow code:

https://youtu.be/zzkSC26fPPE

You get the benefit of AI CodeGen along with the determinism of conventional logic.
Edmond
·vor 7 Monaten·discuss
>As someone who appreciates machine learning, the main dissonance I have with interacting with Microsoft's implementation of AI feels like "don't worry, we will do the thinking for you".

This the nightmare scenario with AI, ie people settling for Microsoft/OpenAI et al to do the "thinking" for you.

It is alluring but of course it is not going to work. It is similar to what happened to the internet via social media, ie "kickback and relax, we'll give you what you really want, you don't have to take any initiative".

My pitch against this is to vehemently resist the chatbot-style solutions/interfaces and demand intelligent workspaces:

https://codesolvent.com/botworx/intelligent-workspace/
Edmond
·vor 8 Monaten·discuss
1.Backup and recovery with this solution is no different from backup and recovery of your phone. It is a potential issue but not unique. Cryptographic certificates and associated keys reside on your device.

2.The data format issue is (or was) indeed a concern though it was never insurmountable. A data dictionary would have been the most straight forward approach to address it: https://cipheredtrust.com/doc/#data-processing

I say data format discernment
was a concern because as faith would have it, we now have the perfect tech to address that, LLMs. You can shove any data format into an LLM and it will spit out a transformation into what you are looking for without the need to know the source format.

Browsers are integrating LLM features as APIs so this type of use would be feasible both for front and back end tasks.
Edmond
·vor 8 Monaten·discuss
My motivation is less about self-promotion at this point and perhaps just frustration with the face-palm quality of the failure to properly implement information verification on the internet.

Every time I hear about some dumb approach to age verification (conversation analysis...really?) or a romance scam story because of a fraudster somewhere in Malaysia..I have the need to scream...THERE IS A CORRECT SOLUTION.
Edmond
·vor 8 Monaten·discuss
There is a correct way to do age verification (and information verification in general) that supports strong privacy and makes it difficult to evade:

https://news.ycombinator.com/item?id=44723418

It is also highly compatible with the internet both in terms of technical/performance scalability and utility scalability (you can use it for just about any information verification need in any kind of application).
Edmond
·vor 9 Monaten·discuss
Feel to "borrow" the term "context pollution" :)

Yes it has proven quite a useful feature. Primarily for the reason stated above, allowing users to get a full log of what's going on in the same session that the core task is taking place.

We also use it extensively to facilitate back-and-forth conversation with the agents, for instance a lot of our human-in-loop capabilities rely on the forking functionality...the scope of its utility has been frankly surprising :)
Edmond
·vor 9 Monaten·discuss
we implemented a similar idea some time back and it has proven quite useful: https://blog.codesolvent.com/2025/01/applying-forkjoin-model...

In Solvent, the main utility is allowing forked-off use of the same session without context pollution.

For instance a coding assistant session can be used to generate a checklist as a fork and then followed by the core task of writing code. This allows the human user to see the related flows (checklist gen,requirements gen,coding...etc) in chronological order without context pollution.
Edmond
·vor 10 Monaten·discuss
Have not looked into it yet but sounds a lot like a PKI based certificate style scheme: https://news.ycombinator.com/item?id=44723418

The verifier is the entity you hand your information to for verification, ie the CA. The extent of your interaction and linkage with them is mainly at point of verification and issuance.

It is however possible to trace a certificate to it's issuer, which on the surface sounds like a bad thing, but is in fact good if the goal is to provide privacy while ensuring accountability.
Edmond
·vor 10 Monaten·discuss
This doesn't have to be scary, you can pair this with cryptographic certificates to get rigorous privacy:

https://news.ycombinator.com/item?id=44723418

You use the ID to create an IRL identify anchor certificate, then use other certificates with varying privacy profiles that are then cryptographically linked to your identity but in a privacy preserving manner.