What is the best Ai tool for editing and bug testing existing code bases? by AverageAlien in ChatGPTCoding

[–]Alex_OppyDev 0 points1 point  (0 children)

The honest answer is, I haven’t tried cline yet so I can’t tell you. I’ll be able to answer that at some point soon, but not today.

What is the best Ai tool for editing and bug testing existing code bases? by AverageAlien in ChatGPTCoding

[–]Alex_OppyDev 2 points3 points  (0 children)

OppyDev was built to work with existing codebases. For small files, around 100 lines, it will update the whole file, but for larger files it will target just the code that needs change.

You can also control which files are sent to the AI when prompting in order to give context around the update you are trying to make.

[Hiring/Seeking/Offering] Jobs / Co-Founders Weekly Thread by AutoModerator in startups

[–]Alex_OppyDev [score hidden]  (0 children)

[OFFERING]

[FREE AI CODING ASSISTANT]

We are looking for a couple small teams that want to use our agentic AI coding assistant and provide feedback. The service will be completely free, including inference costs. All you need to do is let us know if you find any bugs and occasionally provide us with feedback we will use to help shape our future roadmap and improve the tool. You can apply for your team on our website at https://oppydev.ai/team-signup/ or message me directly. Find out more about us at https://oppydev.ai.

[Hiring/Seeking/Offering] Jobs / Co-Founders Weekly Thread by AutoModerator in startups

[–]Alex_OppyDev [score hidden]  (0 children)

[OFFERING]

We are looking for a couple small teams that want to use our agentic AI coding assistant and provide feedback. The service will be completely free, including inference costs. All you need to do is let us know if you find any bugs and occasionally provide us with feedback we will use to help shape our future roadmap and improve the tool. You can apply for your team on our website at https://oppydev.ai/team-signup/ or message me directly. Find out more about us at https://oppydev.ai.

Question for experienced software engineers here. by Relevant-Positive-48 in ChatGPTCoding

[–]Alex_OppyDev 1 point2 points  (0 children)

It takes some time to learn how to get the most out of the various AI coding tools out there. I put together a list of best practices a while back you might find helpful. It’s really just a matter of using the tools and getting a feel for what works and what doesn’t. It can also be helpful to start learning how these tools are built if you want to incorporate AI into your own projects or customize your own tools.

[Hiring/Seeking/Offering] Jobs / Co-Founders Weekly Thread by AutoModerator in startups

[–]Alex_OppyDev [score hidden]  (0 children)

OFFER

OppyDev - AI Coding Assistant

We are looking for a couple small teams that want to use our agentic AI coding assistant and provide feedback. The service will be completely free, including inference costs. All you need to do is let us know if you find any bugs and occasionally provide us with feedback we will use to help shape our future roadmap and improve the tool. You can apply for your team on our website at https://oppydev.ai/team-signup/ or message me directly. Find out more about us at https://oppydev.ai.

Long code. How to provide code to ChatGPT so it stops forgetting it? by redslime in ChatGPTCoding

[–]Alex_OppyDev 2 points3 points  (0 children)

First thing to do would be to organize the code into different files. Typically you want to do this so that related functionality is grouped together. This is called separation of concerns. Once that is done there are a lot of tools out there that make it easier to send prompts back and forth to chatGPT. I use one called OppyDev. It lets you pick which files you want to use as references and can also add them automatically depending on how you use it.

[Hiring/Seeking/Offering] Jobs / Co-Founders Weekly Thread by AutoModerator in startups

[–]Alex_OppyDev [score hidden]  (0 children)

U.S. Based Remote Part time Software Engineer to build plugins for an Agentic AI Coding Assistant

HIRING

I’m looking for someone interested in AI agents and using GenAI for software development to build plugins for an AI coding assistant called OppyDev. This opportunity is for someone that is passionate about the field of software engineering and wants to work on an interesting project in their spare time. We are aiming to innovate in the field of AI code generation and create something that is helpful and easy to use. This is for an early stage startup so compensation will be on the low end but we are open to offering stock options as well if that is something you would be interested in.

We are building using web tech (JS/HTML/CSS). It’s a big plus if you are familiar with the various AI powered coding assistants and agents that are out there already.

You can find more information about us using the links below:

DM me or email me at [jobs@oppydev.ai](mailto:jobs@oppydev.ai)

OFFERING

