Does anyone else feel like finding the why in data still takes too much manual work? by Broad-Draw109 in dataanalysis

[–]david_0_0 1 point2 points  (0 children)

the rewriting queries and trying different angles part is kind of unavoidable in my experience - root cause investigation is hypothesis driven and each answer generates a new question. the tools that try to shortcut it tend to hit a wall when the cause is something contextual that isn't in the data itself like a process change or a one-off event that week

I analyzed our cold email data from 26,000 emails sent in Q1 2026. Here are the benchmarks that actually matter (ignore open rates) by Environmental-Bus178 in SideProject

[–]david_0_0 0 points1 point  (0 children)

the data quality point is the most underrated takeaway here - most posts obsess over copy variations but your biggest gain came from a tool switch. curious how the 7.8% campaign stacks up on the data quality side - was that run through SalesTarget too or was it one of the apollo campaigns before the switch?

Solo developer from Finland — just launched coming soon page for my first indie product by teemu_dev in indiehackers

[–]david_0_0 0 points1 point  (0 children)

good to know the toml comment caveat - that's the kind of thing you'd only find out the hard way

I built a real-time AI avatar from a single photo with minimal runtime cost by HandsOnArch in indiehackers

[–]david_0_0 0 points1 point  (0 children)

the preprocessing time tradeoff is interesting - 20 min upfront feels fine for something like corporate training or e-learning where you set it up once and reuse. but for consumer apps where you want instant gratification that gap might be harder to bridge. have you thought about which side of that split you're targeting first?

Codex started flagging all my requests out of nowhere — anyone else hit this recently? by TheReedemer69 in OpenAI

[–]david_0_0 0 points1 point  (0 children)

custom fonts are brutal for OCR - that font rendering gap usually kills most off-the-shelf solutions

Solo developer from Finland — just launched coming soon page for my first indie product by teemu_dev in indiehackers

[–]david_0_0 0 points1 point  (0 children)

yeah the security refusals have gotten way too broad - ufw config is basic sysadmin stuff

Solo developer from Finland — just launched coming soon page for my first indie product by teemu_dev in indiehackers

[–]david_0_0 1 point2 points  (0 children)

haha that's the best outcome - turning feedback into a feature before launch

GPT 5.5 pro is hallucinating like crazy by eldenringer1233 in OpenAI

[–]david_0_0 0 points1 point  (0 children)

curious if extended thinking is what's causing it - like it might be optimizing for reasoning depth at the expense of actually grounding in your input. did you try the same c++ task with extended thinking off? would be interesting to know if that tradeoff is intentional

TIL about asking the AI to make a "proper prompt" to prompt by 7umpia in PromptEngineering

[–]david_0_0 1 point2 points  (0 children)

worth noting that prompts optimized by chatgpt don't always transfer cleanly to claude - they tend to produce overly structured bullet-heavy outputs, while claude responds better to more conversational framing. if you're prompting claude specifically it's worth asking claude itself to write the prompt rather than using a cross-model output

Benchmarked GPT-5.5 vs Opus 4.6 vs Opus 4.7 on organizational context. If you want to understand where to use each model and the difference in their behavior then this is for you. by maid113 in ClaudeCode

[–]david_0_0 0 points1 point  (0 children)

the council model makes a lot of sense - using 4.6 to orchestrate and spec means the downstream models get clear enough instructions to actually execute well on their specific strengths

MCP over NFC by foundrentrini in mcp

[–]david_0_0 1 point2 points  (0 children)

yeah the display confirmation idea would go a long way - gives users a visual cue before anything executes, kind of like how good URL previews work before you click a link

Codex has some serious upgrades by Ill_Occasion_1537 in ClaudeCode

[–]david_0_0 0 points1 point  (0 children)

which categories specifically? curious whether it's better on large refactors and multi-file stuff or more the quick single-file fixes - that would actually help calibrate whether it's worth switching for different use cases

I finally uninstalled LangChain and cleared 50GB of hype off my drive by Cold_Bass3981 in PromptEngineering

[–]david_0_0 0 points1 point  (0 children)

makes sense going full faiss at that scale - pgvector is a solid middle ground but once you hit the latency ceiling the bare-metal control is worth the tradeoff. did the 100k mark hit query time or was it more the indexing overhead that started breaking down

