HackerTrans
TopNewTrendsCommentsPastAskShowJobs

epec254

no profile record

Submissions

[untitled]

1 points·by epec254·2개월 전·0 comments

comments

epec254
·2개월 전·discuss
Not sure if just me, but this post feels AI written?
epec254
·2개월 전·discuss
Tossing this out there, this is what I’m observing among our teams behavior building and using agents. What about for others?
epec254
·4개월 전·discuss
Honestly I was a Claude code only guy for a while. I switched to opencode and I’m not going back.

IMO, the web UI is a killer feature - it’s got just enough to be an agent manager - without any fluff. I run it on my remote VMs and connect over HTTP.
epec254
·5개월 전·discuss
Huge +1. This loop consistently delivers great results for my vibe coding.

The “easy” path of “short prompt declaring what I want” works OK for simple tasks but consistently breaks down for medium to high complexity tasks.
epec254
·6개월 전·discuss
I’m curious if anyone has considered (or is) putting a proxy/gateway in front of every MCP used by their company to “guardrail” data that goes in and out eg checks for sensitive PII, prompt infection, etc?
epec254
·7개월 전·discuss
The key part IMO is buried in the article - there happened to be an existing, perfectly accurate database containing all the required info about each employee - the same info that previously had to be manually found for each retirement.

Without this, this effort would not have been possible.

> Fortunately, we stumbled on a critical clue. While poring over old documentation, we discovered that OPM actually had data warehouses that stored historic information about every federal employee. Apparently, these warehouses were created as part of a modernization effort in 2007, and HR and payroll offices all across government have supposedly been regularly reporting into it.

> For some reason however, this was not well known at OPM, and those that knew about it didn’t know what data it held, nor considered how it could be used to simplify retirement processing. Not many had seen the data, and administrators were initially resistant to sharing access.

> From a software perspective, this was the holy grail: a single source of truth that held all the information that the manual redundant steps were meant to review. Because the information was regularly reported by HR and payroll, by the time an employee retired, OPM should already have everything needed to process the retirement, without anyone re-entering or re-verifying information.
epec254
·7개월 전·discuss
Curious to learn more what you are thinking?

One challenge is you do likely want JS to process/capture the data - for example, taking the data from a form and turning it into json to send back to the agent
epec254
·7개월 전·discuss
A key challenge with HTML is client side trust. How do I enable an agent platform (say Gemini, Claude, OpenAI) to render UI from an untrusted 3p agent that’s integrated with the platform? This is a common scenario in the enterprise version of these apps - eg I want to use the agent from (insert saas vendor) alongside my company’s home grown agents and data.

Most HTML is actually HTML+CSS+JS - IMO, accepting this is a code injection attack waiting to happen. By abstracting to JSON, a client can safely render UI without this concern.
epec254
·7개월 전·discuss
Same team! AGUI uses a2UI as the protocol under the hood.
epec254
·7개월 전·discuss
Plus 1! We’d love community contributions here!
epec254
·7개월 전·discuss
Google PM here. Right now, it’s designed for rendering UI widgets inline with a chat conversation - it’s an extension to a2a that lets you stream JSON defining UI components in addition to chat messages.
epec254
·7개월 전·discuss
I LOVE this, exactly what I’ve been looking for.

Here’s the issue - all my meetings have confidential, sensitive info. I can’t use a version you host (or well, I could, but you won’t be willing to do the 6 month security review I need).

Can you give me a version I can host (or run locally) and I give you some $ one time or per year?