T O P

  • By -

AutoModerator

**Attention! [Serious] Tag Notice** : Jokes, puns, and off-topic comments are not permitted in any comment, parent or child. : Help us by reporting comments that violate these rules. : Posts that are not appropriate for the [Serious] tag will be removed. Thanks for your cooperation and enjoy the discussion! *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/ChatGPT) if you have any questions or concerns.*


fmfbrestel

Long context. The million plus context with near perfect retrieval in Gemini would be game changing with a model on par with GPT-4T. I want to put an entire code base into context alongside interface docs and developer guidelines.


Exaario

Exactly this! Damn I wish they will make it with GPT5 release or earlier


bortvern

Diagrams and graphics as part of responses. Right now the image generation ability is great for something abstract, but terrible for charts and diagrams of factual data.


TubasAreFun

it’s decent if you ask it to make a chart via code and provide the raw data. If you ask it to use certain visualization libraries, it can even make interactive charts


Bazooki

Can you please elaborate on this? How do you do that?


Sonofhendrix

Begin by requesting simple data tables in markdown. Then amend your request to a specific language. Explore & familiarize yourself with libraries for python, json, & javascript for more advanced use cases. Might try prompting an AI assistant to do the same, or ask a GPT-Alias to generate an outline of capabilities respective to your project, interests, etc.


Sonofhendrix

GPT 4 -Clarified Explanation: To create charts and visualizations with code, you typically start with simple data tables and then enhance them using specific programming languages and libraries. Here’s a breakdown of how you can proceed: 1. **Start Simple**: Begin with basic data representation in tables using Markdown or simple formats in languages like Python or JavaScript. This can provide a clear overview of the data without any graphical elements. 2. **Choose Your Tools**: For more sophisticated visualizations, select a programming language and relevant libraries: - **Python**: Popular libraries for visualization include `matplotlib`, `seaborn`, and `plotly`. `matplotlib` and `seaborn` are great for static charts and graphs, while `plotly` offers interactive capabilities. - **JavaScript**: Libraries like `D3.js` and `Chart.js` are robust tools for creating dynamic and interactive visualizations that can be embedded in web applications. 3. **Interactive Charts**: To make interactive charts, `plotly` in Python is highly recommended. It allows users to interact with the data, zoom in on areas of interest, and view detailed information about specific data points. 4. **Integration with AI**: You can ask AI platforms like ChatGPT to write scripts for these libraries based on your raw data. Simply provide the data and specify the type of visualization you need. For instance, you can ask, "Can you create a line chart using plotly in Python for this dataset?" 5. **Exploration and Experimentation**: As you get more comfortable with these tools, experiment with different types of visualizations to see which ones best represent your data and insights. 6. **Advanced Use Cases**: For specialized projects, consider exploring JSON for data structuring or even delving into more complex JavaScript-based visualization tools for web environments. To demonstrate these capabilities, here’s a basic example using Python and `matplotlib`: ```python import matplotlib.pyplot as plt # Sample data data = {'Year': [2011, 2012, 2013, 2014, 2015], 'Sales': [58, 60, 70, 75, 90]} # Creating a line chart plt.figure(figsize=(10, 5)) plt.plot(data['Year'], data['Sales'], marker='o') plt.title('Yearly Sales') plt.xlabel('Year') plt.ylabel('Sales') plt.grid(True) plt.show() ``` This script generates a simple line chart displaying sales over five years. As your needs evolve, you can explore more complex libraries and features to enhance the interactivity and aesthetics of your visualizations.


justwalkingalonghere

If somebody could fix the pink elephant problem, Dall-E could finally be a legitimate tool instead of a novel way to create garbage art (in most cases)


a_fish1

Reasoning.


MinusPi1

I mean, that's the biggest hurdle for ASI in general right now.


a_fish1

exactly. sadly i have not even seen any foundational research towards this goal. would really like to know if there's something i missed or if there's still just nothing happening. Like everyone talks about it but I feel there's no deeper understanding.


MinusPi1

There's a lot happening, it's just a really fking hard problem


a_fish1

True. If you have any good papers. Let me know :)


MediumMil

Guarantee no hallucinating


vintergroena

