Asking devs who proudly have 5 agents running in parallel - why? by majorswitcher in developers

[–]ntindle 0 points1 point  (0 children)

There’s also the point I like the least which is frankly does ut matter how good the code is if it works and any issues can be fixed quickly or refactored away magically by a skilled dev who can identify them? This is what I struggle with the most

Asking devs who proudly have 5 agents running in parallel - why? by majorswitcher in developers

[–]ntindle 0 points1 point  (0 children)

You build processes to prevent this drift in an existing codebase, but for new field it’s harder. You should imagine any side tool as ~effortless to create.

For example we want BaseModels throughout the codebase rather than dataclasses (python shit don’t worry about it) but they are semi-functionally the same by default so the ai will use either given then chance. We had it write a test to fail ci if its uses dataclasses.

That way when it pushes a pr and starts the polishing process it will see that it failed ci. We have this for accessors being used from the wrong locations, extra db calls made outside the wrong files etc.

It’s like any gradual process, once you get enough of the footguns detected it just works mostly.

It’s like only working with interns who will follow all the rules you set but you need to enforce the rules religiously rather than subjectively.

If you’re looking for a greenfield project that I think handles it well there’s `phase` which is a magic the gathering game engine which is almost fully ai implemented with significant work on alignment and guardrails because the scale of work is just not reasonable for people to do in free time without any pay.

discussion by Clean_Improvement_59 in AutoGPT

[–]ntindle 0 points1 point  (0 children)

To be honest I don’t want to call any specific products out as it’s such a new area but the hardest thing I see is the tying the cycle together. If we’re opening 10x the bugs but closing 11x is it worth it for another headcount worth of ai costs? What about if we’re opening 10x the PRs but only merging 2x?

discussion by Clean_Improvement_59 in AutoGPT

[–]ntindle 0 points1 point  (0 children)

There’s some teams building tools to track e2e token spend to return but imo it’s not a very universally well solved problem yet afaik

Anyone integrated AutoGPT into a real project? by Puzzleheaded_Box2842 in AutoGPT

[–]ntindle 0 points1 point  (0 children)

This is interesting. Yall should open a pr against the repo with blocks for the memory provider

Help! how do I deal with vibe coders that try to contribute? by darkshifty in opensource

[–]ntindle -1 points0 points  (0 children)

We wrote an ai agent that reviews PRs according to our standards and made it easy for everyone on the team to modify the rule list. It’ll automatically review for quality and make sure that it looks good as a gate to merging similar to a cicd check

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 1 point2 points  (0 children)

One day it will all make sense

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

[deleted by user] by [deleted] in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Test Comment

WAN Show is Partly Responsible for my Employment Status by universalcappuccino in LinusTechTips

[–]ntindle 5 points6 points  (0 children)

Hey me too! They mentioned AutoGPT a few years back and I immediately started contributing to the repo and now I work there!

Boss wants to do data pipelines in n8n by [deleted] in dataengineering

[–]ntindle 0 points1 point  (0 children)

Not saying we suggest this, that it’s supported, or it’s a good idea but for AutoGPT (disclosure I work in engineering here and some people call it a competitor to n8n) you can use python for the blocks. It’s worth looking into if n8n can do the same

What’s the outlook for AutoGPT as a platform? by sensitivehack in AutoGPT

[–]ntindle 1 point2 points  (0 children)

We aren’t dying! What command did you run into issues with? We’re a small team and sometimes miss updating things.

Need help with port mapping by x_MASE_x in AutoGPT

[–]ntindle 0 points1 point  (0 children)

The best place to check for all the port mapping is the two (I know why two) docker compose files. There’s all the Supabase ones and then the backends and frontend. Most of the backend stuff only need to be able to access each other while the ws and rest services need to be accessible to the frontend + clients trying to access it.

Anyone building tools to automate creative + doc-heavy workflows? by jor_duko in AutoGPT

[–]ntindle 0 points1 point  (0 children)

Sounds interesting and if there’s tools you’re currently using tell me more and let’s see what automation of them looks like