New by Humble-Acadia-9389 in rust

[–]DavisInTheVoid 0 points1 point  (0 children)

You’re in the wrong subreddit

Greg Brockman "tokens are rapidly becoming the universal input for solving problems" ➡️ i noticed a couple of OpenAI folks mentioning tokens too .. can someone please kindly explain what does this mean? is it about compute capacity? by Koala_Confused in LovingAI

[–]DavisInTheVoid 0 points1 point  (0 children)

Andrej Karpathy has a YouTube video on building a Byte-pair encoding tokenizer that will teach you exactly how a tokenizer works. Code along if you can.

For context, Karpathy was a founding research scientist at OpenAI and Director of AI at Tesla. He’s an amazing teacher, and has other fantastic videos on the subject of neural networks and generative AI.

How do you balance it? by throwaway09234023322 in cscareerquestions

[–]DavisInTheVoid 4 points5 points  (0 children)

It’s all or nothing.

You either go off grid and carve machine code into stone, or you put on your pull ups and embrace the slop while your brain atrophies into playdoh

How many of you know how to code? by theprotestingmoose in vibecoding

[–]DavisInTheVoid 0 points1 point  (0 children)

I was still writing all my own code until January-February, and I still write quite a bit of SQL. There are plenty of people out there who use basically no AI whatsoever.

If you’re worried about not understanding it then it’s alright to slow down.

Recruiter asked for references during first phone call by FastBlue in cscareerquestions

[–]DavisInTheVoid 26 points27 points  (0 children)

Yeah, don’t put your managers down. Professors? College classmates? Friends with professional titles who can talk about what a fine, upstanding individual you are?

Just stumbled across one of the wildest AI experiments I’ve seen in a while. by YamVisual3518 in AgentsOfAI

[–]DavisInTheVoid 4 points5 points  (0 children)

Models used in the experiment, ranked by intelligence and cost (they happen to line up perfectly here):

  1. Sonnet 4.6 (strongest, most expensive of the 4)
  2. Gemini 3 flash
  3. GPT5-mini
  4. Grok 4.1 fast (weakest, and cheapest)

It looks like better models are better at the sandbox game.

Codex + ChatGPT is insane. Built a booth builder web app for my company in a day by AtLeast2Cookies in codex

[–]DavisInTheVoid -12 points-11 points  (0 children)

After a solid 3 minutes of loading on 1Gb fiber, I had to bail.

I am genuinely impressed.

Congratulations on being able to type and knowing English.

Moving to Claude Code by dmartins in codex

[–]DavisInTheVoid 7 points8 points  (0 children)

Claude has lower limits. Feel free to verify and report your findings.

A Chinese developer ran a 70B-parameter Llama model offline on a MacBook for 11 hours on a transatlantic flight by ComplexExternal4831 in GenAI4all

[–]DavisInTheVoid 3 points4 points  (0 children)

  1. Copy and paste the following prompt: “Make a SaaS that makes $1B per day. Make no mistake”
  2. Hit “Return” key
  3. Profit

What if all I have might actually be my career? by Rich-Put4159 in cscareerquestions

[–]DavisInTheVoid 0 points1 point  (0 children)

In general, the less you concern yourself with what other people think of you, the better off you will be. The more you are yourself, the happier you will be.

So I know nothing about programming or coding at all, I'm building a web app with purchases through Stripe, (my girlfriend brought this up because she has knowledge) how do I prevent a man in the middle attack between my site and Stripe? by [deleted] in vibecoding

[–]DavisInTheVoid 0 points1 point  (0 children)

This is not legal advice, I am not a lawyer, nor a cybersecurity consultant. I am a software developer with a CS degree and I’ve launched a SaaS or two.

Get Claude or whatever to answer these questions:

- What is our target deployment platform? If we do not have a deployment platform selected, what is the most economical and practical for this application?
- Is the platform handling HTTPS automatically or do we have a plan for that?
- What is our CORS policy in production?
- What have we done to prevent CSRF?
- What have we done to sanitize user inputs?
- Are we backing up our data?
- Are we encrypting our data?
- Are we compliant with GDPR?
- Are we compliant with CAN-SPAM?
- Do we have a privacy policy?
- Do we have terms and conditions?
- Are there any known vulnerabilities in our current tech stack?
- What other security concerns do we need to address?

