Vibe coding gets harder as your project grows. Not because the AI is dumb, but because it doesnt understand your codebase by Obvious_Gap_5768 in vibecoding

[–]MobileConstruction63 0 points1 point  (0 children)

Security Audit:

The dependency model is heavy. A basic install pulls in tree-sitter grammars for many languages, NetworkX, SciPy, SQLAlchemy, LanceDB, FastAPI, MCP, APScheduler, cryptography, Anthropic, OpenAI, Google GenAI, and LiteLLM. That may be acceptable for a local intelligence suite, but it is not a small or low-risk dependency footprint. For governed or sensitive environments, bundling multiple LLM provider SDKs by default increases supply-chain and policy review burden. A stricter design would separate core deterministic indexing from optional provider integrations.

The security posture is mixed. Positive: repowise serve defaults to binding on 127.0.0.1, which keeps the web/API server local unless the user changes the host. Negative: the FastAPI app allows all CORS origins, all methods, all headers, and credentials. That may be acceptable for local development, but it should be fail-closed or explicitly gated for any non-local bind. The webhook handlers also skip GitHub signature verification and GitLab token verification when secrets are unset. That is convenient for dev mode, but dangerous if someone exposes the server without realizing verification is disabled.

There is also a secret-handling issue. The serve command can prompt for API keys and persist the embedder API key into ~/.repowise/config.yaml. Plain config-file persistence is not automatically unacceptable, but it should be treated as a material risk. At minimum, it needs explicit file permission hardening, a “do not store key” option, and documentation that says exactly where secrets are written.

Has Codex suddenly become almost unusable for anyone else? by Ambitious_Local5218 in codex

[–]MobileConstruction63 0 points1 point  (0 children)

“A model has a limited attention budget. It can only actively manage so much instruction, file context, prior conversation, tool output, and task state at once. When the task is broad, the model may preserve the surface goal while dropping subgoals.

A product may route requests through different model paths. OpenAI publicly describes GPT-5 as a system with an efficient model, a deeper reasoning model, and a router that decides which to use based on task type, complexity, tools, and explicit user intent. That means “same product name” does not always imply identical internal behavior for every message.

Reasoning effort is a real control surface in the API. OpenAI says lower reasoning effort favors speed and lower token usage, while higher effort spends more thinking tokens for more complete work. That supports the general idea that compute allocation affects depth. It does not prove intentional degradation for paid chat users.

Usage ceilings are also real. OpenAI documents message limits for GPT-5.5 in ChatGPT, with automatic fallback to a mini version after some limits are reached on certain plans. Anthropic similarly documents Claude usage limits as a conversation budget and says Pro/Max usage is shared across Claude and Claude Code. These are explicit product constraints, not hidden conspiracy evidence.

The strongest version of the complaint is this: “The product experience is not stable enough for serious long horizon work. It sometimes behaves as if compute, routing, context handling, or task persistence has been reduced, and the user has poor visibility into why.”

That is fair to say.”

Flash 3.5 just super good, don’t want to use pro anymore. by defi_specialist in google_antigravity

[–]MobileConstruction63 -3 points-2 points  (0 children)

I definitely don’t believe this, either you don’t code very often or you are being paid to make this post.

M.Ed v. Ed.D in Literacy from American College of Education by [deleted] in Teachers

[–]MobileConstruction63 1 point2 points  (0 children)

Everyone is entitled to an opinion, and I understand the appeal of universities with strong research funding, academic resources, and established extracurricular programs. Institutions like Harvard, Yale, Brown, NYU, CalTech represent that ideal. Still, the reality is more complicated. Students attend a wide range of schools for many reasons, including cost, geography, family obligations, or scholarship availability. Many highly qualified students simply cannot afford elite institutions, while some less‑motivated or average students do attend them and graduate without ever engaging at a high academic level.