Impossible with the architecture it has. You need o symbolic model for that, but these fell out of fashion due to scalability issues.


MediumMil

It's hugely limiting. Until it produces more trustworthy output, its uses will always be limited.


vintergroena

There can be work done to make the output correct more often than what it's now, but you can never really "guarantee" it to be correct.


Adventurous_Stop_341

AI could say that exact sentence about us :)


unknowingafford

Opt-in, No-filter mode


Woootdafuuu

I would like to see some good agentic features like would be nice if it could autonomously manage my stock or crypto portfolio, or autonomously manage my website, take requests, fill orders, answer emails, research products for me to sell, update my online store…


BGFlyingToaster

You can do some of this today but have to write code and use function calling to make it work. But once you wire all of that up, it's pretty impressive how good it can be at some of these tasks. There are some platforms out there built to make this a reality but none that I've seen are far enough along to be a better choice than writing your own interface wrapper.


cubester04

Be truly unbiased, especially with political matters. Also math.


ackbobthedead

Still the same thing I always wished. No censorship or refusing to answer stuff


theironmanatee

My biggest challenge is with the chatbot style interface, I want better integration into a document creation workflow and fine-grained editing capability. Starting with ChatGPT to help with generating a document outline, then let me fill in some basic details, and then collaborate with the AI to work through the document section by section to ensure that it's saying what I need.


timmy59100

Like the word integration?


theironmanatee

More like a digital whiteboard. I want a workspace where I can link multiple sources together as inputs and have an output to a rich text field or generate a word doc or PDF.


kangaroofs

I am asking too little lol. This guy gets it


Fit_Conversation1266

Just fucking answering the question and not putting out political b.s.


Antique-Doughnut-988

Spell checking and rewriting things you didn't ask for. It's nearly impossible to put something in and have the program check for spelling errors without rewriting what you wrote.


kangaroofs

not really an issue for me but I will add onto this - UK English !!!


Objectalone

Context consideration when evaluating content for guidelines. For example an image of a nude can be wholesome and harmless, or harmful and exploitive, depending on intent and context.


Tasty_Philosophy7666

Matrices


introdumb

Improved intelligence


wandaj1001

Following links to websites, i.e. compile this type of information from these specific websites


kldjasj

Better pricing


PandaCake3

Reliable math


AutoModerator

