frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo 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

Is X Down?

1•avnsv•1m ago•0 comments

Building apps after a 9-to-5 without burning out

https://bacist.com/avoid-burnout/
1•baCist•3m ago•0 comments

Polymarket affiliates are spreading misinformation on X

https://www.cjr.org/tow_center/polymarket-affiliates-are-spreading-misinformation-on-x.php
1•giuliomagnifico•3m ago•0 comments

Show HN: I built a free alternative to Screen Studio and Focusee

https://rookieclip.com/
1•this-is-shreya•4m ago•1 comments

Architecture Is Not a Blueprint. It's a Set of Decisions

https://scottmillett.medium.com/architecture-is-not-a-blueprint-its-a-set-of-decisions-61c4692f5222
1•kiyanwang•4m ago•0 comments

Show HN: Book Grounded AI Learning

https://teach-me.replit.app/
1•techypicky•6m ago•0 comments

Duso

https://duso.rocks/
1•kentbrew•6m ago•1 comments

Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration

https://github.com/mauriceboe/NOMAD
1•mauriceboe•8m ago•0 comments

When should a manager step in? – dein.fr

https://www.dein.fr/posts/2026-03-17-when-a-manager-should-step-in
1•kiyanwang•8m ago•0 comments

Declining to review for NeurIPS due to policy on sanctioned institutions

https://pastebin.com/LEmwfMZT
2•limoce•9m ago•0 comments

Convicted spyware chief hints that Greece's government was behind phone hacks

https://techcrunch.com/2026/03/25/convicted-spyware-chief-hints-that-greeces-government-was-behin...
2•driftnode•17m ago•0 comments

AI got the blame for the Iran school bombing. The truth is more worrying

https://www.theguardian.com/news/2026/mar/26/ai-got-the-blame-for-the-iran-school-bombing-the-tru...
4•funnybeam•20m ago•0 comments

In March 1993, the FSF received the following letter

https://stallman.org/articles/destruction-certificate.txt
2•lr0•21m ago•0 comments

Russian botnet operator linked to major ransomware attacks sentenced in US

https://therecord.media/russian-botnet-operator-sentenced-ransomware
2•Anonasty•24m ago•1 comments

UK says Chinese wind turbine maker poses national security threat

https://www.ft.com/content/3bbf79be-08f7-4012-b0b7-a5894181af1b
3•julosflb•26m ago•0 comments

An app that makes you do pushups to turn off your alarm

https://unsnooze.framer.ai/
2•cnnadozi•33m ago•3 comments

XReplicator – eBPF-based server backups that track only changed disk sectors

2•iamvishnuks01•37m ago•0 comments

Internet 3.0: empty gardens and the software boom

https://tekbog.substack.com/p/internet-30-empty-gardens-and-the
3•tekbog•43m ago•1 comments

Wittgenstein and the Paradoxes at the Limits of Language

https://iai.tv/articles/wittgenstein-and-the-paradoxes-at-the-limits-of-language-auid-3146
3•downboots•44m ago•0 comments

Financialization

https://www.investopedia.com/terms/f/financialization.asp
3•downboots•46m ago•0 comments

The Digital Imprimatur (2003)

https://www.fourmilab.ch/documents/digital-imprimatur/
3•pr337h4m•47m ago•0 comments

Sharing: I gave my OpenClaw a voice. I can't go back to typing

https://github.com/voiceclaw/voiceclaw
3•voiceclaw•48m ago•0 comments

Blockchain Social Media

https://ristforever.com/
2•benjaminklick•51m ago•1 comments

Major upgrades to Ray Serve: 88% lower latency and 11.1x higher throughput

https://www.anyscale.com/blog/ray-serve-inference-lower-latency-higher-throughput-haproxy
1•robertnishihara•52m ago•1 comments

Mapterhorn

https://mapterhorn.com/
3•matthberg•56m ago•0 comments

PolyShell attacks target 56% of all vulnerable Magento stores

https://www.bleepingcomputer.com/news/security/polyshell-attacks-target-56-percent-of-all-vulnera...
2•Anonasty•57m ago•1 comments

Built a smartplate bentop prototype that can analyze food automatically

1•dallas-elliott•1h ago•0 comments

HDP: An open protocol for verifiable human authorization in agentic AI systems

https://github.com/Helixar-AI/HDP
1•Helixar•1h ago•0 comments

The Unreasonable Effectiveness of Linear Search

https://evan-jones.appspot.com/linear-search.html
3•Antibabelic•1h ago•0 comments

Vogue is barking up the wrong tree with lawsuit, says Dogue creator

https://www.thetimes.com/uk/media/article/vogue-is-barking-up-the-wrong-tree-with-lawsuit-says-do...
3•petethomas•1h ago•0 comments