Hacker News new | past | comments | ask | show | jobs | submit login

Glad I managed to get some work done with it while it was working for a few hours.

Holy smokes the code interpreter functionality has been a complete game changer for my workflow.




I have a tampermonkey script that downloads any files that the prompt returns... a python script locally to watch for file changes and extract the contents to the projects working directory and it can work both ways, if I edit my prompts.txt local file, it passes that data to openai’s currently opened chat and renames the file and creates a new empty prompt.txt


I made a CLI tool called Promptr that takes care of this for you if you're interested: https://github.com/ferrislucas/promptr

You just prompt it directly or with a file, and it applies the changes to your file system. There's also a templating system that allows you to reference other files from your prompt file if you want to have a shared prompt file that contains project conventions etc.


Seems very interesting abd smart trick.

Would you mind sharing the script with us?


How are you integrating it in to your work flow?


Also curious how you use it! Maybe it's something I can add to robocoder.app


The vscode extension builds are including your full source code and node_modules directory which makes it 21 mb. You can reduce the size (and potentially keep your code less easily reversable) by excluding those from the final package


Seems like a cool thing, I'm definitely interested as my work provides us with an API key to use. However I can't find anywhere that lists all the functionality offered. Maybe I'm missing something? It might be premature to launch the app before listing what it does.


rad! this is more like a beta i'm sending to friends but all really good points! feel free to hardcode the response from `/validate-license-key` :)


You can also use the ifdef-loader module to have code that is conditionally included in the output build, allowing you to have debug code not make it into prod builds. The `rc-dev-` license keys being a good example of that.


How do you have it set up? I'm overwhelmed by the options


What’s that do? Help with debugging? (IANAP)


Like the rest of the replies here, I'm also interested in knowing how this works


Do you think the next step may be that it actually replaces you as a programmer?


It can... fortunately I’m a principle @ my firm... the engineers I would have needed to hire might have been preemptively replaced.

My use case is a bunch of adhoc data analysis.


This is kind of interesting because the primary point of having eng/DS for data analysis in my mind is them being domain experts on the data. If you can perform adhoc analysis without any further domain knowledge, how much value would those hires have brought even disregarding ChatGPT?


If junior engineers are replaced by AI, who will be the Principles @ your firm in 20 years?


In 2003, the best AI could do was the MS Word grammar check giving unnecessary false positives about sentence fragments and Clippy asking if you wanted help writing $template[n]. 20 years from now, I would not be surprised if the job title "programmer" (etc.) goes the same way as the job title "computer".


ChatGPT-24, of course.


As a data scientist, I’m happy that most data continues to be so terribly formatted and inconsistent as to break and confuse AI. But for how long that’s true, who knows!


I would've said that understanding and fixing the data would be one of the best usecases for the AI.


Unfortunately, there are still many ways to “fix” things that have a lot of trade-offs or downstream consequences for analysis. For most basic cleaning tasks, LLMs are also still way too slow.


So basically, you are happy to use AI because it benefits you and you are also happy training it to replace other people since you will not be the one replaced.


We don't have to be happy about it, but we can't stop this new technology any more than we could stop the invention of the steam engine or the printing press. Technology always displaces jobs; that's largely the point of inventing it. By reducing the human labour required to produce something, it allows us to produce more using fewer resources and frees up the labour to go work on something else. This is why we went from 96% of people needing to work in agriculture to 4%.

I might lose my job over this at some point in the future, so yeah, I'm worried about my personal well-being. But you can't put the genie back in the bottle and avoiding use of ChatGPT today isn't going to help.


I disagree. Not using ChatGPT can be the start of a coalition of people that do not use it. I already have two principles: (1) to not use generative AI, LLMs and other AI tooks, and (2) to give preference to people and businesses who do the same. It's simple. If I find that websites use ChatGPT to help generate their content, I stop visiting and supporting them. If I find businesses using AI, I stop supporting them. I already got one other self-sustaining business to at least pubicly declare not to use generative AI and in my personal business, I do so as well.

If such a coalition grows large enough, then AI tools can be extinguished or at least made sufficiently prohibitively expensive so that they are strangled.


> If such a coalition grows large enough

It won't. People have never defeated a useful new technology that destroys jobs. People widely like using these tools. You'd need to ban their use worldwide. If the US bans AI, China and other countries will become dominant in AI. Assuming AI continues to improve, there's an extreme advantage for any country that has it.


Are you new to businesses?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: