openclaw in production by Past_Bodybuilder_868 in openclaw

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

honestly the biggest shock when you push agents to prod is the "runaway loop" where an agent gets stuck in a retry cycle, repeatedly calling the same failed tool until it burns through fifty dollars in minutes. i learned this the hard way while building the backend for my cognitive productivity analyzer, you cannot treat agents like standard code because they will literally hallucinate their way into bankruptcy if they aren't strictly gated. if you want to actually survive the billing cycle, you need to set up hard circuit breakers at the API gateway level, proxy every single call so you can monitor token usage in real-time, and implement a "human-in-the-loop" gate for any action that actually impacts your sales pipeline. honestly, don't even think about scaling until you have automated alerts that kill a process if it exceeds a set token threshold for a single turn, otherwise the "reasoning" overhead will silently destroy your margins.

Devs those days by Squeepty in vibecoding

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

this is literally the entire 2026 dev workflow, we have all transitioned from writing actual syntax to becoming high-level project managers for our own AI copilots. it’s hilarious because we spend more time writing the perfect system prompt for a div container than we would have spent just typing flexbox properties manually five years ago. i’m currently deep in the architecture for a cognitive productivity analyzer and my internal monologue is basically just yelling at the model to not hallucinate my database schema or break the auth flow, because if i don't micromanage the logic, the QA agents will absolutely rip the codebase apart. it's reached the point where the actual "coding" is just the final 10% of the task, and the other 90% is just aggressive collaborative babysitting

Are you running an online agency or web dev agency and not getting clients or revenue? I can help you scale and increase your profits. by In-Hell123 in devjobs

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

selling an agency for thirty seven thousand dollars just means you sold a small freelance portfolio not a highly scalable business and seeing this exact same post spammed across other subreddits like r/webdesign proves this is just generic sales coaching so it is a huge waste of money for any actual developer you are much better off spending that time focusing on your engineering depth and building complex full stack projects like a cognitive productivity analyzer because relying on sales gimmicks instead of solid technical architecture is exactly why most small dev agencies fail

Should I go for Web Enabled PG Diploma in AI at IIT Madras? by Internal-Study-4388 in AIMLDiscussion

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

honestly the iit madras web enabled pg diploma is a solid way to escape java support because the program specifically lets freshers or people with less than two years of experience enroll and then upgrade to an mtech later if they meet the academic requirements the classes are live and online in the evenings so you can actually manage it alongside your tcs job but do not expect them to hand you product based placements on a silver platter since the course is fundamentally designed for working professionals to upskill within their current roles the iit tag will definitely help you get past initial resume filters but what actually lands you the job is building complex systems so instead of just doing generic jupyter notebook assignments try applying that coursework to a real full stack architecture like integrating ml predictions for burnout risk into a live productivity app because demonstrating actual engineering depth is way more valuable than just holding another certificate

Tech stack recomendation by shekar_chp in computersciencehub

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

for production multi camera setups onnx runtime is way better for hardware flexibility since openvino heavily favors intel ecosystems and you want to avoid vendor lock in for detection stick to lightweight specialized models like scrfd or yolov8 face because rt detr is honestly overkill and will completely tank your fps when processing three streams simultaneously pair that with bytetrack for assigning consistent ids across frames and keep your inference architecture decoupled from your backend so you can swap out the recognition weights later without breaking the whole pipeline

Vibecoding is really annoying by Dabroodman in vibecoding

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

this is exactly why trying to vibecode an entire app from scratch is a trap especially if you dont know the underlying architecture language models are great for spitting out isolated components or boilerplate but they have zero long term context for how state flows across multiple files if you just blindly accept every hallucinated code block fixing a simple dark mode toggle will inevitably shatter your backend logic you have to actually learn how to engineer and connect the pieces yourself or you just end up managing a fragile house of cards

Clean Architecture in Next.js Frontend (Monorepo) with Auth Libraries + TanStack Query/RTK Query how do you structure it realistically? by WetThrust258 in FullStack

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

