#CodingAssistant

Softsasisoftsasi
2025-05-18

**Option 1 (Shorter):**

🤯 OpenAI's Codex is now in ChatGPT! Write, debug, & understand code with AI. Revolutionize your workflow! šŸš€ SoftSasi can help you integrate AI into your projects.šŸ’»

**Option 2 (Slightly Longer):**

Code faster with OpenAI's Codex, integrated into ChatGPT! šŸ¤– Generate, debug, & learn. How can SoftSasi help you leverage AI for software development? Visit www.softsasi.com! šŸ’”

AI-powered coding assistants are evolving fast—but developers still hold the keys to innovation.

šŸ”‘ Rather than replacing engineers, AI is enhancing productivity, automating the mundane and freeing teams to focus on higher-value work.

Read more: ter.li/h1cl6z

#Tech #AI #CodingAssistant

Harald KlinkeHxxxKxxx@det.social
2025-03-29

TOOL: The R package ā€˜chores’ offers a suite of ergonomic large language model assistants designed to expedite repetitive, hard-to-automate tasks. By integrating seamlessly with RStudio and Positron, it enables users to select code and invoke specific helpers via customizable keyboard shortcuts.
Is this the next step in AI-assisted programming within R?
#RStats #AI #CodingAssistant
cran.r-project.org/web/package

Harald KlinkeHxxxKxxx@det.social
2025-03-29

TOOL: The R package ā€˜gander’ offers a high-performance, seamless chat interface for data scientists using RStudio and Positron. It integrates ā€˜Copilot’-like completions that interact directly with objects in your R environment, enhancing coding efficiency. Is this the next step in AI-assisted programming within R?
#RStats #AI #CodingAssistant
cran.r-project.org/web/package

Bhavani Shankar šŸ’­bshankar@fe.disroot.org
2025-02-24
@ramin_hal9001 @harpaa01 @collin I occasionally challenge coding assistants for fun.

They can make small changes to the code they've already seen and adapt it to the prompts. But not more. I tried a simple question about combining two library APIs. These libraries are publicly documented in docs.rs but still none of the #llms could do it. They kept spitting out some misleading code.

A human would read the docs and figure it out in minutes. AGI my foot.

#ai #agi #chatgpt #codingassistant
2024-12-19

Great News For Developers! Code Faster With FREE GitHub Copilot!! #Copilot #Github #AI #Programming #CodingAssistant
ostechnix.com/free-github-copi

While coding assistants are being widely adopted, usage beyond coding is still not very common.

Watch Mike Mason, our Chief AI Officer, show how Haiven helps teams experiment with GenAI as a knowledge amplifier across the full software delivery lifecycle: cio.com/video/2114740/thoughtw

#GenAI #AI #Tech #Technology #SoftwareDelivery #CodingAssistant

doctorambientdoctorambient
2024-03-28

I was very amused to learn that the "Devin" AI assistant for software engineering uses **print statements** to debug things. (At least in one example.)

Even LLM's won't use super high-powered debugging tools when a print statement is at hand!

That may be the most human thing I've ever seen in LLM do.

2024-02-29

#GitHub #Copilot Enterprise and a new set of #StarCoder2 #LLMs released this week will add to an expanding array of #genAI #codingassistant tools but experts urge caution as enterprises look to adopt them. techtarget.com/searchsoftwareq

Lennard van Otterloolennardvanotterloo
2024-01-28

@pjk I see code assistance as one of the few serious areas where LLMs could add value.

What is the competitive space like specifically for code assistants?

Are there ones not based in ChatGPT? Are there ones based in Europe? Based on MistralAI perhaps?

If there is enough competition OpenAI might not be able to pull such a stunt off.

2024-01-28

I had an unsettling experience a few days back where I was booping along, writing some code, asking ChatGPT 4.0 some questions, when I got the follow message: ā€œYou’ve reached the current usage cap for GPT-4, please try again after 4:15 pm.ā€ I clicked on the ā€œLearn Moreā€ link and basically got a message saying ā€œwe actually can’t afford to give you unlimited access to ChatGPT 4.0 at the price you are paying for your membership ($20/mo), would you like to pay more???ā€