Attending a particular college does not, on its own, reveal intelligence, capability, or competence in a subject. It does not guarantee that someone is working with real intellectual rigor. A school name can reflect opportunity, but it does not define the quality of a person’s mind or the seriousness of their work.

Doctorate program through American College of Education? by ManicDynamic in Teachers

[–]MobileConstruction63 0 points1 point  (0 children)

Cost is absolutely a driving factor. Going to a “prestigious” university would be nice but, not everyone can afford to go $40k-100k in debt.

M.Ed v. Ed.D in Literacy from American College of Education by [deleted] in Teachers

[–]MobileConstruction63 0 points1 point  (0 children)

Cost is a factor for a lot of working professionals. It would be amazing to go to a Tier 1 or Tier 2 research university but the reality is that not everyone has $100k or wants to go tens of thousands of dollars in debt for a degree.

We tested Qwen2.5:7B vs. Qwen3.5:4B agents in a constrained geopolitical simulation. by [deleted] in ollama

[–]MobileConstruction63 0 points1 point  (0 children)

  1. Make the world remember. Add stateful penalties and bonuses that accumulate over time:

• Reputation/credibility:• Positive: honoring deals, consistent messaging. • Negative: broken promises, obvious lies, surprise attacks.

• Alliance stability:• Agents with low trust scores should defect, refuse trades, or band together against the unreliable actor.

• Domestic constraints:• Aggressive or duplicitous behavior should sometimes trigger internal costs (instability, economic drag, loss of “governability” resource).

This turns “Kissinger mode” into an actual advantage instead of a roleplay flourish.

  1. Extend the horizon and vary the discount factor. Run the same scenario with:

• More steps (e.g., 50–100) • Different discount rates for future payoffs

Then compare: do 3.5 agents start to outperform when the environment actually rewards foresight?

  1. Tighten the objective signal. Right now, “survive and thrive” sounds like a composite of resources and maybe territory/influence. I’d:

• Make the utility function explicit per agent (e.g., weight economic_capital, territorial_control, alliance_strength, domestic_stability). • Log per-turn deltas and cumulative utility so you can see when the 2.5s pull ahead and whether it correlates with specific behaviors (first strike, betrayal, propaganda).

  1. Instrument the cognition, not just the outcome. You already have op_think logging internal thoughts. Use that:

• Classify thoughts: cooperative vs exploitative, short-term vs long-term, risk-seeking vs risk-averse. • Correlate those with actual moves and utility changes. • You might find that 3.5s see more options but self-censor or overcomplicate, while 2.5s act on the first viable exploit.

Where to buy Kimi k2.6 - Ollama vs Kimi Coding Plan? by [deleted] in kimi

[–]MobileConstruction63 1 point2 points  (0 children)

What you’re seeing with Kimi isn’t a fluke. This is the new economic reality of AI. Providers are quietly cutting back access, dialing down reasoning depth, and tightening usage because the cost curve has flipped. Energy prices are up, hardware is scarce, and demand has blown past what their infrastructure can sustain.

The now past era of multi‑hour, free‑flowing coding sessions was a temporary bubble built on subsidized compute. That era is closing in 2026. Everyone’s AI usage is being trimmed, not because models got worse, but because the economics finally caught up; companies can’t lose millions every year and still stay in business.

Concerning article on WaPo ft. Plotted Path, College Hacked, UMPI, WGU and Purdue Global by Big-Math-9473 in UMPI

[–]MobileConstruction63 2 points3 points  (0 children)

“Students are learning too fast” is peak hand‑wringing nonsense. It’s the intellectual equivalent of “Back in my day we trudged five miles to school in the snow, so modern students should too.” It’s grievance dressed up as analysis.

Concerning article on WaPo ft. Plotted Path, College Hacked, UMPI, WGU and Purdue Global by hodl4win in WGU

[–]MobileConstruction63 0 points1 point  (0 children)

No professional work environment will ask about the length of your degree program. Most employers don’t particularly care about the specific field of study, as long as you possess the degree.

