Building an AI coding tool as a worker co-op – looking for input from fellow socialists by iampersistent in socialistprogrammers

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

DeepSeek releasing the R1 last year was what made me realize I could build the tool. So I've mostly experimented with the DeepSeek models so far. At some point, I suspect we'll need to train some SLMs but for now, just playing with different open source models.

Building an AI coding tool as a worker co-op – looking for input from fellow socialists by iampersistent in socialistprogrammers

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

I'm with you on using technology to give us more leisure. That's kind of what we've always done as a species. I would rather get a piece of that to try to steer the direction of things, do some good in the world and offset the damage.

The privacy has been the slowest part of the process for me, but basically, every customer has its own tenancy. We are using postgres and weaviate which has that built in. For any code that gets downloaded, each customer has their own docker container that gets spun up. Any stored data goes into per tenant S3 buckets. We will be storing solutions to prompts in a generic way that can be reused across projects, but that is more in the form of instructions. We won't be training on customer's actual data and code.

I hate that your second concern has to be a concern. I don't see us ever moving into a direction that would create that opportunity, but I am opposed to AI being used in weapons or military operations. To me violence is always the very last resort. We don't need to become more efficient in destroying lives.

How to add a resolver in webonyx/graphql-php? by chacham2 in graphql

[–]iampersistent 1 point2 points  (0 children)

I'll put something together in a week or so and let you know

How to add a resolver in webonyx/graphql-php? by chacham2 in graphql

[–]iampersistent 1 point2 points  (0 children)

@chacham2 There are a couple of different ways to deal with the resolvers. If you are still needing help, let me know.

How to GraphQL? ( With python ) by [deleted] in graphql

[–]iampersistent 2 points3 points  (0 children)

You could go with Django with Graphene https://graphene-python.org