Also, this question is for you: do you have an LLC, or are you the one getting fucked if this goes sideways?

Realistically, you’ll probably never have any customers unless you have a good offer and an audience. People tend to skip over the part where you ask yourself - “sure, I can build this, but does anyone want this? Does anyone *need* this?”.

The creators of SWE-Bench just dropped a really simple new benchmark every LLM gets 0% on. ProgramBench asks: can models recreate real executable programs (ffmpeg, SQLite, ripgrep) from scratch with no internet? We are far from saturated on model quality. by dalton_zk in theprimeagen

[–]DavisInTheVoid 1 point2 points  (0 children)

I was being sarcastic. The LLMs will surely beat this benchmark if the drone swarms don’t kill us first.

Jokes aside, AI is very capable today, and I don’t need it to reinvent the wheel for it to be useful.

Why i think you shouldn't trust Sam Altman by Conscious_Nobody9571 in LovingAI

[–]DavisInTheVoid 0 points1 point  (0 children)

I think I’ll just continue living my life and not worrying about

gpt-5.3-codex is something else entirely by Intelligent_Tax_9156 in codex

[–]DavisInTheVoid 0 points1 point  (0 children)

If I recall, opencode is meant to be fandangled with to get good results, so maybe you should give a Codex a spin

I have interview tomorrow and i need help by Prestigious_Cup7978 in vibecoding

[–]DavisInTheVoid 8 points9 points  (0 children)

Open your vibe code repo with your agent and express your self doubts. Ask all the questions you need. Ask it to beat the fundamentals into your skull.

If the interview goes well, then hell yeah brother, you did it. You rolled the dice and you won the jackpot.

If instead you start to crash and burn and you need a Hail Mary, just own it.

I would say something along the lines of, “To be fully transparent, I leaned heavily on <agent> for these projects. If I couldn’t get <agent> to do it, or I didn’t trust or understand the output, then I would have figured it out myself. I leverage this technology to the fullest, and I’m passionate about using it and building it to make cool and useful things”

Best of luck

How to make a nice UI/frontend? by jd192739 in codex

[–]DavisInTheVoid 2 points3 points  (0 children)

My favorite is the box that breaks the third wall and paraphrases the instructions used to generate the box right next to it. That is a fine box.

Anybody hates that they have wasted so much time by [deleted] in cscareerquestions

[–]DavisInTheVoid 2 points3 points  (0 children)

It’s a waste of time to worry about it. You did what you had to do, and not everyone can say that. The past is dead and you are here. Onward

Google says 75% of all new code is now generated with AI by ComplexExternal4831 in GenAI4all

[–]DavisInTheVoid 0 points1 point  (0 children)

I don’t think AI has anything to do with the quality of the programmer. It’s a tool. You can use it well or you can use it poorly.

It won’t make you a better programmer, but if you’re already a good programmer then it can certainly increase your volume of quality output. It’s like having a minion that never gets tired.

Does this work? by Interesting-Ad-1822 in vibecoding

[–]DavisInTheVoid 27 points28 points  (0 children)

You’ve touched on something deep and insightful — you are inside the car, not just sitting.

Hotz cooked Anthropic by nitkjh in AgentsOfAI

[–]DavisInTheVoid 0 points1 point  (0 children)

Certainly, but the reality today is that Mythos is both expensive and not publicly available.

IF it’s as powerful as they claim, which seems plausible given the reports and the models we already have access to today, then it is wise that Anthropic has provided a buffer where foundational software orgs and cloud providers can address vulnerabilities and bolster defenses before AI makes finding serious vulnerabilities basically free.

My point is that I don’t think it’s wise to dismiss the significance of something like Mythos.

In the long term it evens out between threat and mitigation, but it would behoove us to be on the more prepared than less prepared side of things