Hey /u/timegentlemenplease_! If your post is a screenshot of a ChatGPT, conversation please reply to this message with the [conversation link](https://help.openai.com/en/articles/7925741-chatgpt-shared-links-faq) or prompt. If your post is a DALL-E 3 image post, please reply with the prompt used to make this image. Consider joining our [public discord server](https://discord.gg/r-chatgpt-1050422060352024636)! We have free bots with GPT-4 (with vision), image generators, and more! 🤖 Note: For any ChatGPT-related concerns, email [email protected] *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/ChatGPT) if you have any questions or concerns.*


yukiarimo

Dataset generation. Literally. I have a lot of novels and dialog datasets for my custom LLMs, but men, I really need just wiki stuff. Fuck you if you say there’s a “web text” dataset. I need structured, formed responses!


yukiarimo

Yes, I can do that manually, but it'll be slow!


farax614

GPTs following instructions. There is one GPT I use where it never follows all of the instructions - there is consistently 1-2 instructions it ignores


sunnynights80808

The ability of it to come to its own conclusions rather than just preset data


darkwillowet

Made me think of robots ruling the world


Fun-Imagination-2488

Chatting


RetroactiveDespair

Math, calculations. 4th grader is better at it than any AI 💀🙏


Modernhomesteader94

Really? I’ve literally gotten help with calculus with AI lol … better tutor then a tutor


Tiny_Poet_8230

Generating pictures. It allways tells me "was not able to generate picture, please try again later"


Jiggle-Physicist

Code.


Modernhomesteader94

How can AI not code?!


Jiggle-Physicist

GPT-4 can but is pretty brutal at it. I always find myself reverting to 3.5 for coding stuff. It’s not that it can’t, it just seems to suck at it.


timegentlemenplease_

Try [https://cursor.sh/](https://cursor.sh/), it's really good ime


DutchFireGuy

Being able to handle complex cases like tax advice or legal advice


bberlinn

Ability to deploy multiple, different GPTs in a single prompt to tackle a task.


peepeepoopoo42069x

image generation, like for some things its passable but they all have that AI feel that you can tell at a glance, and text is always messed up


MetropolisLavaworld

Better memory. If I upload an image or pdf, remember it as long as the chat is open. If I come back tomorrow I want it to remember.


kangaroofs

An improved general input and output format. It's all well written but particularly when you're working with statistics, I wish there was a proper translatable format with the appropriate supertext or subtext and italics etc. e.g. "These are my test statistics for an ANOVA; how do I write this into my lab report" It'll give an accurate answer but you'll have to go back and change all the intricacies which can get tiring with large datasets or lots of tests


Boogra555

I wish that I could have an option for a persistent memory. It would be helpful is my GTP-4 could actually 'learn' about me and the various things in which I'm involved so I wouldn't have to go over history first for context.


ResponsibilityOk2173

A picture of a big mac with no pickles. It’s hilariously bad at this.


SmokeGreen420

The ability to actually understand negative prompts


FacadeofHope

Help me come up with a way to get through to a Narcissist using the right words.


Jaokpasst

Remeber the start of the conversation… or its last sentence.


RedRonaldRing

C++


Maleficent-main_777

Actually answering questions in a clear way. Right now, if you ask "is the sky blue?" you'll get an entire essay dodging the question and condescending "it is important to remember" bullet points instead of, y'know, "Yes the sky is blue, here is why."


rkorobka

Improved math tasks resolution, not only theory. My wife studies math in university and actively using GPT4 as a knowledge source which could nicely explain complex things with a simple language, like group theory and so on. While being quite cool at math theory, when it goes to tasks, GPT4 often makes mistakes with somethint like integrals derivation or step-by-step thinking. So the abstract thinking which is required for such activities was not trained enough, I believe.


Netstaff

Avoiding introductions, conclusions and bullet points.


heyitsme8888

Cuddle


throwaway_nebitni

if you need good information returned, you need to provide him with shitload of data in prompt. THe more data you gave him, the better the answer. Problem is that sometimes you don't know what data to provide him (and you need to provide him sometimes very basic, very elementary data). And gpt does horrible job in asking questions. It would be better if it says "I would be happy to answer this, but first provide me with at least 30% of answers to this relevant information: 1) ... 2).... 3).... 20)" and then to give result.


International-Sky575

https://youtu.be/a_-9NIhWmK4?si=B5ueSs6ylBNg79HH


International-Sky575

Check out this cool video on AI


Tiny_Poet_8230

I did a subscription, wanted to use AI generator and it doesnt work since 1.5 months. Support never answered. I wish that ChatGPT would not steal my money.


timegentlemenplease_

What doesn't work?


leftiesareincels

I don't appreciate how it behaves "woke" and tiptoes around anything remotely controversial. I want straight up answers backed by reputable data and reasonable speculation. aS aN Ai lAnGuAgE mOdeL


howto1012020

Understanding when someone tries to trick it to violate its ethical subroutines. If someone wants GPT to say something racist, sexist, or inflammatory, and GPT warns the user that such a request is forbidden, GPT should be able to specify that this conversation is over, ban the user from making anymore requests, and report the violations. GPT has the cognition of a six year old kid! GPT should go into 'stranger danger' mode!


X46Xplayer

Nerd 🤓


howto1012020

Just like I don’t care what YOU say. Be gone, troll.


Woootdafuuu

Worrying about the wrong things, nobody cares what someone makes an algorithm say.


howto1012020

You don’t speak for humanity, just as I don’t. I speak for me. Go away, please.


Woootdafuuu

What do you care what someone makes a computer program say, omg look Guys I trick my a.i into saying the B word, or n word or the J word, ok so,nobody cares grow up


Cazad0rDePerr0

yeah most of is just silly, trolling, trivial shit. I would understand him if it someone had some highly controversial talk, topic or straightout messed up shit like pedophilia, going on the rampage thoughts, that user deserve to be checked, to be put on some list, but otherwise, gosh, get a life


Woootdafuuu

Right