Hec Perez
2.9K posts

Hec Perez
@arpahector
AI team lead @Doofinder https://t.co/ly30FjQktq (liquid democracy + verified expert positions) @notesdotclub (Elixir Livebooks) @MadElixir meetup organizer
Madrid Katılım Ocak 2008
1.1K Takip Edilen993 Takipçiler

OpenAI launched an Elixir app this week called Symphony. It’s an orchestrator for coding agents that start working on issues when you move them into the Todo column in Linear.
I’ve been experimenting with it on a Hetzner server, letting it run tasks with full freedom. Symphony can handle multiple issues in parallel, creating a dedicated directory for each one.
One workflow I tried: when an issue moves to the Human Review column, Symphony spins up a server for that specific issue (on a different port per issue). I then open tunnels from the server to my laptop for those ports so I can access the running instances locally, test them, and review the changes.
For code review, I initially just ran git diff inside each issue’s directory. Later I configured Symphony’s WORKFLOW.md so it automatically opens a PR using a GitHub account that can create pull requests in the repository but cannot merge to main.
Technically, Symphony can also merge to main automatically if you’re willing to trust it with that. I’m not there yet.
One thing I’m missing is the ability to attach to the running Codex sessions and keep them alive even when the issue moves to Human Review. I’d like to see and sometimes modify what it’s doing before it finishes. You can do that through Linear’s issue plan and logs, but it still feels a bit limited.
Still, it’s a glimpse of what software development workflows might look like soon. And it’s great to see OpenAI leaning on Elixir’s strengths for orchestrating agents.

English

You can also read about sortition on @NGruen1's newsletter nicholasgruen.substack.com
English

You can learn about citizen juries on @NGruen1's YouTube channel youtube.com/playlist?list=…
English

@JaimeObregon @gsusMad En lesswrong explico la idea a largo plazo y la delegación de voto.
Sin embargo, al principio las citas de figuras públicas serán más útiles.
Aunque los ciudadanos ya pueden argumentar, votar y delegar en otros usuarios y en expertos a partir de sus citas!
Español

@arpahector @gsusMad ¡Interesante! Y con artículo en LessWrong. Mola. 🤓 A la cola de lectura que va. 😃
lesswrong.com/posts/4KjiZeAW…
Español

¡No nos dejemos enfrentar por cálculos políticos! Hay muchas más cosas que nos unen. Pero si las ideologías reemplazan a las razones, estamos perdidos.
De por qué quieren controlar las redes sociales. Y de por qué las políticas tecnológicas impactan en el corazón de la democracia misma.
Fue en la gala de @HayDerecho. 👇
Español

En YouCongress.org usamos IA para buscar automáticamente citas con fuentes de expertos y figuras públicas sobre políticas relacionadas con la gobernanza de la IA y de su impacto en la sociedad. Molaría hacer algo en España y combinarlo con info de políticos y listas electorales como hacia Voota.
Español

Me chiflaría participar en algo así, y en su día pensé dos cosas:
Una, revisar y comparar con IA los programas electorales y su cumplimiento. El problema es que los programas electorales de los partidos políticos son casi siempre vaguedades imposibles de objetivar. No son compromisos cuantificables, sino declaraciones de intenciones. Así que este camino parece ineficaz.
Otro, que me parece más interesante, es resucitar la idea de Voota, el proyecto que en 2009 montaron @fderbaix y otros (y que creo —no conozco bien la historia— que fue el germen de @civio). Lo que quizá no funcionó entonces podría funcionar ahora, con la tracción de las redes sociales, la IA y los datasets de cargos públicos y listas electorales (en mi GitHub hay un repo llamado «infoelectoral» con todos los candidatos y más). Sobre esto último tengo bastantes ideas y notas personales.
Si te interesa y quieres que comentemos en una llamada, podríamos poner ideas en común. Y, tal como sugieres, podría ser un proyecto coral. 🙂
Español

I taught a workshop at @MadElixir on building AI integrations in Elixir with LLMs, Agents, and MCP.
Thanks @puertainnova for hosting.
Full Livebook 👇

English

@levelsio You can run claude in a cloud sandbox with --dangerously-skip-permissions x.com/chris_mccord/s…
Chris McCord@chris_mccord
sprites.dev is live with $30 trial credit! Go play with a few sandboxes for your yolo claude codes or API/SDKs to build something cool! - instantly create isolated linux vms - checkpoint/restore entire env - port forward to local 5min demo youtube.com/watch?v=7BfTLl…
English

My #1 feature request for Claude Code should add is stop asking me every time for confirmation by default, like "can I check this folder", yes brother you can do anything you want
Like maybe for writing ask me permission
Add some [ just go ] mode
Even with [ accept edits on ] it still asks me permission 1000 times per day
I just want you to run and keep going mostly
And no I don't feel like running it with --dangerously-skip-permissions
English

@chris_mccord Aha having gh is handy, thanks. Although I meant if you login with your github account or with a restricted one to be sure the ai agents don’t do dangerous operations in your repositories.
English

@arpahector You can bring your own ssh keys like any other vps, but we also have `gh` github cli on the box already, so easiest option if that's all you need is `gh auth login` form the sprite, follow OTC link and off to the races
English
Hec Perez retweetledi

sprites.dev is live with $30 trial credit! Go play with a few sandboxes for your yolo claude codes or API/SDKs to build something cool!
- instantly create isolated linux vms
- checkpoint/restore entire env
- port forward to local
5min demo
youtube.com/watch?v=7BfTLl…

YouTube
English
Hec Perez retweetledi

The biggest near-term risk from AI isn't "evil superintelligence."
It’s a coordination failure.
I expand on why this matters using the Fermi Paradox as a metaphor:
👉 open.substack.com/pub/networksoc…
English

Last week I was saying I needed exactly this to code with AI agents! Safe sandbox instances to run multiple agents with checkpoints
Fly.io@flydotio
We made a thing called Sprites that lets you run AI code safely. Watch Chris create sandboxes in seconds, let agents install packages freely, then restore to checkpoints when things go sideways. 🔗 ➡️ 🧵
English

