frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

IBM warns AI boom is squeezing software budgets; shares sink in sector rout

https://finance.yahoo.com/markets/stocks/articles/ibm-expects-second-quarter-revenue-111029599.html
1•wslh•37s ago•0 comments

Dupes (product clones) took over the world

https://www.vox.com/podcasts/493930/dupe-culture-fender-ugg-quince-tiktok-amazon-online-shopping
2•gumby•1m ago•0 comments

Show HN: Skills as a Service via MCP –> Coding Agent Skill Library

https://github.com/mmccalla/coding-agent-skill-library
1•get-analyst-01•3m ago•0 comments

Linux Transparent Proxy Internals

https://allhailthetopology.substack.com/p/linux-transparent-proxy-internals
1•ldelossa•3m ago•1 comments

Google probed by Swiss regulator over Android default search feature

https://www.reuters.com/legal/litigation/google-probed-by-swiss-regulator-over-android-default-se...
1•1vuio0pswjnm7•4m ago•0 comments

Why design matters for a web framework: a 7-year evolution

https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
2•matijash•5m ago•0 comments

Show HN: Megaphone – On-device macOS dictation built on Apple's SpeechAnalyzer

https://github.com/Kuberwastaken/megaphone
1•kuberwastaken•5m ago•0 comments

Show HN: Orbital PAI a personal AI assistant

https://github.com/Dream-Mosaic/orbital-pai
1•kalcode•5m ago•0 comments

K (1993)

https://web.archive.org/web/20160330020952/http://archive.vector.org.uk/art10010830
1•tosh•5m ago•0 comments

IBM warns AI boom is squeezing software budgets; shares sink in sector rout

https://www.reuters.com/business/ibm-expects-second-quarter-revenue-below-estimates-2026-07-14/
3•lilerjee•7m ago•0 comments

The Reverse Information Paradox

https://snscratchpad.com/posts/reverse-information-paradox/
2•jack1689•7m ago•1 comments

Many US cities will see record overnight temperatures

https://apnews.com/article/heat-dome-record-temperatures-fb7664f71743f71beca4ce7447562ca2
2•geox•9m ago•1 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
9•plicerin•9m ago•0 comments

WhatsApp forensics in 2026 and what survives end-to-end encryption

https://andreafortuna.org/2026/07/14/whatsapp-forensics-2026/
2•iamnothere•10m ago•0 comments

Turned the Pitch into a Market

https://twitter.com/MuratLite/status/2077038661724672306
2•Jellyd•10m ago•1 comments

Show HN: Pulsys – Pull-through cache for Hugging Face built with io_uring

https://github.com/pulsys-io/pulsys
2•poshmosh•12m ago•1 comments

Questions for the Center-Left

https://www.natesilver.net/p/12-questions-for-the-center-left
2•7777777phil•12m ago•0 comments

Reconstructing Pelé's lost goal [video]

https://www.youtube.com/watch?v=R-Yqes8AotY
2•simonpure•12m ago•0 comments

8086 CPU, chipset, 640 KB RAM, floppy, keyboard and VGA screen in one CSS file

https://css-dos.ahmedamer.co.uk
2•zdw•13m ago•0 comments

Intention Is All You Need

https://sbloz.com/intention-is-all-you-need/
2•sbloz•13m ago•0 comments

Show HN: Sol – a validated computational artifact for human-agent handoffs

https://github.com/LopezNuance/Sol
2•jamweba•13m ago•0 comments

Panasonic's PV-460 Camcorder Stabilized Shaky Videos

https://spectrum.ieee.org/panasonic-camcorder-ieee-milstone
2•Brajeshwar•13m ago•0 comments

I'm a USB-C Maximalist

https://shkspr.mobi/blog/2026/07/im-a-usb-c-maximalist/
2•speckx•14m ago•0 comments

Competition Is for Losers

https://www.wsj.com/articles/peter-thiel-competition-is-for-losers-1410535536
2•ronfriedhaber•15m ago•0 comments

Trust is not Governance: an essay from inside Google DeepMind

https://www.blackhc.net/essays/trust_is_not_governance/
2•nervai•16m ago•0 comments

Show HN: Open-source]IntentGuard: Catch PRs that pass tests but miss the ticket

https://github.com/derrickchiang1024/intentguard
2•CHIA_CHIANG•16m ago•0 comments

Are we offloading too much of our thinking to AI?

https://www.artfish.ai/p/offloading-thinking-to-ai
5•yenniejun111•16m ago•0 comments

Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning

https://arxiv.org/abs/2607.07508
2•gmays•17m ago•0 comments

The First Photonic Reasoning Processor

https://www.akhetonics.com/
3•binyu•18m ago•0 comments

Why Did IBM Stock Crash 25% Today?

https://www.disruptionbanking.com/2026/07/14/why-did-ibm-stock-crash-25-today/
4•emsidisii•20m ago•1 comments