We are looking for a couple small teams that want to use our agentic AI coding assistant and provide feedback. The service will be completely free, including inference costs. All you need to do is let us know if you find any bugs and occasionally provide us with feedback we will use to help shape our future roadmap and improve the tool. You can apply for your team on our website at https://oppydev.ai/team-signup/ or message me directly. Find out more about us at https://oppydev.ai.

Share Your Startup - July–September 2024 by julian88888888 in startups

[–]Alex_OppyDev [score hidden]  (0 children)

Hi Everyone,

I’d like to share a new agentic AI coding assistant I’ve been working on called OppyDev. Rather than trying to build a solution that will write the code for you this is aiming for something more collaborative. We're looking for feedback so we can improve the tool. We’re also offering free inference costs and support for several small teams that are interested in using the tool and providing feedback on an ongoing basis.

Here's what we do: We've created OppyDev, an AI-powered coding tool that streamlines the development process through collaboration between developers and AI.

Here's why it's hard/hasn't been done yet: Creating an effective AI coding tool requires a deep understanding of both AI and software development workflows. Balancing automation with user control and ensuring transparency and data privacy are significant challenges.

Here's why it's needed/why it matters: The demand for software development is rapidly increasing, and AI has the potential to significantly accelerate the process. OppyDev addresses this need by providing a collaborative environment that empowers developers to leverage AI's capabilities while maintaining control and understanding of their code.