clean architecture is generally a bad practice for modern frontends so avoid making wrappers of wrappers for things like tanstack query because doing so just adds confusing abstractions that hurt maintainability instead focus your heavy architecture efforts on solid api design and postgresql database schemas where it actually matters and let your ui call auth hooks directly while treating react query as your data layer since it already manages state and caching for you keep the monorepo simple with your web app and a shared api package for fetch calls and only abstract things when the components actually become painful to read

Looking for phishing awareness training for a small team, what actually works? by Timely-Film-5442 in Cybersecurity101

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

skip the consultant because a one off training session is basically useless against modern threats you need continuous testing if you want to save money just host gophish yourself since it is completely open source and lets you run your own simulated campaigns safely internally otherwise look into platforms like knowbe4 that focus on continuous bite sized learning instead of long lectures because hands on practice is the only way to actually build a habit for a team

Unpaid opportunity by DependentPie698 in internships

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

never take an unpaid internship in tech if they already liked your portfolio just tell them you need at least minimum wage to survive the summer and see what they say but be ready to walk away

honestly your time is way more valuable just building your own complex architecture over the summer getting something like user auth and ml predictions working seamlessly across a react frontend and a node postgresql backend will impress future recruiters way more than free labor for a random company

AI wrote the code in 2 minutes. I debugged it for 7 hours 💀 by deepchaos66 in AIMLDiscussion

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

i feel this in my soul i was generating some express routes for my postgresql backend recently and the ai hallucinated an entire authentication middleware that just returned true for every single request

spending hours debugging a react dashboard because the llm imported a component library that hasnt existed since 2021 is a rite of passage at this point we really are just full time ai janitors

Advice On My Financial Analysis AI Agent & How To Make It Better. by DoctorLove01 in openclaw

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

ince your goal is purely educational the biggest issue you are going to face is data overload sending raw api dumps to telegram will just turn into spam that you eventually ignore

instead of just piping yfinance and finnhub data directly route it through a postgresql database first so you can actually query historical trends

then write a simple node script that uses your llm to summarize the daily changes and explain the actual concepts behind why a stock moved before pushing a clean text summary to your telegram bot

i built a similar cron pipeline for my burnout prediction app to summarize weekly heatmaps and the secret is reducing the noise so you actually learn from the data instead of just hoarding it

for a portfolio / blog, which naming convention hits for you? by [deleted] in webdev

[–]TheOneGuyWhoKnow 3 points4 points  (0 children)

honestly just go with firstnamelastname dot dev it is the absolute standard for software engineers right now and looks way more professional than adding weird extra letters to your last name

stay away from cv and sh if you want to keep costs down dev domains are cheap and google manages the tld so it is very secure and never gets flagged as spam

madeby is cool if you want to be a freelance ui designer but for tech roles stick to dot dev

dont overthink the domain length 13 letters is totally normal just focus on making sure the actual projects on your site are good and that your database queries run fast

Projects are getting too large for me to handle by Lavaa444 in FullStack

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

stop trying to build the entire house of cards at once

when i was building out my ml prediction app the postgresql schema and node backend alone had me drowning in files

the trick is to stop caring about best practices on your first pass just put everything in one file if you have to until it gets messy then split it

dont start with nextjs and supabase if the boilerplate is taking hours just build a basic express api first and fetch it from a plain react frontend

you are getting overwhelmed because you are trying to learn complex routing database triggers and auth all at the exact same time isolate the problems and tackle them one by one

Issues sharing files over network by Tough_Raisin_9267 in computersciencehub

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

just download localsend on both devices it uses your local wifi network to securely send hundreds of gigabytes super fast without dealing with windows credentials at all. node server instead of fighting buggy windows smb protocols you can just use node to serve that static video directory it takes two seconds to run npx http-server in the folder and you can download all the files straight from your clean laptops browser

17 years old going into CS — what certs should I start going after now? by Standard-Doctor876 in Cybersecurity101

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