It dawned on me that OpenAI is trying to speedrun enshitification. The classic enshitification model is as follows: 1) hook users on your product to the point that it is a utility they cannot live without, 2) slowly choke off features and raise prices because they are captured, 3) profit. I say it’s a speedrun because OpenAI hasn’t quite accomplished (1) and (2). I am not hooked on its product, and it is not slowly choking off features and raising prices– rather, it appears set to do that right away.

While I like having a coding assistant, I do not want to depend on an outside service charging a subscription to provide me with one, so I immediately cancelled my subscription. Bye, bitch.

But then I got to thinking: people are running LLMs locally now. Why not try that? So I procured an Nvidia RTX 3060 with 12gb of VRAM (from what I understand, the entry-level hardware you need to run AI-type stuff) and plopped it into my Ubuntu machine running on a Ryzen 5 5600 and 48gb of RAM. I figured from poking around on Reddit that running an LLM locally was doable but eccentric and would take some fiddling.

Reader, it did not.

I installed Ollama and had codellama running locally within minutes.

It was honestly a little shocking. It was very fast, and with Ollama, I was able to try out a number of different models. There are a few clear downsides. First, I don’t think these ā€œquantizedā€ (I think??) local models are as good as ChatGPT 3.5, which makes sense because they are quite a bit smaller and running on weaker hardware. There have been a couple of moments where the model just obviously misunderstands my query.

But codellama gave me a pretty useful critique of this section of code:

… which is really what I need from a coding assistant at this point. I later asked it to add some basic error handling for my ā€œwithā€ statement and it did a good job. I will also be doing more research on context managers to see how I can add one.

Another downside is that the console is not a great UI, so I’m hoping I can find a solution for that. The open-source, locally-run LLM scene is heaving with activity right now, and I’ve seen a number of people indicate they are working on a GUI for Ollama, so I’m sure we’ll have one soon.

Anyway, this experience has taught me that an important thing to watch now is that anyone can run an LLM locally on a newer Mac or by spending a few hundred bucks on a GPU. While OpenAI and Google brawl over the future of AI, in the present, you can use Llama 2.0 or Mistral now, tuned in any number of ways, to do basically anything you want. Coding assistant? Short story generator? Fake therapist? AI girlfriend? Malware? Revenge porn??? The activity around open-source LLMs is chaotic and fascinating and I think it will be the main AI story of 2024. As more and more normies get access to this technology with guardrails removed, things are going to get spicy.

https://www.peterkrupa.lol/2024/01/28/moving-on-from-chatgpt/

#ChatGPT #CodeLlama #codingAssistant #Llama20 #LLMs #LocalLLMs #OpenAI #Python

News Peak Pressnppnews
2023-09-28

GitHub Copilot Chat, the AI-powered coding assistant, has revolutionized programming by providing code suggestions, UI modifications, bug fixes, and more. In just 20-30 minutes, programmers can complete tasks that used to take hours. Validate code quality before deployment for optimum results.

t.co/hD7VEgabyT



2023-07-20

Key quip: "Basically, you have to get out of the zone and go to #Google and start searching things, and then you're exposed to all kinds of distractions. You go on #Reddit to look something up, and then you end up looking at cats." -@kontsevoy

@kymidd and @robz also weigh in on the qualms that remain for devs with #generativeAI and #chatbots.

techtarget.com/searchsoftwareq

#GPT #GitHub #Copilot #AI #codingassistant #devx #softwaredevelopment #softwareengineering #developertools

Andrew Wigglesworthecadre
2023-04-27

@fosslife Are you not aware that if you use Codeium, it installs a proprietary binary blob on your computer.

Codeium is not free software. You should not be promoting it.

2023-04-27
rainbow-colored sphere made of binary code with a rainbow-colored grid background

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst