HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jpochtar

no profile record

Submissions

Show HN: Drafting AI – Human-in-the-loop AI automation for ops teams' email

getdrafting.com
29 points·by jpochtar·hace 2 años·2 comments

Detoxing from Feed Apps with a Placebo

vice.com
2 points·by jpochtar·hace 2 años·0 comments

AI code review reduces review cycles to improve developer productivity

graphite.dev
1 points·by jpochtar·hace 2 años·0 comments

Ask HN: How have you implemented human-in-the-loop workflows?

37 points·by jpochtar·hace 3 años·14 comments

GPT-HTTP: have AI hallucinate apps at runtime

twitter.com
7 points·by jpochtar·hace 3 años·0 comments

Dev agencies advertise migrating off microservices now

monolithify.60sec.site
7 points·by jpochtar·hace 3 años·5 comments

comments

jpochtar
·hace 2 años·discuss
I started thinking about this while leading an internal Ops platform at a previous operations-intensive tech company. As we automated Ops work, I found the bottleneck to shifting left was was defining the processes our Ops team followed. Eng entered late: first, we'd throw Ops resources at a new challenge; then gradually systematize it; wait for PM attention; document the process; and finally engage engineering. This was necessary since systematized bad processes meant scaled mishandling of issues and engineering rework.

Drafting AI offers a different path: teams begin automating processes organically as they discover them, growing toward full automation as understanding deepens. Human review catches edge cases, handles ambiguous situations, and gives an incremental path towards full automation without rework.

Hopefully this lets internal tools teams shift automation further left.
jpochtar
·hace 2 años·discuss
I'm looking for something similar: I want it to trigger when I'm on Twitter (or HN) during 9-5 hours, and ask me what I'm supposed to be working on. Just a small nudge to rubber duck what's blocking me
jpochtar
·hace 3 años·discuss
yeah one flow for all the stages is the way. I like having a "status" column, and have a different task queue depending on the status
jpochtar
·hace 3 años·discuss
is the "workflow graph" entirely custom built or is there a library/framework/service for it? Would love to hear more
jpochtar
·hace 3 años·discuss
totally— this is for integrating into custom internal tools. Consider content moderation: you wouldn't want mods getting tickets in JIRA then switching to a different tool to action them.

If switching between screens is not a problem, by all means prefer Linear/Asana/Jira/etc!
jpochtar
·hace 3 años·discuss
yes! One of my original thoughts was "Job queue, but for humans"
jpochtar
·hace 3 años·discuss
Totally— OpsQueue is for custom internal React apps to have integrated task management. If workers can switch between Linear and your internal apps, or you don’t have a custom internal React app, you should use Linear.

In some ways OpsQueue’s goal is to be a headless, API-first Linear.
jpochtar
·hace 3 años·discuss
Love to see this! I miss stacked diffs from working at FB— Graphite looks like the best way to be productive outside FAANG internal tooling
jpochtar
·hace 3 años·discuss
Yeah you have to do

  <If cond={...} then={() => 
    ...
  } els={() => 
    ...
  } />
so the `then` and `els` branches only get evaluated if needed
jpochtar
·hace 3 años·discuss
AI will solve web accessibility by screen readers that summarize visual content, ignoring ARIA and making it irrelevant. Multimodal GPT-4 can take a screenshot jpeg and answer questions about what’s in it (buttons, links, ads, headers, etc). The future of accessibility is rendering DOM to jpeg and asking GPT to be your eyes; we’ll look back on semantic markup as a failed idea that was never going to work
jpochtar
·hace 3 años·discuss
Law and Order is great because it's formulaic. You know what you're going to get every time, like a Big Mac in a town you've never been to before. It's not competing with prestige TV, it's competing with rewatching old shows (where you also know what's going to happen).

The punchline: GPT-powered infinite Law and Order might actually outcompete Dick Wolf-powered Law and Order
jpochtar
·hace 3 años·discuss
Fixed it for you: https://aiincidentsreport.vercel.app/

Prompt: write html using tailwindcss for a landing page of a website called "AI incident reports" that boils down to "there have been 0 incidents of AIs causing harm. The website should look like it's meant to have lists of incidents, graphs, and so on. Consider what someone thoughtful about AI x-risk would want to track. And then have 0 for all the categories and graphs.

Let's think step by step: what should be on the website?
jpochtar
·hace 5 años·discuss
Buy this book if you're a programmer who wants to know how computers work.

I read the first edition in high school, and if I had to choose either this book or my entire undergrad CS education, I'd pick this book.
jpochtar
·hace 6 años·discuss
Why not just have the rails app exposing GQL also expose the customer UI/etc?