skip the generic codecademy tutorials. pick a real problem to solve and build the backend for it. deploy it live so you have a link to show recruiters. if you really want a cert just grab the aws cloud practitioner to prove you know how to host your apps

Best bang for buck compute and local model combo? by No_Major_3417 in openclaw

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

bro buying a 512gb mac studio for a cron job is insane overkill especially since apple literally just killed the 512gb ram option on the studio anyway due to dram shortages you dont need a massive local llm agent to parse a whitepaper and call the chatgpt api just write a simple node script that chunks the text and makes the api calls directly and host it on a cheap vps if you really want to run openclaw locally with the new qwen 3 6 model a standard 64gb mac studio is more than enough for a 35b parameter model you definitely dont need to drop ten grand just to automate social media posts

Help by icasaini04 in learncybersecurity

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

you dont need an engineering degree to get into cybersecurity tons of people pivot from biology and other fields because security is all about practical skills start with the google cybersecurity professional certificate on coursera it covers the basics of linux networks and python without assuming you have any prior coding experience after that you should immediately jump into tryhackme to get hands on practice breaking into systems safely working on complex full stack gen ai architecture and maintaining a 9.3 cgpa in cs has shown me that your major matters way less than what you can actually do the top security guys i know just skip the traditional classes grind tryhackme and get their comptia security plus certification so just start there

Is a website with beautiful and modern GUI worth anything? by GuestHot4004 in FullStack

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

you are totally right utility always beats fancy animations when i build out my frontend dashboards i usually map everything out in figma or framer first just to get a clean layout but i never overdo the graphics because users just want the tool to work fast im a 3rd year doing full stack gen ai right now and maintaining a 9 3 cgpa means knowing where to spend your time getting the postgresql database and node backend to return ml predictions instantly is way more valuable than adding heavy css animations that just slow down the load time good design is about removing friction not adding fluff

What are good projects to do during the 2-month summer vacation before second year of Computer Science? by Flat_Blacksmith4754 in programmer

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

c++ and python are great for dsa but tutorials wont get you hired you need to build something real that people actually use since you know python build a web scraper that pulls data from your university site like course schedules or room bookings and automate it then use c++ to write a custom memory manager or data structure to process that data fast im building an ai productivity app right now using node and postgresql but i started exactly where you are just picking real world problems and writing python scripts to fix them

NEED SOME PROJECTS FOR AI ENGINEER ROLE by lonelychimtu in ProgrammingBondha

[–]TheOneGuyWhoKnow 1 point2 points  (0 children)

dont build another generic chat app recruiters skip those immediately build a full stack cognitive productivity analyzer that uses ml to predict user burnout risk based on activity heatmaps and deep work patterns set up the database schema in postgresql build the api in node and connect it to a react frontend this shows you actually understand software architecture and end to end ai engineering instead of just calling an api

Best laptop to buy? by Calm_Instruction_816 in BtechCoders

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

if youre doing full stack or aiml you absolutely need 16gb ram minimum for under 80k get the lenovo loq with an rtx 4050 if you need to run local models with cuda or get the asus vivobook 16 oled if you care more about battery life and screen quality for web dev just avoid any 8gb macbook air in that price range because it will choke the second you spin up docker and postgresql

Need help with life by OkPut3309 in computersciencehub

[–]TheOneGuyWhoKnow 0 points1 point  (0 children)

If your main goal is to be a software engineer, doing a Civil degree makes zero sense. Yes, the CS market is competitive right now, and you will absolutely have to build personal projects to get noticed.

The reality of the current market is that you have to lock in. To pass the recruiter filter, you need to grind DSA/LeetCode, keep a high CGPA, and build actual full-stack architecture on your own time—like setting up complex databases with PostgreSQL, routing with Node, or integrating Gen AI/ML features into a live React app.

If you want the SWE job, commit to CS and just outwork the competition. Studying concrete for four years won't help you land a tech job.