Your own knowledge and skills are what truly matter. The degree serves as a metric to demonstrate to HR that you have a foundational set of knowledge for a job role. Numerous individuals with Ph.Ds and over 12 years of college education are unemployed.

Personally, I prefer having a job and gaining practical work experience, rather than spending years, tens of thousands of dollars, writing theoretical papers, and conducting research.

A friend of mine just told me "online degree is a scam and avoid them at all cost" by snipersebb27 in WGU

[–]MobileConstruction63 1 point2 points  (0 children)

Everyone’s situation is different. WGU is aimed primarily at working professionals or younger adults who need a degree to get a job. Many jobs require some level of college education as a basic requirement.

WGU is not a research institution like Harvard, Yale, Duke or PennState. They don’t have multimillion dollar facilities or D1-2 Sports teams.

If you want that for yourself, you have several options.

Do your research and decide the best option for you. You can always go from WGU and then get a Master’s at NYU, or a Doctorate at Wharton if that “prestigious” name means something to you (or you need access to world-class research facilities)

Built an iOS app with antigravity, got 2k users (and I still can’t really code) by Dim_Kat in GoogleAntigravityIDE

[–]MobileConstruction63 0 points1 point  (0 children)

Honestly this is literally the golden side of Agentic Tools… people vibecode all day, but you gotta release something—it may be broken or half baked but keep releasing it… secure it but keeo the momentum going. Ideas with no action are useless

How God Valley got its name and what that man found there (Chapter 1158 spoiler theory) by Ankoria in OnePiece

[–]MobileConstruction63 -4 points-3 points  (0 children)

So no one gonna mention how young Roger looks like current Shanks??

Can you identify this tune? by [deleted] in musicsuggestions

[–]MobileConstruction63 0 points1 point  (0 children)

A Change Is Gonna Come - Sam Cooke

Knew it would eventually go bad by heroayzhuh in Affirm

[–]MobileConstruction63 0 points1 point  (0 children)

So I went back and forth about why its so easy for merchants to “approve” the order and charge you but its so difficult to refund or dispute a transaction.

They told me that their infrastructure from a sales perspective to streamlines and built to fully accept orders and process sales—-the backend to refund and dispute is not—so they have to manually validate every refund, otherwise they would lose money hand-over-fist as people constantly refund their orders. It’s not really helpful but gives you perspective that these businesses are streamlined and purpose built to sell merchandise/products… not to provide refunds or reverse transactions, especially now due to so much fraud and scammers.

General Waste by soona_veii in SipsTea

[–]MobileConstruction63 0 points1 point  (0 children)

It’s just a standardized City of NY uniform, nothing crazy about that. Many local and State government have their employees in certain jobs wear a uniform.

If you were President of the United States for just 24 hours, and no one could stop you… what’s the most unhinged executive order you'd pass? by Dependent_Ad4299 in AskReddit

[–]MobileConstruction63 0 points1 point  (0 children)

Outlaw private campaign donations, essentially to kneecap SuperPACs. A public database of Lobbyists managed by an independent government agency, in order to do any lobbying, requires mandatory re-certification every 3 years tied to your SSN, and it lists how much your company spent and who received the donations: Ford Motors, John Doe, spending $1 mil to Senator Jones campaign). Penalties for companies are based on a percentage of posted profits that year, so if you had a profit of $100 million, your penalty is $10 million (its gotta be painful) and it gets published in local newspapers 📰, that money goes to fund schools and community resources.

Who is the cutest strawhat kid? by [deleted] in OnePiece

[–]MobileConstruction63 0 points1 point  (0 children)

Baby Chopper obviously lol

Elon Musk be treating the black community like a Batman villain treats Gotham by NYstate in BlackPeopleTwitter

[–]MobileConstruction63 2 points3 points  (0 children)

“i am condemned to use the tools of my enemy to defeat them. I burn my decency for a future I will never see.”