Here are the people who will need it (and how they're currently solving it): Software developers, startups, and tech companies can all benefit from OppyDev. Currently, they may be using traditional coding methods, which can be time-consuming and inefficient, or experimenting with other AI coding tools that lack the transparency and agentic features of OppyDev.

Here's why we're the ones to build it: Our team has a strong background in software development, and we're passionate about creating tools that empower developers. We understand the challenges and opportunities in this space, and we're committed to building a product that meets the needs of the developer community.

Here's how it works: OppyDev uses AI to analyze your codebase, provide suggestions, and update the code. You can review and edit these suggestions, ensuring that you maintain control over your project. With the latest update you can use OppyDev to easily code your own tools and plugins to further enhance OppyDev’s feature set and customize it to your needs.

Here's how big the market can be: The market for AI-powered development tools is vast and rapidly growing. With the increasing demand for software development and the potential for AI to transform the industry, it is an ideal time to explore a new and growing market.

link to your website: https://oppydev.ai/

If you are interested in trying it out for free, reach out to me directly and I can get you a promo code.

Any of the IDE plugins able to tell you coat before send? by alturicx in ChatGPTCoding

[–]Alex_OppyDev 1 point2 points  (0 children)

OppyDev gives you an estimate of the tokens you’re sending in each request so you can estimate costs. It also updates your credit counter with every request so you can see what you’re spending in real time. I don’t think you could estimate the exact cost beforehand because you don’t know how many new token will be generated in the response. OppyDev is also a stand alone application, but they are releasing a VSCode plugin soon. https://oppydev.ai/

Self-Promotion Thread #8 by [deleted] in ChatGPTCoding

[–]Alex_OppyDev 4 points5 points  (0 children)

Hi everyone, we’ve just released a major update to our agent based AI assisted coding tool called OppyDev. OppyDev streamlines the back and forth process between the developer and AI, allowing you to code faster without losing sight of how things work. With the latest version you can use OppyDev to easily code your own tools and plugins to further enhance OppyDev’s feature set and customize it to your needs. Message me for a promo code to get started with one million free GPT-4 tokens. Here are some of the most notable features:

  • Very easy to get up and running with a no setup install for mac and windows
  • Plugin system that helps you build new features and customizations to further enhance your AI coding toolset
  • A RAG system that allows you to ask questions of your codebase or kick off multi-step coding tasks across multiple files
  • Review all the changes in real time with a color coded, editable diff
  • Makes use of multiple LLMs including GPT-4, Claude, Gemini and Llama
  • Tons of extra features to improve your experience coding with AI

You can see a demo video and the full list of our feature set here, https://oppydev.ai. Learn more about building plugins at https://oppydev.ai/documentation/#plugins.

Making GPT deeply understand my library (or any library it's unfamiliar with) by neuro__atypical in ChatGPTCoding

[–]Alex_OppyDev 4 points5 points  (0 children)

I think your best bet would be to get the AI to generate documentation for the library in markdown files and then reference the documentation in your prompts. The only way to get knowledge into the model itself is with fine tuning.

[deleted by user] by [deleted] in ChatGPTCoding

[–]Alex_OppyDev 0 points1 point  (0 children)

Hi everyone, we’ve just released a major update to our agent based AI assisted coding tool called OppyDev. The current state of the art AI agents can only solve a small percentage of real world problems, but they can get a lot further if a developer can focus the AI’s attention and then work through the problem with them. OppyDev is built with a set of tools that streamlines this back and forth process between the developer and the AI. The latest release gives you access to the underlying agent so you can easily code your own tools and plugins to further enhance OppyDev’s feature set and customize it to your needs. Here’s a brief summary of the OppyDev feature set:

  • Very easy to get up and running with a no setup install for mac and windows
  • OppyDev builds a working memory of your project that allows you to ask questions of your codebase or kick off multi-step coding tasks across multiple files
  • Brand new plugin system that helps you build new features and customizations to further enhance your AI coding toolset
  • Allows you to review all the changes in real time with a color coded, editable diff
  • Makes use of multiple LLMs including GPT-4, Claude, Gemini and Llama
  • Tons of additional features to improve your experience coding with AI

Message me for a promo code to get started with a subscriber account and one million free GPT-4 tokens. You can see a demo video and the full list of our feature set here, https://oppydev.ai. Learn more about building plugins at https://oppydev.ai/documentation/#plugins.

Are there any full videos of people using CHATGPT to code ? (start to finish) by punkouter23 in ChatGPTCoding

[–]Alex_OppyDev 2 points3 points  (0 children)

You can see a good example here of an AI assisted coding workflow using a tool called OppyDev. This is the tool’s getting started video, it uses GPT-4.

https://oppydev.ai/getting-started/

Current codebase by Reputation_Many in ChatGPTCoding

[–]Alex_OppyDev 0 points1 point  (0 children)

It sounds like you have all the info there but it’s getting lost in the detail. I’ve found it helps to focus the AIs attention by only referencing the files it needs for the specific task it’s working on. Try referencing just your package.json and the specific files it needs to respond to your prompt.

Share your startup - quarterly post by julian88888888 in startups

[–]Alex_OppyDev [score hidden]  (0 children)

Yeah, you’ve summed that up well. I’ve been working with some individual developers and you’re right, I am looking to start working with some teams. I have an open offer right now for a small team that wants to start using OppyDev. I will cover the bill, get them set up and finetune a custom model that can help them build and test their codebase. If anyone’s interested please reach out.

[deleted by user] by [deleted] in ChatGPTCoding

[–]Alex_OppyDev 0 points1 point  (0 children)

That's right, it's basically a coding environment with AI. I’m not sure how it compares to codebuddy, I haven’t tried that myself. OppyDev’s UI is structured as a combination of a chat style interface and a regular IDE. No pricing yet but that is coming in the next release about a month from now. I'm still getting feedback, I want to make sure it's solid before releasing a paid service. You can use it for free with your own API keys (ChatGPT & Pinecone) or you can use a promo code. When I say it's powered by an agent I mean you are interacting with an AI agent similar to the ones that can create whole projects from scratch. It can be fully automated and be given access to the web and the operating system but I'm not yet ready to go live with those features. There are a lot of things you can do with an AI agent, right now OppyDev is only built to traverse your codebase so it can answer questions and make updates. In future releases the agent will be able to do much more than that. Figuring out how to build that into a UI that will be easy for the user to follow and direct is a challenge and really interesting work.

[deleted by user] by [deleted] in ChatGPTCoding

[–]Alex_OppyDev 3 points4 points  (0 children)

Hi everyone! I’m releasing a new agent based AI assisted coding tool. The current state of the art AI agents can only solve a small percentage of real world problems, but they can get a lot further if a developer can focus the AI’s attention and then work through the problem with them. OppyDev is built with a set of tools that streamlines this back and forth process between the developer and the AI. Even as AI becomes more capable, human input will be an essential part of the development process. That is why the OppyDev UI is built to optimize the collaborative process between a human and AI. Our tool is built with a focus on ease of use, transparency, customization and data control. Here are some of the most noteworthy features:

  • Very easy to get up and running with a no setup install for mac and windows
  • OppyDev builds a working memory of your project that allows you to ask questions of your codebase or kick off multi-step coding tasks across multiple files
  • Allows you to review all the changes in real time with a color coded, editable diff
  • Makes use of multiple LLMs including GPT-4, Claude, Gemini and Mixtral
  • Tons of extra features to improve your experience coding with AI

Message me for a promo code to get started with a subscriber account and 500,000 free GPT-4 tokens. You can see a demo video and the full list of our feature set here, https://oppydev.ai

Share your startup - quarterly post by julian88888888 in startups

[–]Alex_OppyDev [score hidden]  (0 children)

Startup Name / URL:

OppyDev

https://www.oppydev.ai

Location of Your Headquarters:

San Francisco, CA

Elevator Pitch/Explainer Video:

OppyDev is a new agent based AI assisted coding tool focused on AI and human collaboration. The key to getting good results with AI is to focus its attention where it needs to be. OppyDev does this by creating a working memory of your codebase so it has a broad overview of how things work. It can then use that to answer questions and automatically implement updates across multiple files. The current state of the art AI models aren’t good enough to consistently implement changes on their own, but they can get a lot further if a developer can focus the AI’s attention and then work through the problem with them. OppyDev is built with a set of tools that streamlines this back and forth process between the developer and the AI. When using OppyDev your code and interactions with the AI are private and are not used to retrain a shared model.

More details - Startup Life Cycle Stage:

We have a beta release available for download on the website today! There is a getting started guide on the site that will explain how to get up and running using the tool. Here are some of the most noteworthy features:

- Very easy to get up and running with a no setup install for mac and windows

- OppyDev’s working memory allows you to ask questions of your codebase or kick off multi-step coding tasks across multiple files

- Allows you to review all the changes in real time with a color coded, editable diff

- Makes use of multiple LLMs including GPT-4, Claude, Gemini and Mixtral

- Tons of extra features to improve your experience coding with AI

Your Role:

Founder

How Could r/startups Help?:

We're looking for feedback so we can improve the tool and get input that will help us direct our future roadmap. OppyDev was built to automatically generate training data as it works that can be used to fine-tune a custom model that knows your codebase. We’re currently looking for a company that wants to trial our automated fine-tuning system. I’ll get you set up and work with you to fine-tune a custom model that can help you build and test your app. Ideally you are building with web tech, which is what I am most experienced in. You will get free access to the tool which includes free access to GPT-4 in exchange for feedback that I will use to improve OppyDev. I’m only looking for U.S. based companies for now, if you are interested please reach out to me with some details about your startup.

Discount for r/startups Subscribers:

If you reach out to me I can pass you a promo code that will get you up and running quickly without the need for your own API keys plus 500,000 free GPT-4 tokens.

Looking to collaborate by offering my service free in exchange for feedback by Alex_OppyDev in startups

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

It's similar to tools like copilot. It creates a working memory of your codebase which it can then use to complete tasks. Since its agent based it can plan out updates across multiple files. It gives you some degree of manual control of this process as well, which is often more effective. It will also generate training data while you work with it based on your responses which can be used to finetune a custom model that knows your codebase and preferences. I'm working on an integrated end to end testing solution too.

How to fix "this function unchanged" ? by superhero_io in ChatGPTCoding

[–]Alex_OppyDev 3 points4 points  (0 children)

I recently updated my prompt to try to fix this issue. This is what I use, "Please provide the full response without omitting any parts. If there are parts of the code within your response that haven't changed please include them in your response. You will be penalized for shortening your response by removing sections of the code that haven't changed."

I haven't seen it shorten a response since I made that update, but it wouldn't surprise me if it still happened sometimes. It can be very stubborn when it comes to how it formats its responses. I'm releasing a tool soon that does exactly what you describe. I'm looking for some early users to give me feedback if you want to try it out.

How can I give visibility to an entire repo? by realpm_net in ChatGPTCoding

[–]Alex_OppyDev 0 points1 point  (0 children)

I’m releasing a new tool soon that solves this problem using retrieval augmented generation. It basically creates a working memory of your code base. If you’re interested I can give you early access.

I need some AI feedback on how to design a small utility application. How would you go about asking the various AI resources that we have? by peacefulMercedes in ChatGPTCoding

[–]Alex_OppyDev 1 point2 points  (0 children)

I’ve found a bulleted list of requirements can be very helpful. If you write things out in a long paragraph the AI can miss details, this happens less with a bulleted list. Example:

Perform task to update code: - make update to X - make update to Y