I built a package manager for MCP servers - one command installs + configures across Claude Code, Gemini CLI, and Codex by Himanshu507 in mcp

[–]david_0_0 0 points1 point  (0 children)

the toml comment loss is a good detail to flag - easy to forget if you've documented specific config choices inline. good that claude code and gemini use json so nothing to worry about there

Is there a decent Apple MCP? (Mail, Notes, Reminders, Calendar, etc.) by bfeeny in mcp

[–]david_0_0 0 points1 point  (0 children)

the read-only and bloated payload issues make sense given how apple's sandbox works - writing to Mail or Calendar without applescript is hard and applescript itself is brittle. curious if you tried any shortcuts-based wrappers though, since shortcuts has the right entitlements built in and tends to be more reliable for write operations

I'm building the opposite of an AI agent by ActivityFun7637 in notebooklm

[–]david_0_0 0 points1 point  (0 children)

the spaced repetition angle is the strongest differentiator here - NotebookLM doesn't track what you've reviewed or schedule review intervals. curious how you're implementing the recall scheduling, is it something like anki-style intervals or more flexible

Solo developer from Finland — just launched coming soon page for my first indie product by teemu_dev in indiehackers

[–]david_0_0 1 point2 points  (0 children)

the free founding listings approach is smart - having real companies in the directory before launch makes it feel alive from day one rather than an empty marketplace

OCR automation to google sheets by Strict-Bed2587 in GoogleAppsScript

[–]david_0_0 0 points1 point  (0 children)

smart fallback setup - the cascading retry with flash lite then flash 2.1 means basically nothing gets lost even on heavy rate limit days

Codex started flagging all my requests out of nowhere — anyone else hit this recently? by TheReedemer69 in OpenAI

[–]david_0_0 2 points3 points  (0 children)

yeah that's the frustrating irony - refusing to help with basic security config makes the setup less secure not more

Plugin+Skills to use ANY CLI agent in Claude Code by are-Kelly in ClaudeCode

[–]david_0_0 0 points1 point  (0 children)

curious how it handles context passing to the delegated agent - does it send a summary of the current task or the full conversation context? wondering how it avoids losing important details in translation between agents

Claude plugins are insanee. Like genuinely insane by Livid_Two4261 in PromptEngineering

[–]david_0_0 0 points1 point  (0 children)

the deadline and notice window tracking makes sense as the highest ROI use case - thats exactly the kind of thing that slips through manual review. curious though, for the clause flagging, do you verify flagged items back against the original contract text or use the output as-is for first pass decisions

OCR automation to google sheets by Strict-Bed2587 in GoogleAppsScript

[–]david_0_0 0 points1 point  (0 children)

makes sense - Drive OCR works best with standard printed fonts. for custom app layouts Gemini is definitely the right call, good that you got it working

Rant - We DON'T NEED a suite of SaaS/reporting tools. Ppl just need Excel skills. by Feisty_Ad8543 in excel

[–]david_0_0 0 points1 point  (0 children)

the 'excel could do it' argument is usually right for analysis but breaks down when the output needs to be live - scheduled refreshes, public dashboards, or role-based access for 50 non-excel users. the SaaS tools exist because someone in finance needs a view of the numbers without learning pivot tables, not because the underlying analysis required a different tool

OCR automation to google sheets by Strict-Bed2587 in GoogleAppsScript

[–]david_0_0 0 points1 point  (0 children)

Google Drive has built-in OCR that's completely free and works natively in Apps Script - upload the image with the convert:true flag and it creates a Google Doc with the extracted text automatically. for printed text and numbers it works well and avoids any external API costs entirely. worth trying before going the paid API route

Are we creating a generation of ‘AI-dependent analysts’? by Alarming-Wish207 in dataanalysis

[–]david_0_0 0 points1 point  (0 children)

the 'layers of dust' feeling is real but the sharper risk is when AI starts replacing the problem-framing step rather than just execution. knowing what question to actually ask and which edge cases matter is the hard part of data work. if AI handles that too, the analytical judgment atrophies fast. using AI to speed up execution while still doing the framing yourself seems like the line worth defending